diff options
author | Jeff King <peff@peff.net> | 2010-04-08 15:49:08 -0400 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2010-04-08 13:42:36 -0700 |
commit | 4c35f0dbc41a2bb79e4f597d3b7bdb265c5ea750 (patch) | |
tree | 483dfedda36e0a70e5c2c2af713b902f1ff2001a | |
parent | c8a97906bad44c83acfec33e7e0a3bb4b15a716d (diff) | |
download | git-4c35f0dbc41a2bb79e4f597d3b7bdb265c5ea750.tar.gz git-4c35f0dbc41a2bb79e4f597d3b7bdb265c5ea750.tar.xz |
docs: clarify "branch -l"
This option is mostly useless these days because we turn on
reflogs by default in non-bare repos.
Signed-off-by: Jeff King <peff@peff.net>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
-rw-r--r-- | Documentation/git-branch.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Documentation/git-branch.txt b/Documentation/git-branch.txt index 6b6c3da2d..b3605c0ec 100644 --- a/Documentation/git-branch.txt +++ b/Documentation/git-branch.txt @@ -72,6 +72,8 @@ OPTIONS Create the branch's reflog. This activates recording of all changes made to the branch ref, enabling use of date based sha1 expressions such as "<branchname>@\{yesterday}". + Note that in non-bare repositories, reflogs are usually + enabled by default by the `core.logallrefupdates` config option. -f:: --force:: |