Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.kernel.org/pub/scm/git/git.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2015-03-10 23:53:49 +0300
committerJunio C Hamano <gitster@pobox.com>2015-03-10 23:53:49 +0300
commit7a9409cb0104466eba32162f5bc4e5ab46130f02 (patch)
treed2e38e50fb858a5abdae22695986ba105556268c /RelNotes
parent82b7e651990dce7016a903cb020e3dc0eba2ecfe (diff)
Post 2.3 cycle (batch #9)
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'RelNotes')
-rw-r--r--RelNotes7
1 files changed, 7 insertions, 0 deletions
diff --git a/RelNotes b/RelNotes
index 44fb26121d..1662a7beba 100644
--- a/RelNotes
+++ b/RelNotes
@@ -65,6 +65,10 @@ Performance, Internal Implementation, Development Support etc.
check what they really require.
(merge f400e51 jk/sanity later to maint).
+ * Various issues around "reflog expire", e.g. using --updateref when
+ expiring a reflog for a symbolic reference, have been corrected
+ and/or made saner.
+
* The strbuf API was explained between the API documentation and in
the header file. Move missing bits to strbuf.h so that programmers
can check only one place for all necessary information.
@@ -284,6 +288,9 @@ notes for details).
to use "unsigned char" to store values that range from 0-255.
(merge 189c860 bw/kwset-use-unsigned later to maint).
+ * A corrupt input to "git diff -M" used to cause it to segfault.
+ (merge 4d6be03 jk/diffcore-rename-duplicate later to maint).
+
* Code cleanups and documentaiton updates.
(merge 2ce63e9 rs/simple-cleanups later to maint).
(merge 33baa69 rj/no-xopen-source-for-cygwin later to maint).