summaryrefslogtreecommitdiff
path: root/Documentation/RelNotes/1.8.5.1.adoc
diff options
context:
space:
mode:
Diffstat (limited to 'Documentation/RelNotes/1.8.5.1.adoc')
-rw-r--r--Documentation/RelNotes/1.8.5.1.adoc9
1 files changed, 9 insertions, 0 deletions
diff --git a/Documentation/RelNotes/1.8.5.1.adoc b/Documentation/RelNotes/1.8.5.1.adoc
new file mode 100644
index 0000000000..7236aaf232
--- /dev/null
+++ b/Documentation/RelNotes/1.8.5.1.adoc
@@ -0,0 +1,9 @@
+Git v1.8.5.1 Release Notes
+==========================
+
+Fixes since v1.8.5
+------------------
+
+ * "git submodule init" copied "submodule.$name.update" settings from
+ .gitmodules to .git/config without making sure if the suggested
+ value was sensible.