Skip to content

Commit

Permalink
Git 1.7.4.4
Browse files Browse the repository at this point in the history
Signed-off-by: Junio C Hamano <[email protected]>
  • Loading branch information
gitster committed Apr 6, 2011
1 parent 0c41f33 commit 5fb41b8
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 8 deletions.
10 changes: 4 additions & 6 deletions Documentation/RelNotes/1.7.4.4.txt
Original file line number Diff line number Diff line change
Expand Up @@ -24,14 +24,12 @@ Fixes since v1.7.4.3
fast-forwarding from emptiness to the version being pulled, with
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
but didn't update the index file to help later operations go faster in
some cases.

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
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.4.3
DEF_VER=v1.7.4.4

LF='
'
Expand Down
2 changes: 1 addition & 1 deletion RelNotes

0 comments on commit 5fb41b8

Please sign in to comment.