]> git.ipfire.org Git - thirdparty/git.git/commit
name-rev: make --stdin hidden
authorJohn Cai <johncai86@gmail.com>
Sat, 6 May 2023 04:14:11 +0000 (04:14 +0000)
committerJunio C Hamano <gitster@pobox.com>
Sat, 6 May 2023 21:32:20 +0000 (14:32 -0700)
commit9019d7dceb85bd821a32930c49a4675015bcc283
tree77eae2bf7504d0e43b9ba75e96e7b6eaab70d17b
parent69c786637d7a7fe3b2b8f7d989af095f5f49c3a8
name-rev: make --stdin hidden

In 34ae3b70 (name-rev: deprecate --stdin in favor of --annotate-stdin),
we renamed --stdin to --annotate-stdin for the sake of a clearer name
for the option, and added text that indicates --stdin is deprecated. The
next step is to hide --stdin completely.

Make the option hidden. Also, update documentation to remove all
mentions of --stdin.

Signed-off-by: "John Cai" <johncai86@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Documentation/git-name-rev.txt
builtin/name-rev.c