From: Junio C Hamano Date: Mon, 10 Jan 2022 19:52:50 +0000 (-0800) Subject: Merge branch 'ws/fast-export-with-revision-options' X-Git-Url: https://www.git.kevux.org/?a=commitdiff_plain;h=98ab07ace59a5e8ac7a5839e6ef7dc7843996457;p=rit 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="). 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 --- 98ab07ace59a5e8ac7a5839e6ef7dc7843996457