summaryrefslogtreecommitdiff
path: root/Documentation
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2012-01-10 22:14:26 (GMT)
committerJunio C Hamano <gitster@pobox.com>2012-01-10 22:14:26 (GMT)
commit6c65b5ea439165512d128e18829b67688ddab9cc (patch)
tree610724b9cf742ca3a0745f16a9d3fa6f30f92a46 /Documentation
parent8769e93327f5efc26d179d794a67a5b993cd3693 (diff)
parentf14f9803ef13e972371e3f4bce69bca13dd1cd2d (diff)
downloadgit-6c65b5ea439165512d128e18829b67688ddab9cc.zip
git-6c65b5ea439165512d128e18829b67688ddab9cc.tar.gz
git-6c65b5ea439165512d128e18829b67688ddab9cc.tar.bz2
Merge the attributes fix in from maint-1.6.6 branch
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'Documentation')
-rw-r--r--Documentation/RelNotes/1.7.6.6.txt11
-rw-r--r--Documentation/config.txt3
2 files changed, 13 insertions, 1 deletions
diff --git a/Documentation/RelNotes/1.7.6.6.txt b/Documentation/RelNotes/1.7.6.6.txt
new file mode 100644
index 0000000..13ce2dc
--- /dev/null
+++ b/Documentation/RelNotes/1.7.6.6.txt
@@ -0,0 +1,11 @@
+Git v1.7.6.6 Release Notes
+==========================
+
+Fixes since v1.7.6.5
+--------------------
+
+ * The code to look up attributes for paths reused entries from a wrong
+ directory when two paths in question are in adjacent directories and
+ the name of the one directory is a prefix of the other.
+
+Also contains minor fixes and documentation updates.
diff --git a/Documentation/config.txt b/Documentation/config.txt
index bdd4cb8..3bcf660 100644
--- a/Documentation/config.txt
+++ b/Documentation/config.txt
@@ -1711,7 +1711,8 @@ rerere.enabled::
conflict hunks can be resolved automatically, should they be
encountered again. By default, linkgit:git-rerere[1] is
enabled if there is an `rr-cache` directory under the
- `$GIT_DIR`.
+ `$GIT_DIR`, e.g. if "rerere" was previously used in the
+ repository.
sendemail.identity::
A configuration identity. When given, causes values in the