]> git.ipfire.org Git - thirdparty/git.git/commit - git-am.sh
git-am: interactive should fail gracefully.
authorJunio C Hamano <junkio@cox.net>
Thu, 13 Oct 2005 01:31:41 +0000 (18:31 -0700)
committerJunio C Hamano <junkio@cox.net>
Thu, 13 Oct 2005 01:31:41 +0000 (18:31 -0700)
commita1451104ac2aa97f2e74818787ff54e29b2a77e5
tree9e0e6a83fd74c950fa6902de15176d7e6d0af2a3
parent221e743c037fc1f9a729adc760546d23df9544a7
git-am: interactive should fail gracefully.

When feeding patches from standard input, and --interactive is specified,
quit, so that the user can re-run the command, instead of infinitely
looping.

Signed-off-by: Junio C Hamano <junkio@cox.net>
git-am.sh