Andrew's git
/
gitweb.git
/ diff
summary
|
log
|
commit
| diff |
tree
commit
grep
author
committer
pickaxe
?
re
Prepare for 1.7.3 rc1
author
Junio C Hamano
<gitster@pobox.com>
Fri, 10 Sep 2010 18:54:34 +0000
(11:54 -0700)
committer
Junio C Hamano
<gitster@pobox.com>
Fri, 10 Sep 2010 18:54:34 +0000
(11:54 -0700)
Documentation/RelNotes-1.7.3.txt
patch
|
blob
|
history
raw
|
patch
|
inline
| side by side (parent:
9ab5a33
)
diff --git
a/Documentation/RelNotes-1.7.3.txt
b/Documentation/RelNotes-1.7.3.txt
index 3512bbb238efd4284b3e06f7c18b0f4231569d75..f1243ff112ad86324e3f41cea88af7087aa0cc7a 100644
(file)
--- 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" 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)
---
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
git shortlog --no-merges $O..master ^maint
exit 0