Re: [PATCH] doc: remove unsupported parameter from patch-id

2017-07-27 Thread Jeff King
On Fri, Jul 28, 2017 at 12:46:16AM +0200, Andreas Heiduk wrote: > The patch is read from standard input and not from a parameter. > > Signed-off-by: Andreas Heiduk > --- > Documentation/git-patch-id.txt | 3 --- > 1 file changed, 3 deletions(-) > > diff --git a/Documentation/git-patch-id.txt b

[PATCH] doc: remove unsupported parameter from patch-id

2017-07-27 Thread Andreas Heiduk
The patch is read from standard input and not from a parameter. Signed-off-by: Andreas Heiduk --- Documentation/git-patch-id.txt | 3 --- 1 file changed, 3 deletions(-) diff --git a/Documentation/git-patch-id.txt b/Documentation/git-patch-id.txt index cf71fba1c..442caff8a 100644 --- a/Documenta