misc: sort command list in alphabetical order

This commit is contained in:
spacewander 2018-11-03 12:31:26 +08:00
parent a5edb6d8b7
commit 5f961fe8e3
2 changed files with 6 additions and 6 deletions

View file

@ -1,5 +1,5 @@
# A list of the commands that require has_git_commit(), and should have
# it included in the "built" version of the command
# A list of the commands in alphabetical order that require has_git_commit(),
# and should have it included in the "built" version of the command
git-authors
git-back
git-changelog

View file

@ -1,9 +1,9 @@
# A list of the commands that do not use is_git_repo(), and should not have
# it included in the "built" version of the command
# A list of the commands in alphabetical order that do not use is_git_repo(),
# and should not have it included in the "built" version of the command
git-alias
git-bulk
git-extras
git-fork
git-force-clone
git-fork
git-setup
git-standup
git-bulk