Merge branch 'ps/revision-cmdline-stdin-not'
commit30291891865b928cfff11735f758ecdd646d7510
authorJunio C Hamano <gitster@pobox.com>
Wed, 4 Oct 2023 20:28:52 +0000 (4 13:28 -0700)
committerJunio C Hamano <gitster@pobox.com>
Wed, 4 Oct 2023 20:28:52 +0000 (4 13:28 -0700)
tree63d7ff8975cddd1a59f878c3c1d291ac877768dd
parentd0e8084c65cbf949038ae4cc344ac2c2efd77415
parentf97c8b1e00297570a390789be84513f435d5ea52
Merge branch 'ps/revision-cmdline-stdin-not'

"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
revision.c