summaryrefslogtreecommitdiff
path: root/Documentation/RelNotes-1.7.1.2.txt
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2010-07-27 16:40:15 -0700
committerJunio C Hamano <gitster@pobox.com>2010-07-27 16:40:23 -0700
commit33a0292e612915320e56f392b3372589f602a9e6 (patch)
treed89cb548433f7964b4a7e76256aacb8752853133 /Documentation/RelNotes-1.7.1.2.txt
parent49bb1f2ac6b6e5c7113241e066545802e5a14c9c (diff)
parent245b10ca1b0ff21de42b12ee2c1e3c9f8d1d98a3 (diff)
downloadgit-33a0292e612915320e56f392b3372589f602a9e6.tar.gz
Sync with 1.7.1.2
Diffstat (limited to 'Documentation/RelNotes-1.7.1.2.txt')
-rw-r--r--Documentation/RelNotes-1.7.1.2.txt9
1 files changed, 9 insertions, 0 deletions
diff --git a/Documentation/RelNotes-1.7.1.2.txt b/Documentation/RelNotes-1.7.1.2.txt
index 46b6a960c7..61ba14e262 100644
--- a/Documentation/RelNotes-1.7.1.2.txt
+++ b/Documentation/RelNotes-1.7.1.2.txt
@@ -17,3 +17,12 @@ Fixes since v1.7.1.1
* "git rev-parse --parseopt --stop-at-non-option" did not stop at non option
when --keep-dashdash was in effect.
+
+ * An overlong line after ".gitdir: " in a git file caused out of bounds
+ access to an array on the stack.
+
+ * "git config --path conf.var" to attempt to expand a variable conf.var
+ that uses "~/" short-hand segfaulted when $HOME environment variable
+ was not set.
+
+And other minor fixes and documentation updates.