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
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
3135And 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 11#! /bin/sh
22
33GVF=GIT-VERSION-FILE
4- DEF_VER=v1.7.4.3
4+ DEF_VER=v1.7.4.4
55
66LF='
77'
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