Skip to content

Commit bf990a2

Browse files
Sébastien Guimmaragitster
authored andcommitted
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 <[email protected]> Signed-off-by: Junio C Hamano <[email protected]>
1 parent 3d4a3ff commit bf990a2

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

command-list.txt

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# List of known git commands.
2-
# command name category [deprecated] [common]
2+
# command name category [deprecated] [common]
33
git-add mainporcelain common
44
git-am mainporcelain
55
git-annotate ancillaryinterrogators
@@ -40,21 +40,21 @@ git-diff-files plumbinginterrogators
4040
git-diff-index plumbinginterrogators
4141
git-diff-tree plumbinginterrogators
4242
git-difftool ancillaryinterrogators
43-
git-fast-export ancillarymanipulators
44-
git-fast-import ancillarymanipulators
43+
git-fast-export ancillarymanipulators
44+
git-fast-import ancillarymanipulators
4545
git-fetch mainporcelain common
4646
git-fetch-pack synchingrepositories
4747
git-filter-branch ancillarymanipulators
4848
git-fmt-merge-msg purehelpers
4949
git-for-each-ref plumbinginterrogators
5050
git-format-patch mainporcelain
51-
git-fsck ancillaryinterrogators
51+
git-fsck ancillaryinterrogators
5252
git-gc mainporcelain
5353
git-get-tar-commit-id ancillaryinterrogators
5454
git-grep mainporcelain common
5555
git-gui mainporcelain
5656
git-hash-object plumbingmanipulators
57-
git-help ancillaryinterrogators
57+
git-help ancillaryinterrogators
5858
git-http-backend synchingrepositories
5959
git-http-fetch synchelpers
6060
git-http-push synchelpers

0 commit comments

Comments
 (0)