summaryrefslogtreecommitdiff
path: root/command-list.txt
diff options
context:
space:
mode:
authorSébastien Guimmara <sebastien.guimmara@gmail.com>2015-05-08 19:29:35 (GMT)
committerJunio C Hamano <gitster@pobox.com>2015-05-08 19:36:20 (GMT)
commitbf990a29a0a43bc1e5f5cd9f253d65725e462889 (patch)
treeaae53551860c4ead7b1dc8386f7415c9243ffd98 /command-list.txt
parent3d4a3ffe64162b45ae7c991fc60623ecb4678cfd (diff)
downloadgit-bf990a29a0a43bc1e5f5cd9f253d65725e462889.zip
git-bf990a29a0a43bc1e5f5cd9f253d65725e462889.tar.gz
git-bf990a29a0a43bc1e5f5cd9f253d65725e462889.tar.bz2
command-list.txt: fix whitespace inconsistency
The overwhelming majority of lines were single space aligned, except a few ones aligned by tabs. Fix inconsistency by using single space everywhere. Signed-off-by: Sébastien Guimmara <sebastien.guimmara@gmail.com> Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'command-list.txt')
-rw-r--r--command-list.txt10
1 files changed, 5 insertions, 5 deletions
diff --git a/command-list.txt b/command-list.txt
index f1eae08..54d8d21 100644
--- a/command-list.txt
+++ b/command-list.txt
@@ -1,5 +1,5 @@
# List of known git commands.
-# command name category [deprecated] [common]
+# command name category [deprecated] [common]
git-add mainporcelain common
git-am mainporcelain
git-annotate ancillaryinterrogators
@@ -40,21 +40,21 @@ git-diff-files plumbinginterrogators
git-diff-index plumbinginterrogators
git-diff-tree plumbinginterrogators
git-difftool ancillaryinterrogators
-git-fast-export ancillarymanipulators
-git-fast-import ancillarymanipulators
+git-fast-export ancillarymanipulators
+git-fast-import ancillarymanipulators
git-fetch mainporcelain common
git-fetch-pack synchingrepositories
git-filter-branch ancillarymanipulators
git-fmt-merge-msg purehelpers
git-for-each-ref plumbinginterrogators
git-format-patch mainporcelain
-git-fsck ancillaryinterrogators
+git-fsck ancillaryinterrogators
git-gc mainporcelain
git-get-tar-commit-id ancillaryinterrogators
git-grep mainporcelain common
git-gui mainporcelain
git-hash-object plumbingmanipulators
-git-help ancillaryinterrogators
+git-help ancillaryinterrogators
git-http-backend synchingrepositories
git-http-fetch synchelpers
git-http-push synchelpers