Skip to content

Commit

Permalink
Git 1.7.8-rc3
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 Nov 17, 2011
1 parent 09116a1 commit 4d2440f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
5 changes: 1 addition & 4 deletions Documentation/RelNotes/1.7.8.txt
Original file line number Diff line number Diff line change
Expand Up @@ -113,9 +113,6 @@ Updates since v1.7.7
between commits in the superproject that has and does not have the
submodule in the tree without re-cloning.

* "git upload-archive" (hence "git archive --remote") can be built
and used on mingw port of Git.

* "gitweb" leaked unescaped control characters from syntax hiliter
outputs.

Expand Down Expand Up @@ -165,7 +162,7 @@ included in this release.

---
exec >/var/tmp/1
O=v1.7.8-rc1-23-gdc865af
O=v1.7.8-rc2-3-g09116a1
echo O=$(git describe --always master)
git log --first-parent --oneline --reverse ^$O master
echo
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-rc2
DEF_VER=v1.7.8-rc3

LF='
'
Expand Down

0 comments on commit 4d2440f

Please sign in to comment.