OSDN Git Service

Seventh batch for post 2.8 cycle
authorJunio C Hamano <gitster@pobox.com>
Mon, 25 Apr 2016 22:18:35 +0000 (15:18 -0700)
committerJunio C Hamano <gitster@pobox.com>
Mon, 25 Apr 2016 22:18:35 +0000 (15:18 -0700)
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Documentation/RelNotes/2.9.0.txt

index 6e10b8d..36fe3c4 100644 (file)
@@ -84,6 +84,11 @@ UI, Workflows & Features
    formulating a message ID.
    (merge f916ab0 ew/send-email-readable-message-id later to maint).
 
+ * "git rerere" can encounter two or more files with the same conflict
+   signature that have to be resolved in different ways, but there was
+   no way to record these separate resolutions.
+   (merge 890fca8 jc/rerere-multi later to maint).
+
 
 Performance, Internal Implementation, Development Support etc.
 
@@ -124,6 +129,9 @@ Performance, Internal Implementation, Development Support etc.
    Git repository.
    (merge 274db84 jk/check-repository-format later to maint).
 
+ * Code restructuring around the "refs" area to prepare for pluggable
+   refs backends.
+
 
 Also contains various documentation updates and code clean-ups.
 
@@ -254,6 +262,20 @@ notes for details).
    See http://thread.gmane.org/gmane.comp.version-control.git/291853
    (merge e53a64b ad/cygwin-wants-rename later to maint).
 
+ * "merge-octopus" strategy did not ensure that the index is clean
+   when merge begins.
+
+ * When "git merge" notices that the merge can be resolved purely at
+   the tree level (without having to merge blobs) and the resulting
+   tree happens to already exist in the object store, it forgot to
+   update the index, which lead to an inconsistent state for later
+   operations.
+
+ * "git submodule" reports the paths of submodules the command
+   recurses into, but this was incorrect when the command was not run
+   from the root level of the superproject.
+   (merge 2ab5660 sb/submodule-path-misc-bugs later to maint).
+
  * Other minor clean-ups and documentation updates
    (merge aed7480 mm/lockfile-error-message later to maint).
    (merge bfee614 jc/index-pack later to maint).