Skip to content

Commit 5fb41b8

Browse files
committed
Git 1.7.4.4
Signed-off-by: Junio C Hamano <[email protected]>
1 parent 0c41f33 commit 5fb41b8

File tree

3 files changed

+6
-8
lines changed

3 files changed

+6
-8
lines changed

Documentation/RelNotes/1.7.4.4.txt

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -24,14 +24,12 @@ Fixes since v1.7.4.3
2424
fast-forwarding from emptiness to the version being pulled, with
2525
the usual protection against overwriting untracked files.
2626

27+
* "git submodule" that is run while a merge in the superproject is in
28+
conflicted state tried to process each conflicted submodule up to
29+
three times.
30+
2731
* "git status" spent all the effort to notice racily-clean index entries
2832
but didn't update the index file to help later operations go faster in
2933
some cases.
3034

3135
And other minor fixes and documentation updates.
32-
33-
---
34-
exec >/var/tmp/1
35-
O=v1.7.4.3-22-g8c8674f
36-
echo O=$(git describe maint)
37-
git shortlog --no-merges $O..maint

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

66
LF='
77
'

RelNotes

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
Documentation/RelNotes/1.7.4.4
1+
Documentation/RelNotes/1.7.4.4.txt

0 commit comments

Comments
 (0)