]> git.ipfire.org Git - thirdparty/git.git/commitdiff
Merge branch 'ws/fast-export-with-revision-options'
authorJunio C Hamano <gitster@pobox.com>
Mon, 10 Jan 2022 19:52:50 +0000 (11:52 -0800)
committerJunio C Hamano <gitster@pobox.com>
Mon, 10 Jan 2022 19:52:50 +0000 (11:52 -0800)
Use of certain "git rev-list" options with "git fast-export"
created nonsense results (the worst two of which being "--reverse"
and "--invert-grep --grep=<foo>").  The use of "--first-parent" is
made to behave a bit more sensible than before.

* ws/fast-export-with-revision-options:
  fast-export: fix surprising behavior with --first-parent


Trivial merge