Merge branch 'hv/submodule-alt-odb' into maint
[git/gitweb.git] / Documentation / RelNotes / 1.7.10.3.txt
blob153bf14032e81886229ee2d8ae8338cf4613804b
1 Git v1.7.10.3 Release Notes
2 ===========================
4 Fixes since v1.7.10.2
5 ---------------------
7  * The message file for German translation has been updated a bit.
9  * "git status --porcelain" ignored "--branch" option by mistake.  The
10    output for "git status --branch -z" was also incorrect and did not
11    terminate the record for the current branch name with NUL as asked.
13  * Running "git checkout" on an unborn branch used to corrupt HEAD.
15  * When checking out another commit from an already detached state, we
16    used to report all commits that are not reachable from any of the
17    refs as lossage, but some of them might be reachable from the new
18    HEAD, and there is no need to warn about them.
20  * Some time ago, "git clone" lost the progress output for its
21    "checkout" phase; when run without any "--quiet" option, it should
22    give progress to the lengthy operation.
24  * "log -z --pretty=tformat:..." did not terminate each record with
25    NUL.  The fix is not entirely correct when the output also asks for
26    --patch and/or --stat, though.
28  * The DWIM behaviour for "log --pretty=format:%gd -g" was somewhat
29    broken and gave undue precedence to configured log.date, causing
30    "git stash list" to show "stash@{time stamp string}".
32 Also contains minor fixes and documentation updates.