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)
4
4
Updates since v1.7.2
5
5
--------------------
6
6
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.
8
9
9
10
* Gitweb allows its configuration to change per each request; it used to
10
11
read the configuration once upon startup.
@@ -63,16 +64,21 @@ release, unless otherwise noted.
63
64
* "git fetch $url" (i.e. without refspecs) was broken for quite some
64
65
time, if the current branch happen to be tracking some remote.
65
66
67
+ * "git ls-tree dir dirgarbage", when "dir" was a directory,
68
+ incorrectly recursed into "dir".
69
+
66
70
* "git note remove" created unnecessary extra commit when named object
67
71
did not have any note to begin with.
68
72
73
+ * "git rebase" did not work well if you had diff.noprefix configured.
74
+
69
75
* "git -c foo=bar subcmd" did not work well for subcmd that is not
70
76
implemented as a built-in command.
71
77
72
78
---
73
79
exec >/var/tmp/1
74
80
echo O=$(git describe master)
75
- O=v1.7.3-rc0
81
+ O=v1.7.3-rc2
76
82
git shortlog --no-merges $O..master ^maint
77
83
exit 0
78
84
Original file line number Diff line number Diff line change 1
1
#! /bin/sh
2
2
3
3
GVF=GIT-VERSION-FILE
4
- DEF_VER=v1.7.3-rc1
4
+ DEF_VER=v1.7.3-rc2
5
5
6
6
LF='
7
7
'
You can’t perform that action at this time.
0 commit comments