Skip to content

Commit 7e100ef

Browse files
committed
Git 1.7.3 rc2
1 parent 2e1e961 commit 7e100ef

File tree

2 files changed

+9
-3
lines changed

2 files changed

+9
-3
lines changed

Documentation/RelNotes/1.7.3.txt

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,8 @@ Git v1.7.3 Release Notes (draft)
44
Updates 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
---
7379
exec >/var/tmp/1
7480
echo O=$(git describe master)
75-
O=v1.7.3-rc0
81+
O=v1.7.3-rc2
7682
git shortlog --no-merges $O..master ^maint
7783
exit 0
7884

GIT-VERSION-GEN

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/bin/sh
22

33
GVF=GIT-VERSION-FILE
4-
DEF_VER=v1.7.3-rc1
4+
DEF_VER=v1.7.3-rc2
55

66
LF='
77
'

0 commit comments

Comments
 (0)