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 da86971 + 8693e1c commit 66f467cCopy full SHA for 66f467c
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.
0 commit comments