]> git.ipfire.org Git - thirdparty/git.git/commitdiff
Merge branch 'ps/revision-cmdline-stdin-not'
authorJunio C Hamano <gitster@pobox.com>
Wed, 4 Oct 2023 20:28:52 +0000 (13:28 -0700)
committerJunio C Hamano <gitster@pobox.com>
Wed, 4 Oct 2023 20:28:52 +0000 (13:28 -0700)
"git rev-list --stdin" learned to take non-revisions (like "--not")
recently from the standard input, but the way such a "--not" was
handled was quite confusing, which has been rethought.  This is
potentially a change that breaks backward compatibility.

* ps/revision-cmdline-stdin-not:
  revision: make pseudo-opt flags read via stdin behave consistently

1  2 
revision.c

diff --cc revision.c
Simple merge