Skip to content

Commit

Permalink
Update draft release notes to 1.8.3
Browse files Browse the repository at this point in the history
Signed-off-by: Junio C Hamano <[email protected]>
  • Loading branch information
gitster committed Apr 2, 2013
1 parent 66bea73 commit 961c512
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions Documentation/RelNotes/1.8.3.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand All @@ -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.

Expand Down

0 comments on commit 961c512

Please sign in to comment.