summaryrefslogtreecommitdiff
path: root/Documentation/RelNotes/1.7.4.4.txt
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2011-04-06 17:49:35 (GMT)
committerJunio C Hamano <gitster@pobox.com>2011-04-06 17:50:00 (GMT)
commit5fb41b883a5d0f9cbc4c6c693e6d84a8a5cee17e (patch)
tree68ef8d3d081fcd82fbb770b9f7fb0a7811cb8527 /Documentation/RelNotes/1.7.4.4.txt
parent0c41f33c19c2f40015e31211557e818b000f9a25 (diff)
downloadgit-5fb41b883a5d0f9cbc4c6c693e6d84a8a5cee17e.zip
git-5fb41b883a5d0f9cbc4c6c693e6d84a8a5cee17e.tar.gz
git-5fb41b883a5d0f9cbc4c6c693e6d84a8a5cee17e.tar.bz2
Git 1.7.4.4v1.7.4.4
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'Documentation/RelNotes/1.7.4.4.txt')
-rw-r--r--Documentation/RelNotes/1.7.4.4.txt10
1 files changed, 4 insertions, 6 deletions
diff --git a/Documentation/RelNotes/1.7.4.4.txt b/Documentation/RelNotes/1.7.4.4.txt
index e914904..ff06e04 100644
--- a/Documentation/RelNotes/1.7.4.4.txt
+++ b/Documentation/RelNotes/1.7.4.4.txt
@@ -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