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
17
17
18
18
* "git rev-parse --parseopt --stop-at-non-option" did not stop at non option
19
19
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.
44
44
Documentation for older releases are available here:
45
45
46
46
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 ]
48
48
49
49
* 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],
50
52
link:RelNotes-1.7.1.txt[1.7.1].
51
53
52
54
* link:v1.7.0.7/git.html[documentation for release 1.7.0.7]
Original file line number Diff line number Diff line change 1
1
#! /bin/sh
2
2
3
3
GVF=GIT-VERSION-FILE
4
- DEF_VER=v1.7.1.1
4
+ DEF_VER=v1.7.1.2
5
5
6
6
LF='
7
7
'
You can’t perform that action at this time.
0 commit comments