diff options
author | Nguyễn Thái Ngọc Duy <pclouds@gmail.com> | 2019-01-31 16:23:49 +0700 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2019-01-31 15:27:35 -0800 |
commit | 6195a76da4b0c58b320d8f7c3485ee51b0f2a8e6 (patch) | |
tree | 55ae50b400a061caeb0b43269a13ad89be37c382 /builtin/commit.c | |
parent | Git 2.20.1 (diff) | |
download | tgif-6195a76da4b0c58b320d8f7c3485ee51b0f2a8e6.tar.xz |
help: align the longest command in the command listing
"longest" is used to determine how many extra spaces we need to print
to keep the command description aligned. For the longest command, we
should print no extra space instead of one, or we'll get unaligned
output like this (notice the "checkout" line):
grow, mark and tweak your common history
branch List, create, or delete branches
checkout Switch branches or restore working tree files
commit Record changes to the repository
diff Show changes between commits, commit and ...
merge Join two or more development histories together
rebase Reapply commits on top of another base tip
tag Create, list, delete or verify a tag ...
Signed-off-by: Nguyễn Thái Ngọc Duy <pclouds@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'builtin/commit.c')
0 files changed, 0 insertions, 0 deletions