Skip to content

Commit

Permalink
Git 1.7.3 rc2
Browse files Browse the repository at this point in the history
  • Loading branch information
Junio C Hamano committed Sep 15, 2010
1 parent 2e1e961 commit 7e100ef
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 3 deletions.
10 changes: 8 additions & 2 deletions Documentation/RelNotes/1.7.3.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@ Git v1.7.3 Release Notes (draft)
Updates since v1.7.2
--------------------

* git-gui got various updates and a new maintainer, Pat Thoyts.
* git-gui, now at version 0.13.0, got various updates and a new
maintainer, Pat Thoyts.

* Gitweb allows its configuration to change per each request; it used to
read the configuration once upon startup.
Expand Down Expand Up @@ -63,16 +64,21 @@ release, unless otherwise noted.
* "git fetch $url" (i.e. without refspecs) was broken for quite some
time, if the current branch happen to be tracking some remote.

* "git ls-tree dir dirgarbage", when "dir" was a directory,
incorrectly recursed into "dir".

* "git note remove" created unnecessary extra commit when named object
did not have any note to begin with.

* "git rebase" did not work well if you had diff.noprefix configured.

* "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.3-rc0
O=v1.7.3-rc2
git shortlog --no-merges $O..master ^maint
exit 0

Expand Down
2 changes: 1 addition & 1 deletion GIT-VERSION-GEN
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/bin/sh

GVF=GIT-VERSION-FILE
DEF_VER=v1.7.3-rc1
DEF_VER=v1.7.3-rc2

LF='
'
Expand Down

0 comments on commit 7e100ef

Please sign in to comment.