Merge branch 'ws/fast-export-with-revision-options'
commit98ab07ace59a5e8ac7a5839e6ef7dc7843996457
authorJunio C Hamano <gitster@pobox.com>
Mon, 10 Jan 2022 19:52:50 +0000 (10 11:52 -0800)
committerJunio C Hamano <gitster@pobox.com>
Mon, 10 Jan 2022 19:52:50 +0000 (10 11:52 -0800)
tree638cffe7055025d1ccba2d9389edea1bbdf0f700
parentb6f538f2966e60c10f34c94e6417ccf967b2a521
parent726a228dfb19fae8befa0f209436f8fae7919a58
Merge branch 'ws/fast-export-with-revision-options'

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