mirror of
https://github.com/git/git.git
synced 2026-01-10 10:13:33 +00:00
generate-cmdlist.sh: trivial whitespace change
Add " " before a "|" at the end of a line in generate-cmdlist.sh for consistency with other code in the file. Some of the surrounding code will be modified in subsequent commits. Signed-off-by: Ævar Arnfjörð Bjarmason <avarab@gmail.com> Signed-off-by: Junio C Hamano <gitster@pobox.com>
This commit is contained in:
committed by
Junio C Hamano
parent
1ea3d7fcc4
commit
a5bd782982
@@ -10,7 +10,7 @@ command_list () {
|
|||||||
}
|
}
|
||||||
|
|
||||||
get_categories () {
|
get_categories () {
|
||||||
tr ' ' '\012'|
|
tr ' ' '\012' |
|
||||||
grep -v '^$' |
|
grep -v '^$' |
|
||||||
sort |
|
sort |
|
||||||
uniq
|
uniq
|
||||||
|
|||||||
Reference in New Issue
Block a user