Git 1.7.4.4

Signed-off-by: Junio C Hamano <gitster@pobox.com>
This commit is contained in:
Junio C Hamano 2011-04-06 10:49:35 -07:00
parent 0c41f33c19
commit 5fb41b883a
3 changed files with 6 additions and 8 deletions

View file

@ -24,14 +24,12 @@ Fixes since v1.7.4.3
fast-forwarding from emptiness to the version being pulled, with fast-forwarding from emptiness to the version being pulled, with
the usual protection against overwriting untracked files. the usual protection against overwriting untracked files.
* "git submodule" that is run while a merge in the superproject is in
conflicted state tried to process each conflicted submodule up to
three times.
* "git status" spent all the effort to notice racily-clean index entries * "git status" spent all the effort to notice racily-clean index entries
but didn't update the index file to help later operations go faster in but didn't update the index file to help later operations go faster in
some cases. some cases.
And other minor fixes and documentation updates. And other minor fixes and documentation updates.
---
exec >/var/tmp/1
O=v1.7.4.3-22-g8c8674f
echo O=$(git describe maint)
git shortlog --no-merges $O..maint

View file

@ -1,7 +1,7 @@
#!/bin/sh #!/bin/sh
GVF=GIT-VERSION-FILE GVF=GIT-VERSION-FILE
DEF_VER=v1.7.4.3 DEF_VER=v1.7.4.4
LF=' LF='
' '

View file

@ -1 +1 @@
Documentation/RelNotes/1.7.4.4 Documentation/RelNotes/1.7.4.4.txt