]> git.ipfire.org Git - thirdparty/git.git/commit
Merge branch 'js/range-diff-wo-dotdot'
authorJunio C Hamano <gitster@pobox.com>
Thu, 18 Feb 2021 01:21:41 +0000 (17:21 -0800)
committerJunio C Hamano <gitster@pobox.com>
Thu, 18 Feb 2021 01:21:41 +0000 (17:21 -0800)
commit77348b0e6e350ec81b3880f99c6077d165df2276
tree19833dbe1ebf5b5300a0a1cc4bc9c8f136b8b617
parent69571dfe219f48614e0e0ae7e28efae0be297764
parent2cc543deab38c188906c41e537dc5c7de98b93d7
Merge branch 'js/range-diff-wo-dotdot'

There are other ways than ".." for a single token to denote a
"commit range", namely "<rev>^!" and "<rev>^-<n>", but "git
range-diff" did not understand them.

* js/range-diff-wo-dotdot:
  range-diff(docs): explain how to specify commit ranges
  range-diff/format-patch: handle commit ranges other than A..B
  range-diff/format-patch: refactor check for commit range
builtin/log.c
t/t3206-range-diff.sh