]> git.ipfire.org Git - thirdparty/git.git/commitdiff
Merge branch 'rs/diff-no-index-cleanup'
authorJunio C Hamano <gitster@pobox.com>
Tue, 13 Sep 2022 18:38:23 +0000 (11:38 -0700)
committerJunio C Hamano <gitster@pobox.com>
Tue, 13 Sep 2022 18:38:23 +0000 (11:38 -0700)
"git diff --no-index A B" managed its the pathnames of its two
input files rather haphazardly, sometimes leaking them.  The
command line argument processing has been straightened out to clean
it up.

* rs/diff-no-index-cleanup:
  diff-no-index: simplify argv index calculation
  diff-no-index: release prefixed filenames
  diff-no-index: release strbuf on queue error


Trivial merge