Skip to content

Commit 245b10c

Browse files
committed
Git 1.7.1.2
Signed-off-by: Junio C Hamano <[email protected]>
1 parent e5498e8 commit 245b10c

File tree

3 files changed

+13
-2
lines changed

3 files changed

+13
-2
lines changed

Documentation/RelNotes-1.7.1.2.txt

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff 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.

Documentation/git.txt

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,9 +44,11 @@ branch of the `git.git` repository.
4444
Documentation 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]

GIT-VERSION-GEN

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/bin/sh
22

33
GVF=GIT-VERSION-FILE
4-
DEF_VER=v1.7.1.1
4+
DEF_VER=v1.7.1.2
55

66
LF='
77
'

0 commit comments

Comments
 (0)