Andrew's git
/
gitweb.git
/ diff
summary
|
log
|
commit
| diff |
tree
commit
grep
author
committer
pickaxe
?
re
More fixes for 1.8.2.1
author
Junio C Hamano
<gitster@pobox.com>
Wed, 27 Mar 2013 17:57:57 +0000
(10:57 -0700)
committer
Junio C Hamano
<gitster@pobox.com>
Wed, 27 Mar 2013 17:57:57 +0000
(10:57 -0700)
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Documentation/RelNotes/1.8.2.1.txt
patch
|
blob
|
history
raw
|
patch
| inline |
side by side
(parent:
d011ab4
)
diff --git
a/Documentation/RelNotes/1.8.2.1.txt
b/Documentation/RelNotes/1.8.2.1.txt
index 23977562a93e12eac2e5e59ed30a39939dbdb9fb..b4cf3cccde57d5dff014fb036e8dbf072554f93f 100644
(file)
--- a/
Documentation/RelNotes/1.8.2.1.txt
+++ b/
Documentation/RelNotes/1.8.2.1.txt
@@
-66,3
+66,6
@@
Fixes since v1.8.2
to file scope static, but a few functions in graph.c were used by
CGit from sideways bypassing the entry points of the API the
in-tree users use.
+
+ * "git merge-tree" had a typo in the logic to detect d/f conflicts,
+ which caused it to segfault in some cases.