Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.kernel.org/pub/scm/git/git.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorÆvar Arnfjörð Bjarmason <avarab@gmail.com>2021-11-05 17:08:00 +0300
committerJunio C Hamano <gitster@pobox.com>2021-11-05 22:01:12 +0300
commita5bd782982c9e78ed37f3d8227771b798a626e5a (patch)
treeae307791c7fb07a0e099381a54e616cc755fcd72 /generate-cmdlist.sh
parent1ea3d7fcc4deaf1220a752b2bcb7c9c72270e264 (diff)
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>
Diffstat (limited to 'generate-cmdlist.sh')
-rwxr-xr-xgenerate-cmdlist.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/generate-cmdlist.sh b/generate-cmdlist.sh
index 9dbbb08e70..5114f46680 100755
--- a/generate-cmdlist.sh
+++ b/generate-cmdlist.sh
@@ -10,7 +10,7 @@ command_list () {
}
get_categories () {
- tr ' ' '\012'|
+ tr ' ' '\012' |
grep -v '^$' |
sort |
uniq