]> git.ipfire.org Git - thirdparty/git.git/commit
Merge branch 'ps/revision-stdin-with-options'
authorJunio C Hamano <gitster@pobox.com>
Tue, 4 Jul 2023 23:08:18 +0000 (16:08 -0700)
committerJunio C Hamano <gitster@pobox.com>
Tue, 4 Jul 2023 23:08:18 +0000 (16:08 -0700)
commit812907d16fb46181d6eb17309dde697edfd06add
treeccc8403444c57cc8266b62b46b3487668bfa54bc
parent9748a6820043d5815bee770ffa51647e0adc2cf0
parentc40f0b78771ecc8696014e2e0aa37e78417b4723
Merge branch 'ps/revision-stdin-with-options'

The set-up code for the get_revision() API now allows feeding
options like --all and --not in the --stdin mode.

* ps/revision-stdin-with-options:
  revision: handle pseudo-opts in `--stdin` mode
  revision: small readability improvement for reading from stdin
  revision: reorder `read_revisions_from_stdin()`
revision.c