Re: git commit --amen

2012-10-04 Thread Junio C Hamano
Junio C Hamano writes: > Phil Hord writes: > >>> Is it normal that "git commit --amen" actually works ? >>> (it does like --amend) >>> >>> version 1.7.10.4 >> >> Yes. From Documentation/technical/api-parse-options.txt: >> &

Re: git commit --amen

2012-10-04 Thread Junio C Hamano
Erik Faye-Lund writes: > On Thu, Oct 4, 2012 at 4:38 PM, Romain Vimont (®om) wrote: >> Great ! >> Thank you for your answer ;-) >> >> It does not seem to work with git diff: >> git diff --cache #missing d >> git diff --cumulativ #missing e > > This is because git-diff doesn't yet use the par

Re: git commit --amen

2012-10-04 Thread Junio C Hamano
Phil Hord writes: >> Is it normal that "git commit --amen" actually works ? >> (it does like --amend) >> >> version 1.7.10.4 > > Yes. From Documentation/technical/api-parse-options.txt: > > * Long options may be 'abbreviated&#

Re: git commit --amen

2012-10-04 Thread Erik Faye-Lund
On Thu, Oct 4, 2012 at 4:38 PM, Romain Vimont (®om) wrote: > Great ! > Thank you for your answer ;-) > > It does not seem to work with git diff: > git diff --cache #missing d > git diff --cumulativ #missing e This is because git-diff doesn't yet use the parse-options API, but instead does ad-

Re: git commit --amen

2012-10-04 Thread ®om
Great ! Thank you for your answer ;-) It does not seem to work with git diff: git diff --cache #missing d git diff --cumulativ #missing e ®om Le 2012-10-04 16:25, Phil Hord a écrit : Is it normal that "git commit --amen" actually works ? (it does like --amend) version 1.7.

Re: git commit --amen

2012-10-04 Thread Phil Hord
> Is it normal that "git commit --amen" actually works ? > (it does like --amend) > > version 1.7.10.4 Yes. From Documentation/technical/api-parse-options.txt: * Long options may be 'abbreviated', as long as the abbreviation is unambiguous. Appar

git commit --amen

2012-10-04 Thread ®om
Hi, Is it normal that "git commit --amen" actually works ? (it does like --amend) version 1.7.10.4 ®om -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html