Skip to content

Commit

Permalink
Git 1.7.1
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 Apr 24, 2010
1 parent 34c071a commit d599e04
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 9 deletions.
10 changes: 2 additions & 8 deletions Documentation/RelNotes-1.7.1.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Git v1.7.1 Release Notes (draft)
================================
Git v1.7.1 Release Notes
========================

Updates since v1.7.0
--------------------
Expand Down Expand Up @@ -87,9 +87,3 @@ release, unless otherwise noted.

* "git rev-list --abbrev-commit" defaulted to 40-byte abbreviations, unlike
newer tools in the git toolset.

---
exec >/var/tmp/1
echo O=$(git describe)
O=v1.7.1-rc1-49-g407a963
git shortlog --no-merges ^maint $O..
5 changes: 5 additions & 0 deletions Documentation/git.txt
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,11 @@ unreleased) version of git, that is available from 'master'
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]

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

* link:v1.7.0.6/git.html[documentation for release 1.7.0.6]

* release notes for
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.rc2
DEF_VER=v1.7.1

LF='
'
Expand Down

0 comments on commit d599e04

Please sign in to comment.