Skip to content

Commit d15b853

Browse files
rybakgitster
authored andcommitted
SubmittingPatches: call gitk's command "Copy commit reference"
Documentation/SubmittingPatches informs the contributor that gitk's context menu command "Copy commit summary" can be used to obtain the conventional format of referencing existing commits. This command in gitk was renamed to "Copy commit reference" in commit [1], following implementation of Git's "reference" pretty format in [2]. Update mention of this gitk command in Documentation/SubmittingPatches to its new name. [1] b8b6095 (gitk: rename "commit summary" to "commit reference", 2019-12-12) [2] commit 1f0fc1d (pretty: implement 'reference' format, 2019-11-20) Signed-off-by: Andrei Rybak <[email protected]> Signed-off-by: Junio C Hamano <[email protected]>
1 parent 43c8a30 commit d15b853

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Documentation/SubmittingPatches

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -266,7 +266,7 @@ date)", like this:
266266
noticed that ...
267267
....
268268

269-
The "Copy commit summary" command of gitk can be used to obtain this
269+
The "Copy commit reference" command of gitk can be used to obtain this
270270
format (with the subject enclosed in a pair of double-quotes), or this
271271
invocation of `git show`:
272272

0 commit comments

Comments
 (0)