Andrew's git
/
gitweb.git
/ diff
summary
|
log
|
commit
| diff |
tree
commit
grep
author
committer
pickaxe
?
re
Update draft release notes to 1.8.3
author
Junio C Hamano
<gitster@pobox.com>
Tue, 2 Apr 2013 22:14:26 +0000
(15:14 -0700)
committer
Junio C Hamano
<gitster@pobox.com>
Tue, 2 Apr 2013 22:14:26 +0000
(15:14 -0700)
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Documentation/RelNotes/1.8.3.txt
patch
|
blob
|
history
raw
|
patch
|
inline
| side by side (parent:
66bea73
)
diff --git
a/Documentation/RelNotes/1.8.3.txt
b/Documentation/RelNotes/1.8.3.txt
index dcef36e671d91b6f2e9abd3c5c2b744c2a1fb822..4231b684d65d49b635557b9ec0e421a80aa35dea 100644
(file)
--- a/
Documentation/RelNotes/1.8.3.txt
+++ b/
Documentation/RelNotes/1.8.3.txt
@@
-75,6
+75,12
@@
UI, Workflows & Features
shown on the left side, which is the opposite from other backend
expects.
shown on the left side, which is the opposite from other backend
expects.
+ * "show/log" now honors gpg.program configuration just like other
+ parts of the code that use GnuPG.
+
+ * "git log" that shows the difference between the parent and the
+ child has been optimized somewhat.
+
Performance, Internal Implementation, etc.
Performance, Internal Implementation, etc.
@@
-94,6
+100,11
@@
Performance, Internal Implementation, etc.
* The pkt-line API, implementation and its callers have been cleaned
up to make them more robust.
* The pkt-line API, implementation and its callers have been cleaned
up to make them more robust.
+ * Cygwin port has a faster-but-lying lstat(2) emulation whose
+ incorrectness does not matter in practice except for a few
+ codepaths, and setting permission bits to directories is a codepath
+ that needs to use a more correct one.
+
Also contains minor documentation updates and code clean-ups.
Also contains minor documentation updates and code clean-ups.