Re: [PATCH 1/4] add: document the chmod option

2016-09-07 Thread Junio C Hamano
Thomas Gummerer writes: > Ugh, thanks for catching. I'll wait a few days for more comments and > address it in a re-roll. Thanks for starting this. I agree with you and Peff that running "chmod" on the resulting index after other "add" operations took place is the right approach, as we want to

Re: [PATCH 1/4] add: document the chmod option

2016-09-05 Thread Thomas Gummerer
Hi Johannes, On 09/05, Johannes Schindelin wrote: > Hi Thomas, > > On Sun, 4 Sep 2016, Thomas Gummerer wrote: > > > +--chmod=(+|-):: > > There is an "x" missing ;-) Ugh, thanks for catching. I'll wait a few days for more comments and address it in a re-roll. > Ciao, > Dscho

Re: [PATCH 1/4] add: document the chmod option

2016-09-05 Thread Johannes Schindelin
Hi Thomas, On Sun, 4 Sep 2016, Thomas Gummerer wrote: > +--chmod=(+|-):: There is an "x" missing ;-) Ciao, Dscho

[PATCH 1/4] add: document the chmod option

2016-09-04 Thread Thomas Gummerer
The git add --chmod option was introduced in 4e55ed3 ("add: add --chmod=+x / --chmod=-x options", 2016-05-31), but was never documented. Document the feature. Signed-off-by: Thomas Gummerer --- Documentation/git-add.txt | 7 ++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/D