Skip to content

Commit

Permalink
Git 1.7.3
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 Sep 18, 2010
1 parent 1125297 commit 87b5054
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 14 deletions.
15 changes: 2 additions & 13 deletions Documentation/RelNotes/1.7.3.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Git v1.7.3 Release Notes (draft)
================================
Git v1.7.3 Release Notes
========================

Updates since v1.7.2
--------------------
Expand Down Expand Up @@ -74,14 +74,3 @@ release, unless otherwise noted.

* "git -c foo=bar subcmd" did not work well for subcmd that is not
implemented as a built-in command.

---
exec >/var/tmp/1
echo O=$(git describe master)
O=v1.7.3-rc2
git shortlog --no-merges $O..master ^maint
exit 0

What did we want to do with...

1e3d411 (Enable custom schemes for column colors in the graph API, 2010-07-13)
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.3/git.html[documentation for release 1.7.3]

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

* link:v1.7.2.3/git.html[documentation for release 1.7.2.3]

* 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.3-rc2
DEF_VER=v1.7.3

LF='
'
Expand Down

0 comments on commit 87b5054

Please sign in to comment.