summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 2e1e961)
raw | patch | inline | side by side (parent: 2e1e961)
author | Junio C Hamano <gitster@pobox.com> | |
Wed, 15 Sep 2010 19:47:37 +0000 (12:47 -0700) | ||
committer | Junio C Hamano <gitster@pobox.com> | |
Wed, 15 Sep 2010 19:47:37 +0000 (12:47 -0700) |
Documentation/RelNotes/1.7.3.txt | patch | blob | history | |
GIT-VERSION-GEN | patch | blob | history |
index f1243ff112ad86324e3f41cea88af7087aa0cc7a..b55731f23f90ff3a1750d8a4f1d70b2d3632ed9b 100644 (file)
Updates since v1.7.2
--------------------
- * git-gui got various updates and a new maintainer, Pat Thoyts.
+ * git-gui, now at version 0.13.0, got various updates and a new
+ maintainer, Pat Thoyts.
* Gitweb allows its configuration to change per each request; it used to
read the configuration once upon startup.
* "git fetch $url" (i.e. without refspecs) was broken for quite some
time, if the current branch happen to be tracking some remote.
+ * "git ls-tree dir dirgarbage", when "dir" was a directory,
+ incorrectly recursed into "dir".
+
* "git note remove" created unnecessary extra commit when named object
did not have any note to begin with.
+ * "git rebase" did not work well if you had diff.noprefix configured.
+
* "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-rc0
+O=v1.7.3-rc2
git shortlog --no-merges $O..master ^maint
exit 0
diff --git a/GIT-VERSION-GEN b/GIT-VERSION-GEN
index 0cbf04373151f8415593824642a28f175e37b642..556cee1ca7e6c95fb27137af045464b94ebaaeb2 100755 (executable)
--- a/GIT-VERSION-GEN
+++ b/GIT-VERSION-GEN
#!/bin/sh
GVF=GIT-VERSION-FILE
-DEF_VER=v1.7.3-rc1
+DEF_VER=v1.7.3-rc2
LF='
'