Add missing "short" alternative to --date in rev-list-options.txt
[git/dscho.git] / Documentation / RelNotes-1.5.5.1.txt
blob7de419708f77fff6f61e749b917b5fcecbe9a292
1 GIT v1.5.5.1 Release Notes
2 ==========================
4 Fixes since v1.5.5
5 ------------------
7  * "git archive --prefix=$path/" mishandled gitattributes.
9  * "git fetch -v" that fetches into FETCH_HEAD did not report the summary
10    the same way as done for updating the tracking refs.
12  * "git svn" misbehaved when the configuration file customized the "git
13    log" output format using format.pretty.
15  * "git submodule status" leaked an unnecessary error message.
17  * "git log --date-order --topo-order" did not override the earlier
18    date-order with topo-order as expected.
20  * "git bisect good $this" did not check the validity of the revision
21    given properly.
23  * "url.<there>.insteadOf" did not work correctly.
25  * "git clean" ran inside subdirectory behaved as if the directory was
26    explicitly specified for removal by the end user from the top level.
28  * "git bisect" from a detached head leaked an unnecessary error message.
30  * "git bisect good $a $b" when $a is Ok but $b is bogus should have
31    atomically failed before marking $a as good.
33  * "git fmt-merge-msg" did not clean up leading empty lines from commit
34    log messages like "git log" family does.
36  * "git am" recorded a commit with empty Subject: line without
37    complaining.
39  * when given a commit log message whose first paragraph consists of
40    multiple lines, "git rebase" squashed it into a single line.
42  * "git remote add $bogus_name $url" did not complain properly.
44 Also comes with various documentation updates.