diff options
author | Martin Ågren <martin.agren@gmail.com> | 2020-07-13 21:10:08 +0200 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2020-07-13 12:47:36 -0700 |
commit | bc5482e9db9bbecbfcd3a45793af78d7e0a6a638 (patch) | |
tree | 2ca16c8159c2db0dccde6a2578d1ee165b3daa3e /Documentation/giteveryday.txt | |
parent | diff: check for merge bases before assigning sym->base (diff) | |
download | tgif-bc5482e9db9bbecbfcd3a45793af78d7e0a6a638.tar.xz |
git-diff.txt: don't mark required argument as optional
Commit b7e10b2ca2 ("Documentation: usage for diff combined commits",
2020-06-12) modified the synopsis by adding an optional "[<commit>...]"
to
'git diff' [<options>] <commit> <commit> [--] [<path>...]
to effectively add
'git diff' [<options>] <commit> <commit>... <commit> [--] [<path>...]
as another valid invocation. Which makes sense.
Further down, in the description, it left the existing entry for
'git diff' [<options>] <commit> <commit> [--] [<path>...]
intact and added a new entry on
'git diff' [<options>] <commit> [<commit>...] <commit> [--] [<path>...]
where it says that "[t]his form is to view the results of a merge
commit" and details how "the first listed commit must be the merge
itself". But one possible instantiation of this form is `git diff
<commit> <commit>` for which the added text doesn't really apply.
Remove the brackets so that we lose this overlap between the two
descriptions. We can still use the more compact representation in the
synopsis.
Signed-off-by: Martin Ågren <martin.agren@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'Documentation/giteveryday.txt')
0 files changed, 0 insertions, 0 deletions