]> git.ipfire.org Git - thirdparty/git.git/commit
Merge branch 'mt/checkout-index-corner-cases'
authorJunio C Hamano <gitster@pobox.com>
Fri, 26 Feb 2021 00:43:30 +0000 (16:43 -0800)
committerJunio C Hamano <gitster@pobox.com>
Fri, 26 Feb 2021 00:43:30 +0000 (16:43 -0800)
commit3da165ca289efd84ed648a4b87b7d9ed675937c2
tree29b1c07ef2d0d5f308b31a137050013dd8393598
parentf47c3328effa3016fff5d67ac233ac139ce32525
parent3f7ba603500a5dec43a062da5235c69e10d29da6
Merge branch 'mt/checkout-index-corner-cases'

The error codepath around the "--temp/--prefix" feature of "git
checkout-index" has been improved.

* mt/checkout-index-corner-cases:
  checkout-index: omit entries with no tempname from --temp output
  write_entry(): fix misuses of `path` in error messages