Third batch for 2.11
This round they are somewhat bigger topics. Signed-off-by: Junio C Hamano <gitster@pobox.com>
Junio C Hamano committed
Sep 19, 2016 at 13:48 UTC
2118cdc7d32448e064a22aee698d304b780c7cec
1 file changed
+11
Documentation/RelNotes/2.11.0.txt
+11
@@ -48,6 +48,17 @@ Performance, Internal Implementation, Development Support etc.
48
sequencer.c files so that more helper functions in it can be used
49
by callers that want to handle error conditions themselves.
50
51
+ * "git am" has been taught to make an internal call to "git apply"'s
52
+ innards without spawning the latter as a separate process.
53
+
54
+ * The ref-store abstraction was introduced to the refs API so that we
55
+ can plug in different backends to store references.
56
+
57
+ * The "unsigned char sha1[20]" to "struct object_id" conversion
58
+ continues. Notable changes in this round includes that ce->sha1,
59
+ i.e. the object name recorded in the cache_entry, turns into an
60
+ object_id.
61
+
62
63
Also contains various documentation updates and code clean-ups.
64