Merge branch 'jk/fetch-pack' into maint
[git.git] / Documentation / RelNotes / 2.3.4.txt
blob094c7b853bfcffe69e77d24017ea93d33df52cb0
1 Git v2.3.4 Release Notes
2 ========================
4 Fixes since v2.3.3
5 ------------------
7  * The 'color.status.unmerged' configuration was not described.
9  * "git log --decorate" did not reset colors correctly around the
10    branch names.
12  * "git -C '' subcmd" refused to work in the current directory, unlike
13    "cd ''" which silently behaves as a no-op.
15  * "git imap-send" learned to optionally talk with an IMAP server via
16    libcURL; because there is no other option when Git is built with
17    NO_OPENSSL option, use that codepath by default under such
18    configuration.
20  * A workaround for certain build of GPG that triggered false breakage
21    in a test has been added.
23  * "git rebase -i" recently started to include the number of
24    commits in the insn sheet to be processed, but on a platform
25    that prepends leading whitespaces to "wc -l" output, the numbers
26    are shown with extra whitespaces that aren't necessary.
28  * We did not parse username followed by literal IPv6 address in SSH
29    transport URLs, e.g. ssh://user@[2001:db8::1]:22/repo.git
30    correctly.
32 Also contains typofixes, documentation updates and trivial code clean-ups.