core.hidedotfiles: hide '.git' dir by default
[git/dscho.git] / Documentation / RelNotes / 1.7.7.2.txt
blobe6bbef2f0174403b3d24b4c91033fd107a4a4582
1 Git v1.7.7.2 Release Notes
2 ==========================
4 Fixes since v1.7.7.1
5 --------------------
7  * We used to drop error messages from libcurl on certain kinds of
8    errors.
10  * Error report from smart HTTP transport, when the connection was
11    broken in the middle of a transfer, showed a useless message on
12    a corrupt packet.
14  * "git fetch --prune" was unsafe when used with refspecs from the
15    command line.
17  * The attribute mechanism did not use case insensitive match when
18    core.ignorecase was set.
20  * "git bisect" did not notice when it failed to update the working tree
21    to the next commit to be tested.
23  * "git config --bool --get-regexp" failed to separate the variable name
24    and its value "true" when the variable is defined without "= true".
26  * "git remote rename $a $b" were not careful to match the remote name
27    against $a (i.e. source side of the remote nickname).
29  * "git mergetool" did not use its arguments as pathspec, but as a path to
30    the file that may not even have any conflict.
32  * "git diff --[num]stat" used to use the number of lines of context
33    different from the default, potentially giving different results from
34    "git diff | diffstat" and confusing the users.
36  * "git pull" and "git rebase" did not work well even when GIT_WORK_TREE is
37    set correctly with GIT_DIR if the current directory is outside the working
38    tree.
40  * "git send-email" did not honor the configured hostname when restarting
41    the HELO/EHLO exchange after switching TLS on.
43  * "gitweb" used to produce a non-working link while showing the contents
44    of a blob, when JavaScript actions are enabled.