Skip to content

Commit 8693e1c

Browse files
committed
Start preparing for 2.0.2
Signed-off-by: Junio C Hamano <[email protected]>
1 parent cbf4e02 commit 8693e1c

File tree

2 files changed

+14
-1
lines changed

2 files changed

+14
-1
lines changed

Documentation/RelNotes/2.0.2.txt

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
Documentation/RelNotes/2.0.1.txt
1+
Documentation/RelNotes/2.0.2.txt

0 commit comments

Comments
 (0)