Update draft release notes to 2.0
authorJunio C Hamano <gitster@pobox.com>
Tue, 25 Mar 2014 19:01:39 +0000 (12:01 -0700)
committerJunio C Hamano <gitster@pobox.com>
Tue, 25 Mar 2014 19:01:39 +0000 (12:01 -0700)
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Documentation/RelNotes/2.0.0.txt
index 5dc11f405f81d45df452dbb2400ffd00506f58d2..50bbc28e2169849f89b9ea4427b58221a35aff3b 100644 (file)
@@ -47,6 +47,8 @@ Updates since v1.9 series
 
 UI, Workflows & Features
 
 
 UI, Workflows & Features
 
+ * "git commit --cleanup=<mode>" learned a new mode, scissors.
+
  * "git tag --list" output can be sorted using "version sort" with
    "--sort=version:refname".
 
  * "git tag --list" output can be sorted using "version sort" with
    "--sort=version:refname".
 
@@ -153,6 +155,33 @@ Unless otherwise noted, all the fixes since v1.9 in the maintenance
 track are contained in this release (see the maintenance releases'
 notes for details).
 
 track are contained in this release (see the maintenance releases'
 notes for details).
 
+ * "git mv" that moves a submodule forgot to adjust the array that
+   uses to keep track of which submodules were to be moved to update
+   its configuration.
+   (merge fb8a4e8 jk/mv-submodules-fix later to maint).
+
+ * Length limit for the pathname used when removing a path in a deep
+   subdirectory has been removed to avoid buffer overflows.
+   (merge 2f29e0c mh/remove-subtree-long-pathname-fix later to maint).
+
+ * The test helper lib-terminal always run an actual test_expect_*
+   when included, which screwed up with the use of skil-all that may
+   have to be done later.
+   (merge 7e27173 jk/lib-terminal-lazy later to maint).
+
+ * "git index-pack" used a wrong variable to name the keep-file in an
+   error message when the file cannot be written or closed.
+   (merge de983a0 nd/index-pack-error-message later to maint).
+
+ * "rebase -i" produced a broken insn sheet when the title of a commit
+   happened to contain '\n' (or ended with '\c') due to a careless use
+   of 'echo'.
+   (merge cb1aefd us/printf-not-echo later to maint).
+
+ * There were a few instances of 'git-foo' remaining in the
+   documentation that should have been spelled 'git foo'.
+   (merge 3c3e6f5 rr/doc-merge-strategies later to maint).
+
  * Serving objects from a shallow repository needs to write a
    new file to hold the temporary shallow boundaries but it was not
    cleaned when we exit due to die() or a signal.
  * Serving objects from a shallow repository needs to write a
    new file to hold the temporary shallow boundaries but it was not
    cleaned when we exit due to die() or a signal.