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.
1 parent cbf4e02 commit 8693e1cCopy full SHA for 8693e1c
Documentation/RelNotes/2.0.2.txt
@@ -0,0 +1,13 @@
1
+Git v2.0.2 Release Notes
2
+========================
3
+
4
+ * Documentation for "git submodule sync" forgot to say that the subcommand
5
+ can take the "--recursive" option.
6
7
+ * Mishandling of patterns in .gitignore that has trailing SPs quoted
8
+ with backslashes (e.g. ones that end with "\ ") have been
9
+ corrected.
10
11
+ * Recent updates to "git repack" started to duplicate objects that
12
+ are in packfiles marked with .keep flag into the new packfile by
13
+ mistake.
RelNotes
@@ -1 +1 @@
-Documentation/RelNotes/2.0.1.txt
+Documentation/RelNotes/2.0.2.txt
0 commit comments