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

git.kernel.org/pub/scm/git/git.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2011-08-16 22:41:28 +0400
committerJunio C Hamano <gitster@pobox.com>2011-08-16 22:41:28 +0400
commit22d9b7937054c90aea035afee8ebfa90bba2f7f9 (patch)
tree134b377aca2e1874f9abde6fc1798c45bc9a78a4 /Documentation/config.txt
parentcd145e72f3c1539e5817cfcf03a5f9fed3685f48 (diff)
parentcd8e3711bf2dce3e2d18aac41e7f42242fbba338 (diff)
Merge branch 'bw/log-all-ref-updates-doc' into maint
* bw/log-all-ref-updates-doc: Documentation: clearly specify what refs are honored by core.logAllRefUpdates
Diffstat (limited to 'Documentation/config.txt')
-rw-r--r--Documentation/config.txt4
1 files changed, 3 insertions, 1 deletions
diff --git a/Documentation/config.txt b/Documentation/config.txt
index 6b93777199..4914d768c7 100644
--- a/Documentation/config.txt
+++ b/Documentation/config.txt
@@ -344,7 +344,9 @@ core.logAllRefUpdates::
SHA1, the date/time and the reason of the update, but
only when the file exists. If this configuration
variable is set to true, missing "$GIT_DIR/logs/<ref>"
- file is automatically created for branch heads.
+ file is automatically created for branch heads (i.e. under
+ refs/heads/), remote refs (i.e. under refs/remotes/),
+ note refs (i.e. under refs/notes/), and the symbolic ref HEAD.
+
This information can be used to determine what commit
was the tip of a branch "2 days ago".