Skip to content

Commit 961c512

Browse files
committed
Update draft release notes to 1.8.3
Signed-off-by: Junio C Hamano <[email protected]>
1 parent 66bea73 commit 961c512

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

Documentation/RelNotes/1.8.3.txt

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,12 @@ UI, Workflows & Features
7575
shown on the left side, which is the opposite from other backend
7676
expects.
7777

78+
* "show/log" now honors gpg.program configuration just like other
79+
parts of the code that use GnuPG.
80+
81+
* "git log" that shows the difference between the parent and the
82+
child has been optimized somewhat.
83+
7884

7985
Performance, Internal Implementation, etc.
8086

@@ -94,6 +100,11 @@ Performance, Internal Implementation, etc.
94100
* The pkt-line API, implementation and its callers have been cleaned
95101
up to make them more robust.
96102

103+
* Cygwin port has a faster-but-lying lstat(2) emulation whose
104+
incorrectness does not matter in practice except for a few
105+
codepaths, and setting permission bits to directories is a codepath
106+
that needs to use a more correct one.
107+
97108

98109
Also contains minor documentation updates and code clean-ups.
99110

0 commit comments

Comments
 (0)