@@ -84,6 +84,11 @@ UI, Workflows & Features
8484 formulating a message ID.
8585 (merge f916ab0 ew/send-email-readable-message-id later to maint).
8686
87+ * "git rerere" can encounter two or more files with the same conflict
88+ signature that have to be resolved in different ways, but there was
89+ no way to record these separate resolutions.
90+ (merge 890fca8 jc/rerere-multi later to maint).
91+
8792
8893Performance, Internal Implementation, Development Support etc.
8994
@@ -124,6 +129,9 @@ Performance, Internal Implementation, Development Support etc.
124129 Git repository.
125130 (merge 274db84 jk/check-repository-format later to maint).
126131
132+ * Code restructuring around the "refs" area to prepare for pluggable
133+ refs backends.
134+
127135
128136Also contains various documentation updates and code clean-ups.
129137
@@ -254,6 +262,20 @@ notes for details).
254262 See http://thread.gmane.org/gmane.comp.version-control.git/291853
255263 (merge e53a64b ad/cygwin-wants-rename later to maint).
256264
265+ * "merge-octopus" strategy did not ensure that the index is clean
266+ when merge begins.
267+
268+ * When "git merge" notices that the merge can be resolved purely at
269+ the tree level (without having to merge blobs) and the resulting
270+ tree happens to already exist in the object store, it forgot to
271+ update the index, which lead to an inconsistent state for later
272+ operations.
273+
274+ * "git submodule" reports the paths of submodules the command
275+ recurses into, but this was incorrect when the command was not run
276+ from the root level of the superproject.
277+ (merge 2ab5660 sb/submodule-path-misc-bugs later to maint).
278+
257279 * Other minor clean-ups and documentation updates
258280 (merge aed7480 mm/lockfile-error-message later to maint).
259281 (merge bfee614 jc/index-pack later to maint).
0 commit comments