Since 7cb6ac1e4b ("diff: diff_aligned_abbrev: remove ellipsis after
abbreviated SHA-1 value", 2017-12-03), the "--raw" format of diff
does not add ellipses in an attempt to align the output, but the
documentation was not updated to reflect this.
Signed-off-by: Gr
Jeff King wrote:
> On Thu, Nov 22, 2018 at 11:58:36AM +0100, Greg Hurrell wrote:
>
> > diff --git a/Documentation/diff-format.txt b/Documentation/diff-format.txt
> > index 706916c94c..33776459d0 100644
> > --- a/Documentation/diff-format.txt
> > +++ b/Documentation
Commit 7cb6ac1e4b made the diff format omit ellipses by default, but
there is still this place in the documentation where we show examples of
output with ellipses.
The GIT_PRINT_SHA1_ELLIPSIS environment variable can be used, for now,
to bring back the old output format, but that is already docume
I was troubleshooting some breakage in some code that consumes the output of
`git log --raw` and looking on two machines with different versions of Git just
now I discovered the output format has changed somewhere between v2.14.5:
:00 100644 0... 9773b7718... A content/snippets/
4 matches
Mail list logo