Skip to content

Commit

Permalink
Git 1.7.8
Browse files Browse the repository at this point in the history
Signed-off-by: Junio C Hamano <[email protected]>
  • Loading branch information
gitster committed Dec 2, 2011
1 parent fc14b89 commit 406da78
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 11 deletions.
12 changes: 2 additions & 10 deletions Documentation/RelNotes/1.7.8.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Git v1.7.8 Release Notes (draft)
================================
Git v1.7.8 Release Notes
========================

Updates since v1.7.7
--------------------
Expand Down Expand Up @@ -159,11 +159,3 @@ included in this release.
were misspelled.
(merge c49904e fc/remote-seturl-usage-fix later to maint).
(merge 656cdf0 jc/remote-setbranches-usage-fix later to maint).

---
exec >/var/tmp/1
O=v1.7.8-rc4
echo O=$(git describe --always master)
git log --first-parent --oneline --reverse ^$O master
echo
git shortlog --no-merges ^$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.8/git.html[documentation for release 1.7.8]

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

* link:v1.7.7.1/git.html[documentation for release 1.7.7.1]

* 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.8-rc4
DEF_VER=v1.7.8

LF='
'
Expand Down

0 comments on commit 406da78

Please sign in to comment.