SubmittingPatches: call gitk's command "Copy commit reference"
commitd15b85391a165d811dbc12ce78953c8f698bf3a7
authorAndrei Rybak <rybak.a.v@gmail.com>
Tue, 24 Oct 2023 19:51:06 +0000 (24 21:51 +0200)
committerJunio C Hamano <gitster@pobox.com>
Tue, 24 Oct 2023 22:27:23 +0000 (24 15:27 -0700)
tree6fb44b18f9a1347b08c4a570932d627c7a4611a5
parent43c8a30d150ecede9709c1f2527c8fba92c65f40
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] b8b60957ce (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 <rybak.a.v@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Documentation/SubmittingPatches