completion troubles with bash

2018-05-01 Thread Pascal Bourdier
oved^[[m^[[Kiff-treename-rev a^[[m^[[Km d^[[m^[[Kifftool notes ... So you could find a small patch to disable color with "grep" in attachment. Regards, Pascal Bourdier git-completion.bash.patch Description: Binary data

"Stash save" exits with 0 when nothing to stash

2014-12-24 Thread Pascal Malaise
Hi, When calling "git stash save" in a clean situation (no change since last commit), git-stash reports "No local changes to save", which is OK. But it exits with code 0, despite no stash has been saved. It would be better to exit with code 1 in this case. N.B. In a similar situation "git commit

Bug? Unexpected outputs of git pull on stdout v.s. stderr

2013-10-04 Thread Pascal MALAISE
stderr (and kept with option -q). Or did I miss something? Thank you. -- Couldn't eradicate windows from my PC but I caged it in a vmware. Pascal MALAISE -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majord...@vger.kernel.org

Re: Some small issues with GIT GUI on MacOS.

2013-03-23 Thread Pascal
Hello again, is there another list dealing with GIT GUI ? I'm not sure to be on the good list :-( Thanks in advance for your advice, Pascal. http://blady.pagesperso-orange.fr Le 16 mars 2013 à 10:47, Pascal a écrit : > Hello, I'm new to this list and using GIT on MacOS 10.8: &

Some small issues with GIT GUI on MacOS.

2013-03-16 Thread Pascal
opening preferences window then clic on cancel button, all menus stay disabled Maybe, they have been already fixed in a recent release. HTH, Pascal. http://blady.pagesperso-orange.fr -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to

Re: Ignore on commit

2012-10-05 Thread Pascal Obry
some time indeed. -- Pascal Obry / Magny Les Hameaux (78) The best way to travel is by means of imagination http://v2p.fr.eu.org http://www.obry.net gpg --keyserver keys.gnupg.net --recv-key F949BD3B -- To unsubscribe from this list: send the line "unsubscribe git" in the

Re: Ignore on commit

2012-10-04 Thread Pascal Obry
I'm not sure to follow everything... But looks like: $ git add -p or $ git add -i should do what you want, no? You select the hunks to commit, let over the "hacks" and then $ git commit -- Pascal Obry / Magny Les Hameaux (78) The best way to travel