mirror of
https://github.com/tj/git-extras.git
synced 2026-09-10 07:26:17 -04:00
misc: sort command list in alphabetical order
This commit is contained in:
parent
a5edb6d8b7
commit
5f961fe8e3
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue