summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 1125297)
raw | patch | inline | side by side (parent: 1125297)
author | Junio C Hamano <gitster@pobox.com> | |
Sat, 18 Sep 2010 21:55:08 +0000 (14:55 -0700) | ||
committer | Junio C Hamano <gitster@pobox.com> | |
Sat, 18 Sep 2010 21:55:08 +0000 (14:55 -0700) |
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Documentation/RelNotes/1.7.3.txt | patch | blob | history | |
Documentation/git.txt | patch | blob | history | |
GIT-VERSION-GEN | patch | blob | history |
index b55731f23f90ff3a1750d8a4f1d70b2d3632ed9b..309c33181f8600d1a17a6cebb06703b8bb4225e0 100644 (file)
-Git v1.7.3 Release Notes (draft)
-================================
+Git v1.7.3 Release Notes
+========================
Updates since v1.7.2
--------------------
* "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)
diff --git a/Documentation/git.txt b/Documentation/git.txt
index 69ef12e272ed2ee762c5f8e1319d2b690d89fbad..646e76178935e7c702f3a2e56ab819e93e7b7609 100644 (file)
--- a/Documentation/git.txt
+++ b/Documentation/git.txt
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
diff --git a/GIT-VERSION-GEN b/GIT-VERSION-GEN
index 556cee1ca7e6c95fb27137af045464b94ebaaeb2..ac9c4dbf2fe692fa8385c2d2c54f4122339204de 100755 (executable)
--- a/GIT-VERSION-GEN
+++ b/GIT-VERSION-GEN
#!/bin/sh
GVF=GIT-VERSION-FILE
-DEF_VER=v1.7.3-rc2
+DEF_VER=v1.7.3
LF='
'