Skip to content
Snippets Groups Projects
Commit 3dbfa964 authored by Jean-Noël Avila's avatar Jean-Noël Avila
Browse files

priorities: set plumbing commands to lower priorities

parent 22c69aaa
No related branches found
No related tags found
No related merge requests found
......@@ -50,13 +50,33 @@ SECTIONS = {300: ["en/git-init.txt",
"en/git-receive-pack.txt",
"en/git-send-pack.txt",
"en/git-p4.txt",
"en/git-write-tree.txt",
"en/git-symbolic-ref.txt"
"en/git-merge-base.txt",
"en/git-merge-file.txt",
"en/git-merge-index.txt",
"en/git-credential-cache--deamon.txt",
"en/git-credential-cache.txt"
],
80: ["en/git-cat-file.txt",
"en/git-check-ignore.txt",
"en/git-checkout-index.txt",
"en/git-commit-tree.txt",
"en/git-count-objects.txt",
"en/git-diff-index.txt",
"en/git-for-each-ref.txt",
"en/git-hash-object.txt",
"en/git-ls-files.txt",
"en/git-ls-tree.txt",
"en/git-merge-base.txt",
"en/git-read-tree.txt",
"en/git-rev-list.txt",
"en/git-rev-parse.txt",
"en/git-show-ref.txt",
"en/git-symbolic-ref.txt",
"en/git-update-index.txt",
"en/git-update-ref.txt",
"en/git-verify-pack.txt",
"en/git-write-tree.txt"
]
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment