]> Kevux Git Server - rit/commitdiff
doc: patch-id: see also git-cherry(1)
authorKristoffer Haugsbakk <code@khaugsbakk.name>
Sat, 14 Feb 2026 11:55:43 +0000 (12:55 +0100)
committerJunio C Hamano <gitster@pobox.com>
Tue, 17 Feb 2026 18:49:51 +0000 (10:49 -0800)
git-cherry(1) links to this command. These two commands are similar and
we also mention it in the “Examples” section now. Let’s link to it.

Signed-off-by: Kristoffer Haugsbakk <code@khaugsbakk.name>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Documentation/git-patch-id.adoc

index 1618994e76c753fdf190a8aa2f5bbd25c45456af..05859990c8e1fdf3df6ba07a708a7ccd7c08b696 100644 (file)
@@ -108,6 +108,10 @@ rm "$for_upstream"
 Now the first column shows the commit from your branch and the second
 column shows the patch ID equivalent commit, if it exists.
 
+SEE ALSO
+--------
+linkgit:git-cherry[1]
+
 GIT
 ---
 Part of the linkgit:git[1] suite