]> git.ipfire.org Git - thirdparty/git.git/commit
Merge branch 'pw/diff-no-index-from-named-pipes'
authorJunio C Hamano <gitster@pobox.com>
Mon, 17 Jul 2023 18:30:41 +0000 (11:30 -0700)
committerJunio C Hamano <gitster@pobox.com>
Mon, 17 Jul 2023 18:30:41 +0000 (11:30 -0700)
commit9187b276e98762f08a96db8694eb42f8ca1ab532
treee2a295e1d6c46873e6e4680a975792dd958314c1
parent830b4a04c45bf0a6db26defe02ed1f490acd18ee
parent1e3f26542a6ecd3006c2c0d5ccc0bae4a700f7e5
Merge branch 'pw/diff-no-index-from-named-pipes'

"git diff --no-index" learned to read from named pipes as if they
were regular files, to allow "git diff <(process) <(substitution)"
some shells support.

* pw/diff-no-index-from-named-pipes:
  diff --no-index: support reading from named pipes
  t4054: test diff --no-index with stdin
  diff --no-index: die on error reading stdin
  diff --no-index: refuse to compare stdin to a directory