Skip to content
This repository was archived by the owner on Nov 9, 2017. It is now read-only.

Commit 5bed9f6

Browse files
committed
Start preparing for 1.7.10.3
Signed-off-by: Junio C Hamano <[email protected]>
1 parent adc3a81 commit 5bed9f6

File tree

2 files changed

+27
-1
lines changed

2 files changed

+27
-1
lines changed

Documentation/RelNotes/1.7.10.3.txt

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
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.

RelNotes

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

0 commit comments

Comments
 (0)