Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/git/git-scm.com.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/config
diff options
context:
space:
mode:
authorÆvar Arnfjörð Bjarmason <avarab@gmail.com>2018-02-07 14:27:43 +0300
committerÆvar Arnfjörð Bjarmason <avarab@gmail.com>2018-02-07 14:30:28 +0300
commite918a3af9b571c87bba0b72e0b28fcf89f8d11cc (patch)
treeec8974cbcbe02be0bf298ee95096f4e64b187431 /config
parent8e584cfc39df970030d75c548409f05e6786bf68 (diff)
overview page: add link to git-worktree
It has been noted on https://public-inbox.org/git/CACsJy8Dt_TjfRk05oNW8DXrdn6s_QV8NQZKnnrgGkj3WTN_=3A@mail.gmail.com/T/#t that even though this is an official porcelain command there's no link to it from /docs, fix that. I have not run this version of the site (don't have the env to do that), but replicated how we're listing mergetool, so this should work.
Diffstat (limited to 'config')
-rw-r--r--config/initializers/categories.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/config/initializers/categories.rb b/config/initializers/categories.rb
index 000ea4d2..cd63f0ae 100644
--- a/config/initializers/categories.rb
+++ b/config/initializers/categories.rb
@@ -8,7 +8,7 @@ module Gitscm
['git-add', 'git-status', 'git-diff', 'git-commit', 'git-reset', 'git-rm', 'git-mv']
],['Branching and Merging',
['git-branch', 'git-checkout', 'git-merge',
- 'git-mergetool', 'git-log', 'git-stash', 'git-tag']
+ 'git-mergetool', 'git-log', 'git-stash', 'git-tag', 'git-worktree']
],['Inspection and Comparison',
['git-show', 'git-log', 'git-diff', 'git-describe']
],['Patching',