Re: [PATCH v2] status: -i shorthand for --ignored command line option

2018-08-13 Thread Junio C Hamano
Коля Гурьев writes: > 09.08.2018 18:44, Junio C Hamano пишет: >> Unlike "-u', "-i" is supported by "git commit" which shares the >> underlying implementation, and that is the historical reason why we >> never had "-i" shorthand, I think. > > git-commit supports the -u flag, its meaning is the s

[PATCH v2] status: -i shorthand for --ignored command line option

2018-08-12 Thread Коля Гурьев
09.08.2018 18:44, Junio C Hamano пишет: > Unlike "-u', "-i" is supported by "git commit" which shares the > underlying implementation, and that is the historical reason why we > never had "-i" shorthand, I think. git-commit supports the -u flag, its meaning is the same as for git-status. Althoug

Re: [PATCH v2] status: -i shorthand for --ignored command line option

2018-08-09 Thread Junio C Hamano
Nicholas Guriev writes: > It allows for uniformity with the --untracked-files option. Also > the new short flag saves the number of keys to press for the > typically git-status command. Unlike "-u', "-i" is supported by "git commit" which shares the underlying implementation, and that is the his

[PATCH v2] status: -i shorthand for --ignored command line option

2018-08-08 Thread Nicholas Guriev
It allows for uniformity with the --untracked-files option. Also the new short flag saves the number of keys to press for the typically git-status command. Signed-off-by: Nicholas Guriev --- Documentation/git-status.txt | 1 + builtin/commit.c | 2 +- 2 files changed, 2 insertions(+)