Third batch for 2.11
authorJunio C Hamano <gitster@pobox.com>
Mon, 19 Sep 2016 20:48:25 +0000 (13:48 -0700)
committerJunio C Hamano <gitster@pobox.com>
Mon, 19 Sep 2016 20:48:25 +0000 (13:48 -0700)
This round they are somewhat bigger topics.

Signed-off-by: Junio C Hamano <gitster@pobox.com>
Documentation/RelNotes/2.11.0.txt
index f4fa57e4397116fe15f3ce63fa7dad7bdc587add..2be6ef1823d1bab6c3fc5c76d08accd6124f9b5d 100644 (file)
@@ -48,6 +48,17 @@ Performance, Internal Implementation, Development Support etc.
    sequencer.c files so that more helper functions in it can be used
    by callers that want to handle error conditions themselves.
 
    sequencer.c files so that more helper functions in it can be used
    by callers that want to handle error conditions themselves.
 
+ * "git am" has been taught to make an internal call to "git apply"'s
+   innards without spawning the latter as a separate process.
+
+ * The ref-store abstraction was introduced to the refs API so that we
+   can plug in different backends to store references.
+
+ * The "unsigned char sha1[20]" to "struct object_id" conversion
+   continues.  Notable changes in this round includes that ce->sha1,
+   i.e. the object name recorded in the cache_entry, turns into an
+   object_id.
+
 
 Also contains various documentation updates and code clean-ups.
 
 
 Also contains various documentation updates and code clean-ups.