interaction between git-diff-index and git-apply

2017-01-22 Thread Ariel Davis
Version: 16C67 $ git --version git version 2.11.0 Thank you for your time. Ariel Davis

Re: git add -p with new file

2016-12-09 Thread Ariel
On Fri, 9 Dec 2016, Jeff King wrote: On Tue, Dec 06, 2016 at 08:18:59PM -0500, Ariel wrote: If you do git add -p new_file it says: No changes. Which is a rather confusing message. I would expect it to show me the content of the file in patch form, in the normal way that -p works, let

Re: git add -p with new file

2016-12-09 Thread Ariel
On Wed, 7 Dec 2016, Duy Nguyen wrote: On Wed, Dec 7, 2016 at 8:18 AM, Ariel wrote: If you do git add -p new_file it says: No changes. Which is a rather confusing message. I would expect it to show me the content of the file in patch form, in the normal way that -p works, let me edit

git add -p with new file

2016-12-06 Thread Ariel
a new file I feel it should figure out what I mean.) -Ariel

[PATCH] git-completion.tcsh: fix redirect with noclobber

2015-06-09 Thread Ariel Faigon
t noclobber' users. Helped-by: Junio C Hamano Reviewed-by: Christian Couder Signed-off-by: Ariel Faigon --- contrib/completion/git-completion.tcsh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contrib/completion/git-completion.tcsh b/contrib/completion/git-completion

[PATCH 1/1]: git-completion.tcsh fails w/ noclobber

2015-06-08 Thread Ariel Faigon
;set noclobber' users. Helped-by: Junio C Hamano Mentored-by: Christian Couder Signed-off-by: Ariel Faigon --- contrib/completion/git-completion.tcsh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contrib/completion/git-completion.tcsh b/contrib/completion/git-com

PATCH [git/contrib] Avoid failing to create ${__git_tcsh_completion_script} when 'set noclobber' is in effect (af7333c)

2015-06-07 Thread Ariel Faigon
personal information I submit with it, including my sign-off) is maintained indefinitely and may be redistributed consistent with this project or the open source license(s) involved. Signed-off-by: Ariel Faigon git patch follows. --- contrib/completion/git-completi