Skip to content

Commit 7a9409c

Browse files
committed
Post 2.3 cycle (batch #9)
Signed-off-by: Junio C Hamano <[email protected]>
1 parent 82b7e65 commit 7a9409c

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

RelNotes

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,10 @@ Performance, Internal Implementation, Development Support etc.
6565
check what they really require.
6666
(merge f400e51 jk/sanity later to maint).
6767

68+
* Various issues around "reflog expire", e.g. using --updateref when
69+
expiring a reflog for a symbolic reference, have been corrected
70+
and/or made saner.
71+
6872
* The strbuf API was explained between the API documentation and in
6973
the header file. Move missing bits to strbuf.h so that programmers
7074
can check only one place for all necessary information.
@@ -284,6 +288,9 @@ notes for details).
284288
to use "unsigned char" to store values that range from 0-255.
285289
(merge 189c860 bw/kwset-use-unsigned later to maint).
286290

291+
* A corrupt input to "git diff -M" used to cause it to segfault.
292+
(merge 4d6be03 jk/diffcore-rename-duplicate later to maint).
293+
287294
* Code cleanups and documentaiton updates.
288295
(merge 2ce63e9 rs/simple-cleanups later to maint).
289296
(merge 33baa69 rj/no-xopen-source-for-cygwin later to maint).

0 commit comments

Comments
 (0)