X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=Documentation%2Fconfig.txt;h=4914d768c7c2f14abd854a58c594a4e88184047d;hb=b15b5b10a75e202f3f90e000925545243267cbee;hp=6b937771994f5b0a532b6f2cc522a9d3f35c9c09;hpb=e10e476fb170a99ecc535a31def69d5e3483a859;p=git.git diff --git a/Documentation/config.txt b/Documentation/config.txt index 6b9377719..4914d768c 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/" - 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".