]> Pileus Git - ~andy/git/commitdiff
Document all help keys in "git add -i" patch mode.
authorRalf Wildenhues <Ralf.Wildenhues@gmx.de>
Wed, 28 Nov 2007 18:21:42 +0000 (19:21 +0100)
committerJunio C Hamano <gitster@pobox.com>
Wed, 28 Nov 2007 23:46:46 +0000 (15:46 -0800)
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Documentation/git-add.txt
git-add--interactive.perl

index ce22de8d2e1413d836ceba4c2441e5567d12ea03..e74f83b47ad7453ea3fda994f067de81f04baa9d 100644 (file)
@@ -217,6 +217,8 @@ patch::
        k - do not decide on this hunk now, and view the previous
            undecided hunk
        K - do not decide on this hunk now, and view the previous hunk
+       s - split the current hunk into smaller hunks
+       ? - print help
 +
 After deciding the fate for all hunks, if there is any hunk
 that was chosen, the index is updated with the selected hunks.
index df5df3ec905e23da61e83906aa6a5651cf06149d..879cc5eadf6d13d531e862293a41a8d1db7e174a 100755 (executable)
@@ -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
 }