File tree Expand file tree Collapse file tree 2 files changed +9
-3
lines changed
Expand file tree Collapse file tree 2 files changed +9
-3
lines changed Original file line number Diff line number Diff line change @@ -4,7 +4,8 @@ Git v1.7.3 Release Notes (draft)
44Updates since v1.7.2
55--------------------
66
7- * git-gui got various updates and a new maintainer, Pat Thoyts.
7+ * git-gui, now at version 0.13.0, got various updates and a new
8+ maintainer, Pat Thoyts.
89
910 * Gitweb allows its configuration to change per each request; it used to
1011 read the configuration once upon startup.
@@ -63,16 +64,21 @@ release, unless otherwise noted.
6364 * "git fetch $url" (i.e. without refspecs) was broken for quite some
6465 time, if the current branch happen to be tracking some remote.
6566
67+ * "git ls-tree dir dirgarbage", when "dir" was a directory,
68+ incorrectly recursed into "dir".
69+
6670 * "git note remove" created unnecessary extra commit when named object
6771 did not have any note to begin with.
6872
73+ * "git rebase" did not work well if you had diff.noprefix configured.
74+
6975 * "git -c foo=bar subcmd" did not work well for subcmd that is not
7076 implemented as a built-in command.
7177
7278---
7379exec >/var/tmp/1
7480echo O=$(git describe master)
75- O=v1.7.3-rc0
81+ O=v1.7.3-rc2
7682git shortlog --no-merges $O..master ^maint
7783exit 0
7884
Original file line number Diff line number Diff line change 11#! /bin/sh
22
33GVF=GIT-VERSION-FILE
4- DEF_VER=v1.7.3-rc1
4+ DEF_VER=v1.7.3-rc2
55
66LF='
77'
You can’t perform that action at this time.
0 commit comments