summaryrefslogtreecommitdiff
path: root/Documentation
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2013-04-02 22:14:26 (GMT)
committerJunio C Hamano <gitster@pobox.com>2013-04-02 22:14:26 (GMT)
commit961c5129d53554d4d71003899fab8dda846d7c2a (patch)
tree822b7940ade4acab6c264e0724aec2fe6c18730f /Documentation
parent66bea733f3e08e4aacacedcc7b6e46d202bdc7f8 (diff)
downloadgit-961c5129d53554d4d71003899fab8dda846d7c2a.zip
git-961c5129d53554d4d71003899fab8dda846d7c2a.tar.gz
git-961c5129d53554d4d71003899fab8dda846d7c2a.tar.bz2
Update draft release notes to 1.8.3
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'Documentation')
-rw-r--r--Documentation/RelNotes/1.8.3.txt11
1 files changed, 11 insertions, 0 deletions
diff --git a/Documentation/RelNotes/1.8.3.txt b/Documentation/RelNotes/1.8.3.txt
index dcef36e..4231b68 100644
--- 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.
+ * "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.
@@ -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.
+ * 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.