File tree Expand file tree Collapse file tree 3 files changed +6
-8
lines changed Expand file tree Collapse file tree 3 files changed +6
-8
lines changed Original file line number Diff line number Diff line change @@ -24,14 +24,12 @@ Fixes since v1.7.4.3
24
24
fast-forwarding from emptiness to the version being pulled, with
25
25
the usual protection against overwriting untracked files.
26
26
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
+
27
31
* "git status" spent all the effort to notice racily-clean index entries
28
32
but didn't update the index file to help later operations go faster in
29
33
some cases.
30
34
31
35
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
Original file line number Diff line number Diff line change 1
1
#! /bin/sh
2
2
3
3
GVF=GIT-VERSION-FILE
4
- DEF_VER=v1.7.4.3
4
+ DEF_VER=v1.7.4.4
5
5
6
6
LF='
7
7
'
Original file line number Diff line number Diff line change 1
- Documentation/RelNotes/1.7.4.4
1
+ Documentation/RelNotes/1.7.4.4.txt
You can’t perform that action at this time.
0 commit comments