We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents cea667e + 5fb41b8 commit e38f2a8Copy full SHA for e38f2a8
Documentation/RelNotes/1.7.4.4.txt
@@ -24,14 +24,12 @@ Fixes since v1.7.4.3
24
fast-forwarding from emptiness to the version being pulled, with
25
the usual protection against overwriting untracked files.
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
+
31
* "git status" spent all the effort to notice racily-clean index entries
32
but didn't update the index file to help later operations go faster in
33
some cases.
34
35
And other minor fixes and documentation updates.
-
----
-exec >/var/tmp/1
-O=v1.7.4.3-22-g8c8674f
36
-echo O=$(git describe maint)
37
-git shortlog --no-merges $O..maint
0 commit comments