File tree Expand file tree Collapse file tree 2 files changed +27
-1
lines changed
Expand file tree Collapse file tree 2 files changed +27
-1
lines changed Original file line number Diff line number Diff line change 1+ Git v1.7.10.3 Release Notes
2+ ===========================
3+
4+ Fixes since v1.7.10.2
5+ ---------------------
6+
7+ * Running "git checkout" on an unborn branch used to corrupt HEAD.
8+
9+ * When checking out another commit from an already detached state, we
10+ used to report all commits that are not reachable from any of the
11+ refs as lossage, but some of them might be reachable from the new
12+ HEAD, and there is no need to warn about them.
13+
14+ * Some time ago, "git clone" lost the progress output for its
15+ "checkout" phase; when run without any "--quiet" option, it should
16+ give progress to the lengthy operation.
17+
18+ * "log -z --pretty=tformat:..." did not terminate each record with
19+ NUL. The fix is not entirely correct when the output also asks for
20+ --patch and/or --stat, though.
21+
22+ * The DWIM behaviour for "log --pretty=format:%gd -g" was somewhat
23+ broken and gave undue precedence to configured log.date, causing
24+ "git stash list" to show "stash@{time stamp string}".
25+
26+ Also contains minor fixes and documentation updates.
Original file line number Diff line number Diff line change 1- Documentation/RelNotes/1.7.10.2 .txt
1+ Documentation/RelNotes/1.7.10.3 .txt
You can’t perform that action at this time.
0 commit comments