File tree Expand file tree Collapse file tree 3 files changed +13
-2
lines changed
Expand file tree Collapse file tree 3 files changed +13
-2
lines changed Original file line number Diff line number Diff line change @@ -17,3 +17,12 @@ Fixes since v1.7.1.1
1717
1818 * "git rev-parse --parseopt --stop-at-non-option" did not stop at non option
1919 when --keep-dashdash was in effect.
20+
21+ * An overlong line after ".gitdir: " in a git file caused out of bounds
22+ access to an array on the stack.
23+
24+ * "git config --path conf.var" to attempt to expand a variable conf.var
25+ that uses "~/" short-hand segfaulted when $HOME environment variable
26+ was not set.
27+
28+ And other minor fixes and documentation updates.
Original file line number Diff line number Diff line change @@ -44,9 +44,11 @@ branch of the `git.git` repository.
4444Documentation for older releases are available here:
4545
4646
47- * link:v1.7.1/git.html[documentation for release 1.7.1]
47+ * link:v1.7.1.2 /git.html[documentation for release 1.7.1.2 ]
4848
4949* release notes for
50+ link:RelNotes-1.7.1.2.txt[1.7.1.2],
51+ link:RelNotes-1.7.1.1.txt[1.7.1.1],
5052 link:RelNotes-1.7.1.txt[1.7.1].
5153
5254* link:v1.7.0.7/git.html[documentation for release 1.7.0.7]
Original file line number Diff line number Diff line change 11#! /bin/sh
22
33GVF=GIT-VERSION-FILE
4- DEF_VER=v1.7.1.1
4+ DEF_VER=v1.7.1.2
55
66LF='
77'
You can’t perform that action at this time.
0 commit comments