aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKristoffer Haugsbakk <code@khaugsbakk.name>2026-02-14 12:55:43 +0100
committerJunio C Hamano <gitster@pobox.com>2026-02-17 10:49:51 -0800
commited84bc1c0da0c5a972459f639801bc7ec235084c (patch)
treee107123efd50945eb2e86a424fa68de2f4610292
parent795d41db1304cdba06361916fa64f93c44678228 (diff)
downloadgit-ed84bc1c0da0c5a972459f639801bc7ec235084c.tar.xz
doc: patch-id: see also git-cherry(1)
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>
-rw-r--r--Documentation/git-patch-id.adoc4
1 files changed, 4 insertions, 0 deletions
diff --git a/Documentation/git-patch-id.adoc b/Documentation/git-patch-id.adoc
index 1618994e76..05859990c8 100644
--- a/Documentation/git-patch-id.adoc
+++ b/Documentation/git-patch-id.adoc
@@ -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