diff options
author | Junio C Hamano <gitster@pobox.com> | 2011-07-22 14:43:51 -0700 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2011-07-22 14:43:51 -0700 |
commit | ef6663b3dbb3d63b993078477b8b21d9af64e8e5 (patch) | |
tree | 499f52480c0dccb3dbfff9ff342231dc5facd4c0 /Documentation/config.txt | |
parent | b07522797915c1f907d7b7547510e659ddf01df5 (diff) | |
parent | cd8e3711bf2dce3e2d18aac41e7f42242fbba338 (diff) | |
download | git-ef6663b3dbb3d63b993078477b8b21d9af64e8e5.tar.gz |
Merge branch 'bw/log-all-ref-updates-doc'
* 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.txt | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/Documentation/config.txt b/Documentation/config.txt index b56959b5dc..0658ffb889 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". |