diff options
author | Denton Liu <liu.denton@gmail.com> | 2021-04-20 02:19:47 -0700 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2021-04-20 13:27:35 -0700 |
commit | 8c8c8c0e1655aed8027fa04bb1998bb0301fb075 (patch) | |
tree | f97cdfd6e396ca023c10ce41e5fe15d497567040 /config.c | |
parent | git-completion.bash: use __gitcomp_builtin() in _git_stash() (diff) | |
download | tgif-8c8c8c0e1655aed8027fa04bb1998bb0301fb075.tar.xz |
git-completion.bash: separate some commands onto their own line
In e94fb44042 (git-completion.bash: pass $__git_subcommand_idx from
__git_main(), 2021-03-24), a line was introduced which contained
multiple statements. This is difficult to read so break it into multiple
lines.
While we're at it, follow this convention for the rest of the
__git_main() and break up lines that contain multiple statements.
Signed-off-by: Denton Liu <liu.denton@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'config.c')
0 files changed, 0 insertions, 0 deletions