Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.kernel.org/pub/scm/git/git.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Heiduk <asheiduk@gmail.com>2017-07-28 01:46:16 +0300
committerJunio C Hamano <gitster@pobox.com>2017-07-29 00:41:32 +0300
commitac05222b31954527f4342d3b7a15c3c8d5bd01c6 (patch)
treea6df15b33c1d9ca60385981e20c130be297a50d4 /Documentation/git-patch-id.txt
parent840ed141983718e0c5518a325534a5656797132a (diff)
doc: remove unsupported parameter from patch-id
The patch is read from standard input and not from a parameter. Signed-off-by: Andreas Heiduk <asheiduk@gmail.com> Reviewed-by: Jeff King <peff@peff.net> Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'Documentation/git-patch-id.txt')
-rw-r--r--Documentation/git-patch-id.txt3
1 files changed, 0 insertions, 3 deletions
diff --git a/Documentation/git-patch-id.txt b/Documentation/git-patch-id.txt
index cf71fba1c0..442caff8a9 100644
--- a/Documentation/git-patch-id.txt
+++ b/Documentation/git-patch-id.txt
@@ -56,9 +56,6 @@ OPTIONS
This is the default.
-<patch>::
- The diff to create the ID of.
-
GIT
---
Part of the linkgit:git[1] suite