diff options
author | Junio C Hamano <gitster@pobox.com> | 2012-01-10 14:14:26 -0800 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2012-01-10 14:14:26 -0800 |
commit | 6c65b5ea439165512d128e18829b67688ddab9cc (patch) | |
tree | 610724b9cf742ca3a0745f16a9d3fa6f30f92a46 /Documentation | |
parent | Merge branch 'maint-1.7.6' into maint-1.7.7 (diff) | |
parent | Prepare for 1.7.6.6 (diff) | |
download | tgif-6c65b5ea439165512d128e18829b67688ddab9cc.tar.xz |
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.txt | 11 | ||||
-rw-r--r-- | Documentation/config.txt | 3 |
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 0000000000..13ce2dc2d7 --- /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 bdd4cb83d3..3bcf660e02 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 |