]> git.ipfire.org Git - thirdparty/git.git/commit
revision: reorder `read_revisions_from_stdin()`
authorPatrick Steinhardt <ps@pks.im>
Thu, 15 Jun 2023 14:39:51 +0000 (16:39 +0200)
committerJunio C Hamano <gitster@pobox.com>
Thu, 15 Jun 2023 19:09:31 +0000 (12:09 -0700)
commitcc8045018d0ba6c9b94d3f0010f27c342d0d4111
tree14bae9be4ad629967fc793bc27f80add362a2694
parentd7d8841f67f29e6ecbad85a11805c907d0f00d5d
revision: reorder `read_revisions_from_stdin()`

Reorder `read_revisions_from_stdin()` so that we can start using
`handle_revision_pseudo_opt()` without a forward declaration in a
subsequent commit.

Signed-off-by: Patrick Steinhardt <ps@pks.im>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
revision.c