aboutsummaryrefslogtreecommitdiff
path: root/Documentation/RelNotes
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2012-09-18 14:35:03 -0700
committerJunio C Hamano <gitster@pobox.com>2012-09-18 14:35:03 -0700
commit3c7d50979abd0fbc8e1d7a1baac4c8a26e440a7c (patch)
tree0bba7ea7112ea6941475c42f76cf5450989767fa /Documentation/RelNotes
parent5976753e732186d7f8a5c6af55a8ce3e2d2b677b (diff)
parent304b7d99a705e8c125650dda347a571402222a3e (diff)
downloadgit-3c7d50979abd0fbc8e1d7a1baac4c8a26e440a7c.tar.gz
git-3c7d50979abd0fbc8e1d7a1baac4c8a26e440a7c.tar.xz
Sync with 1.7.12.1
Diffstat (limited to 'Documentation/RelNotes')
-rw-r--r--Documentation/RelNotes/1.7.12.1.txt11
1 files changed, 11 insertions, 0 deletions
diff --git a/Documentation/RelNotes/1.7.12.1.txt b/Documentation/RelNotes/1.7.12.1.txt
index 671e3d2eb..b8f04af19 100644
--- a/Documentation/RelNotes/1.7.12.1.txt
+++ b/Documentation/RelNotes/1.7.12.1.txt
@@ -85,6 +85,12 @@ Fixes since v1.7.12
rely on being able to parse "ls-files -s | while read a b c..."
started to fail. Protect them from such a misconfiguration.
+ * The attribute system may be asked for a path that itself or its
+ leading directories no longer exists in the working tree, and it is
+ fine if we cannot open .gitattribute file in such a case. Failure
+ to open per-directory .gitattributes with error status other than
+ ENOENT and ENOTDIR should be diagnosed, but it wasn't.
+
* After "gitk" showed the contents of a tag, neither "Reread
references" nor "Reload" did not update what is shown as the
contents of it, when the user overwrote the tag with "git tag -f".
@@ -92,6 +98,9 @@ Fixes since v1.7.12
* "ciabot" script (in contrib/) has been updated with extensive
documentation.
+ * "git-jump" script (in contrib/) did not work well when
+ diff.noprefix or diff.mnemonicprefix is in effect.
+
* Older parts of the documentation described as if having a regular
file in .git/refs/ hierarchy were the only way to have branches and
tags, which is not true for quite some time.
@@ -121,3 +130,5 @@ Fixes since v1.7.12
branch name is a parameter to the option, but the heading for the
option description was "-B::", not "-B branch::", making the
documentation misleading.
+
+Also contains numerous documentation updates.