Skip to content

Commit

Permalink
Git 1.7.1.2
Browse files Browse the repository at this point in the history
Signed-off-by: Junio C Hamano <gitster@pobox.com>
  • Loading branch information
Junio C Hamano committed Jul 27, 2010
1 parent e5498e8 commit 245b10c
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 2 deletions.
9 changes: 9 additions & 0 deletions Documentation/RelNotes-1.7.1.2.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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.
4 changes: 3 additions & 1 deletion Documentation/git.txt
Original file line number Diff line number Diff line change
Expand Up @@ -44,9 +44,11 @@ branch of the `git.git` repository.
Documentation for older releases are available here:


* link:v1.7.1/git.html[documentation for release 1.7.1]
* link:v1.7.1.2/git.html[documentation for release 1.7.1.2]

* release notes for
link:RelNotes-1.7.1.2.txt[1.7.1.2],
link:RelNotes-1.7.1.1.txt[1.7.1.1],
link:RelNotes-1.7.1.txt[1.7.1].

* link:v1.7.0.7/git.html[documentation for release 1.7.0.7]
Expand Down
2 changes: 1 addition & 1 deletion GIT-VERSION-GEN
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/bin/sh

GVF=GIT-VERSION-FILE
DEF_VER=v1.7.1.1
DEF_VER=v1.7.1.2

LF='
'
Expand Down

0 comments on commit 245b10c

Please sign in to comment.