summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2010-09-10 11:54:34 -0700
committerJunio C Hamano <gitster@pobox.com>2010-09-10 11:54:34 -0700
commit6070bac82a1e9c61d86f8ad2fb282ebb62d1c5d6 (patch)
tree73d65da0cba633c65185ca7ea9af306e1d609be7
parent9ab5a338fc03d5ea5c3ad4cd56e04029cd863c83 (diff)
downloadgit-6070bac82a1e9c61d86f8ad2fb282ebb62d1c5d6.tar.gz
Prepare for 1.7.3 rc1
-rw-r--r--Documentation/RelNotes-1.7.3.txt12
1 files changed, 10 insertions, 2 deletions
diff --git a/Documentation/RelNotes-1.7.3.txt b/Documentation/RelNotes-1.7.3.txt
index 3512bbb238..f1243ff112 100644
--- a/Documentation/RelNotes-1.7.3.txt
+++ b/Documentation/RelNotes-1.7.3.txt
@@ -60,11 +60,19 @@ release, unless otherwise noted.
* "git fetch" and friends were accidentally broken for url with "+" in
its path, e.g. "git://git.gnome.org/gtk+".
+ * "git fetch $url" (i.e. without refspecs) was broken for quite some
+ time, if the current branch happen to be tracking some remote.
+
+ * "git note remove" created unnecessary extra commit when named object
+ did not have any note to begin with.
+
+ * "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.2.2-268-g7e42332
-O=v1.7.2
+O=v1.7.3-rc0
git shortlog --no-merges $O..master ^maint
exit 0