File tree Expand file tree Collapse file tree 2 files changed +29
-1
lines changed
Expand file tree Collapse file tree 2 files changed +29
-1
lines changed Original file line number Diff line number Diff line change 1+ Git v1.7.11.5 Release Notes
2+ ===========================
3+
4+ Fixes since v1.7.11.4
5+ ---------------------
6+
7+ * The Makefile rule to create assembly output (primarily for
8+ debugging purposes) did not create it next to the source.
9+
10+ * On some architectures, "block-sha1" did not compile correctly
11+ when compilers inferred alignment guarantees from our source we
12+ did not intend to make.
13+
14+ * When talking to a remote running ssh on IPv6 enabled host, whose
15+ address is spelled as "[HOST]:PORT", we did not parse the address
16+ correctly and failed to connect.
17+
18+ * git-blame.el (in compat/) have been updated to use Elisp more
19+ correctly.
20+
21+ * "git checkout <branchname>" to come back from a detached HEAD state
22+ incorrectly computed reachability of the detached HEAD, resulting
23+ in unnecessary warnings.
24+
25+ * "git mergetool" did not support --tool-help option to give the list
26+ of supported backends, like "git difftool" does.
27+
28+ Also contains minor typofixes and documentation updates.
Original file line number Diff line number Diff line change 1- Documentation/RelNotes/1.7.11.4 .txt
1+ Documentation/RelNotes/1.7.11.5 .txt
You can’t perform that action at this time.
0 commit comments