summaryrefslogtreecommitdiffstats
path: root/git-branch.txt
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2018-08-27 14:57:40 -0700
committerJunio C Hamano <gitster@pobox.com>2018-08-27 14:57:40 -0700
commitae66dc5a28a0ab879e3b269e0aa787b192202a11 (patch)
tree6b7dcd8e4eafadb29a9acbf2fdc84fb1694c95cf /git-branch.txt
parent11ae320e2426a014c516958921458ae1382a84f4 (diff)
downloadgit-htmldocs-ae66dc5a28a0ab879e3b269e0aa787b192202a11.tar.gz
Autogenerated HTML docs for v2.19.0-rc0-48-gb9dfa2
Diffstat (limited to 'git-branch.txt')
-rw-r--r--git-branch.txt5
1 files changed, 3 insertions, 2 deletions
diff --git a/git-branch.txt b/git-branch.txt
index 1072ca0eb..9767b2b48 100644
--- a/git-branch.txt
+++ b/git-branch.txt
@@ -268,10 +268,11 @@ start-point is either a local or remote-tracking branch.
order of the value. You may use the --sort=<key> option
multiple times, in which case the last key becomes the primary
key. The keys supported are the same as those in `git
- for-each-ref`. Sort order defaults to sorting based on the
+ for-each-ref`. Sort order defaults to the value configured for the
+ `branch.sort` variable if exists, or to sorting based on the
full refname (including `refs/...` prefix). This lists
detached HEAD (if present) first, then local branches and
- finally remote-tracking branches.
+ finally remote-tracking branches. See linkgit:git-config[1].
--points-at <object>::