Skip to content

Commit 2118cdc

Browse files
committed
Third batch for 2.11
This round they are somewhat bigger topics. Signed-off-by: Junio C Hamano <gitster@pobox.com>
1 parent 4af9a7d commit 2118cdc

1 file changed

Lines changed: 11 additions & 0 deletions

File tree

Documentation/RelNotes/2.11.0.txt

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,17 @@ Performance, Internal Implementation, Development Support etc.
4848
sequencer.c files so that more helper functions in it can be used
4949
by callers that want to handle error conditions themselves.
5050

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+
5162

5263
Also contains various documentation updates and code clean-ups.
5364

0 commit comments

Comments
 (0)