From a5edb6d8b79d2b1edbc5abe63bfa9b8a8a781ba9 Mon Sep 17 00:00:00 2001 From: spacewander Date: Sat, 3 Nov 2018 10:12:00 +0800 Subject: [PATCH 1/2] git-force-clone: should not need git repo --- not_need_git_repo | 1 + 1 file changed, 1 insertion(+) diff --git a/not_need_git_repo b/not_need_git_repo index abe667576..8e0fad426 100644 --- a/not_need_git_repo +++ b/not_need_git_repo @@ -3,6 +3,7 @@ git-alias git-extras git-fork +git-force-clone git-setup git-standup git-bulk From 5f961fe8e324de831b49150c40ff8cef21d7d3a8 Mon Sep 17 00:00:00 2001 From: spacewander Date: Sat, 3 Nov 2018 12:31:26 +0800 Subject: [PATCH 2/2] misc: sort command list in alphabetical order --- need_git_commit | 4 ++-- not_need_git_repo | 8 ++++---- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/need_git_commit b/need_git_commit index c92956682..e2515d3c2 100644 --- a/need_git_commit +++ b/need_git_commit @@ -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 diff --git a/not_need_git_repo b/not_need_git_repo index 8e0fad426..7bec3620c 100644 --- a/not_need_git_repo +++ b/not_need_git_repo @@ -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