diff options
author | Andreas Heiduk <asheiduk@gmail.com> | 2017-07-28 00:46:16 +0200 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2017-07-28 14:41:32 -0700 |
commit | ac05222b31954527f4342d3b7a15c3c8d5bd01c6 (patch) | |
tree | a6df15b33c1d9ca60385981e20c130be297a50d4 | |
parent | Git 2.10.3 (diff) | |
download | tgif-ac05222b31954527f4342d3b7a15c3c8d5bd01c6.tar.xz |
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>
-rw-r--r-- | Documentation/git-patch-id.txt | 3 |
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 |