From 4d92c8bdbf49fab5326b8d8246e02e7a1a13ff50 Mon Sep 17 00:00:00 2001 From: Richard Fearn Date: Sat, 19 Nov 2016 13:29:00 +0000 Subject: [PATCH 1/4] Commands.md: put commands in alphabetical order --- Commands.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Commands.md b/Commands.md index 6e6b5f3..c8fef7c 100644 --- a/Commands.md +++ b/Commands.md @@ -18,8 +18,8 @@ - [`git effort`](#git-effort) - [`git extras`](#git-extras) - [`git feature|refactor|bug|chore`](#git-featurerefactorbugchore) - - [`git fork`](#git-fork) - [`git force-clone`](#git-force-clone) + - [`git fork`](#git-fork) - [`git fresh-branch`](#git-fresh-branch) - [`git gh-pages`](#git-gh-pages) - [`git graft`](#git-graft) @@ -38,8 +38,8 @@ - [`git pr`](#git-pr) - [`git psykorebase`](#git-psykorebase) - [`git pull-request`](#git-pull-request) - - [`git rebase-patch`](#git-rebase-patch) - [`git reauthor`](#git-reauthor) + - [`git rebase-patch`](#git-rebase-patch) - [`git release`](#git-release) - [`git rename-branch`](#git-rename-branch) - [`git rename-tag`](#git-rename-tag) @@ -50,10 +50,10 @@ - [`git sed`](#git-sed) - [`git setup`](#git-setup) - [`git show-merged-branches`](#git-show-merged-branches) - - [`git show-unmerged-branches`](#git-show-unmerged-branches) - [`git show-tree`](#git-show-tree) - - [`git standup`](#git-standup) + - [`git show-unmerged-branches`](#git-show-unmerged-branches) - [`git squash`](#git-squash) + - [`git standup`](#git-standup) - [`git summary`](#git-summary) - [`git sync`](#git-sync) - [`git touch`](#git-touch) From c5d29821da3df33d1d721d7ea43d6b891eefbb79 Mon Sep 17 00:00:00 2001 From: Richard Fearn Date: Sat, 19 Nov 2016 13:33:36 +0000 Subject: [PATCH 2/4] Commands.md: add 'git rscp' link to 'git scp' documentation (git scp documentation also covers git rscp) --- Commands.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Commands.md b/Commands.md index c8fef7c..6b92aef 100644 --- a/Commands.md +++ b/Commands.md @@ -46,6 +46,7 @@ - [`git repl`](#git-repl) - [`git reset-file`](#git-reset-file) - [`git root`](#git-root) + - [`git rscp`](#git-scp) - [`git scp`](#git-scp) - [`git sed`](#git-sed) - [`git setup`](#git-setup) From 2a70117f027530fa9ca33f498f27c3cd163377a3 Mon Sep 17 00:00:00 2001 From: Richard Fearn Date: Sat, 19 Nov 2016 13:34:27 +0000 Subject: [PATCH 3/4] Commands.md: add links to "git bug", etc. to index Replace single "git feature|refactor|bug|chore" link with separate links for each of the four commands, so they all appear in the right place in the index. --- Commands.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/Commands.md b/Commands.md index 6b92aef..213e1aa 100644 --- a/Commands.md +++ b/Commands.md @@ -3,7 +3,9 @@ - [`git archive-file`](#git-archive-file) - [`git authors`](#git-authors) - [`git back`](#git-back) + - [`git bug`](#git-featurerefactorbugchore) - [`git changelog`](#git-changelog) + - [`git chore`](#git-featurerefactorbugchore) - [`git clear`](#git-clear) - [`git clear-soft`](#git-clear-soft) - [`git commits-since`](#git-commits-since) @@ -17,7 +19,7 @@ - [`git delta`](#git-delta) - [`git effort`](#git-effort) - [`git extras`](#git-extras) - - [`git feature|refactor|bug|chore`](#git-featurerefactorbugchore) + - [`git feature`](#git-featurerefactorbugchore) - [`git force-clone`](#git-force-clone) - [`git fork`](#git-fork) - [`git fresh-branch`](#git-fresh-branch) @@ -40,6 +42,7 @@ - [`git pull-request`](#git-pull-request) - [`git reauthor`](#git-reauthor) - [`git rebase-patch`](#git-rebase-patch) + - [`git refactor`](#git-featurerefactorbugchore) - [`git release`](#git-release) - [`git rename-branch`](#git-rename-branch) - [`git rename-tag`](#git-rename-tag) From 575f5dfd1956d8ebd064ad30287bd9e8d8291e9e Mon Sep 17 00:00:00 2001 From: Richard Fearn Date: Sat, 19 Nov 2016 13:41:21 +0000 Subject: [PATCH 4/4] Commands.md: add link to 'git summary' in 'git line-summary' documentation --- Commands.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Commands.md b/Commands.md index 213e1aa..1ae01bb 100644 --- a/Commands.md +++ b/Commands.md @@ -203,7 +203,7 @@ project : git-extras ## git line-summary - WARNING: git line-summary has been replaced by git summary --line and will be removed in a future release. + WARNING: git line-summary has been replaced by [`git summary --line`](#git-summary) and will be removed in a future release. ## git effort