diff options
author | Ralf Wildenhues <Ralf.Wildenhues@gmx.de> | 2007-11-28 19:21:42 +0100 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2007-11-28 15:46:46 -0800 |
commit | 280e50c7e5c2c52cbcc452fa5fb254ee580ae39c (patch) | |
tree | c69cbe95c70f637dc114583325bfd6604cef244e /git-add--interactive.perl | |
parent | b63e99500137c913bd801a2f22b6cf88c63b95c5 (diff) | |
download | git-280e50c7e5c2c52cbcc452fa5fb254ee580ae39c.tar.gz |
Document all help keys in "git add -i" patch mode.
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'git-add--interactive.perl')
-rwxr-xr-x | git-add--interactive.perl | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/git-add--interactive.perl b/git-add--interactive.perl index df5df3ec90..879cc5eadf 100755 --- a/git-add--interactive.perl +++ b/git-add--interactive.perl @@ -562,6 +562,7 @@ J - leave this hunk undecided, see next hunk k - leave this hunk undecided, see previous undecided hunk K - leave this hunk undecided, see previous hunk s - split the current hunk into smaller hunks +? - print help EOF } |