Minor wording changes in the keyboard descriptions in git-add --interactive.
The wording of the interactive help text from git-add--interactive.perl is clearer. Just duplicate that text here. Signed-off-by: Vineet Kumar <vineet@doorstop.net> Signed-off-by: Junio C Hamano <gitster@pobox.com>
This commit is contained in:
parent
e7951290f6
commit
bb12ac5120
@ -207,16 +207,14 @@ patch::
|
|||||||
and the working tree file and asks you if you want to stage
|
and the working tree file and asks you if you want to stage
|
||||||
the change of each hunk. You can say:
|
the change of each hunk. You can say:
|
||||||
|
|
||||||
y - add the change from that hunk to index
|
y - stage this hunk
|
||||||
n - do not add the change from that hunk to index
|
n - do not stage this hunk
|
||||||
a - add the change from that hunk and all the rest to index
|
a - stage this and all the remaining hunks in the file
|
||||||
d - do not the change from that hunk nor any of the rest to index
|
d - do not stage this hunk nor any of the remaining hunks in the file
|
||||||
j - do not decide on this hunk now, and view the next
|
j - leave this hunk undecided, see next undecided hunk
|
||||||
undecided hunk
|
J - leave this hunk undecided, see next hunk
|
||||||
J - do not decide on this hunk now, and view the next hunk
|
k - leave this hunk undecided, see previous undecided hunk
|
||||||
k - do not decide on this hunk now, and view the previous
|
K - leave this hunk undecided, see previous hunk
|
||||||
undecided hunk
|
|
||||||
K - do not decide on this hunk now, and view the previous hunk
|
|
||||||
s - split the current hunk into smaller hunks
|
s - split the current hunk into smaller hunks
|
||||||
? - print help
|
? - print help
|
||||||
+
|
+
|
||||||
|
Loading…
Reference in New Issue
Block a user