Skip to content

Commit

Permalink
Git 1.7.6
Browse files Browse the repository at this point in the history
Signed-off-by: Junio C Hamano <[email protected]>
  • Loading branch information
gitster committed Jun 26, 2011
1 parent 568d446 commit f696543
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 8 deletions.
8 changes: 1 addition & 7 deletions Documentation/RelNotes/1.7.6.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Git v1.7.6 Release Notes (draft)
Git v1.7.6 Release Notes
========================

Updates since v1.7.5
Expand Down Expand Up @@ -134,9 +134,3 @@ included in this release.

* "git status -z" did not default to --porcelain output format.
(merge bc/maint-status-z-to-use-porcelain later)

---
exec >/var/tmp/1
echo O=$(git describe master)
O=v1.7.6-rc2
git shortlog --no-merges ^maint ^$O master
5 changes: 5 additions & 0 deletions Documentation/git.txt
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,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.6/git.html[documentation for release 1.7.6]

* release notes for
link:RelNotes/1.7.6.txt[1.7.6].

* link:v1.7.5.4/git.html[documentation for release 1.7.5.4]

* 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.6-rc3
DEF_VER=v1.7.6

LF='
'
Expand Down

0 comments on commit f696543

Please sign in to comment.