Skip to content

Commit 8d19b44

Browse files
committed
Git 1.7.7.2
Signed-off-by: Junio C Hamano <[email protected]>
1 parent 60a31ec commit 8d19b44

File tree

2 files changed

+45
-1
lines changed

2 files changed

+45
-1
lines changed

Documentation/RelNotes/1.7.7.2.txt

Lines changed: 44 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,44 @@
1+
Git v1.7.7.2 Release Notes
2+
==========================
3+
4+
Fixes since v1.7.7.1
5+
--------------------
6+
7+
* We used to drop error messages from libcurl on certain kinds of
8+
errors.
9+
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.
13+
14+
* "git fetch --prune" was unsafe when used with refspecs from the
15+
command line.
16+
17+
* The attribute mechanism did not use case insensitive match when
18+
core.ignorecase was set.
19+
20+
* "git bisect" did not notice when it failed to update the working tree
21+
to the next commit to be tested.
22+
23+
* "git config --bool --get-regexp" failed to separate the variable name
24+
and its value "true" when the variable is defined without "= true".
25+
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).
28+
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.
31+
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.
35+
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.
39+
40+
* "git send-email" did not honor the configured hostname when restarting
41+
the HELO/EHLO exchange after switching TLS on.
42+
43+
* "gitweb" used to produce a non-working link while showing the contents
44+
of a blob, when JavaScript actions are enabled.

RelNotes

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
Documentation/RelNotes/1.7.7.1.txt
1+
Documentation/RelNotes/1.7.7.2.txt

0 commit comments

Comments
 (0)