Code

Yet more 1.5.3.5 fixes mentioned in release notes
[git.git] / Documentation / RelNotes-1.5.3.5.txt
1 GIT v1.5.3.5 Release Notes
2 ==========================
4 Fixes since v1.5.3.4
5 --------------------
7  * "git-config" silently ignored options after --list; now it will
8    error out with a usage message.
10  * "git-config --file" failed if the argument used a relative path
11    as it changed directories before opening the file.
13  * "git-config --file" now displays a proper error message if it
14    cannot read the file specified on the command line.
16  * "git-config", "git-diff", "git-apply" failed if run from a
17    subdirectory with relative GIT_DIR and GIT_WORK_TREE set.
19  * "git-blame" crashed if run during a merge conflict.
21  * "git-add -i" did not handle single line hunks correctly.
23  * "git-rebase -i" failed if external diff drivers were used for one
24    or more files in a commit.  It now avoids calling the external
25    diff drivers.
27  * "git-log --follow" did not work unless diff generation (e.g. -p)
28    was also requested.
30  * "git-log" printed extra newlines between commits when a diff
31    was generated internally (e.g. -S or --follow) but not displayed.
33  * "git-push" error message is more helpful when pushing to a
34    repository with no matching refs and none specified.
36  * "git-filter-branch" now updates the working directory when it
37    has finished filtering the current branch.
39  * "git-instaweb" no longer fails on Mac OS X.
41  * post-receive-email example hook fixed was fixed for
42    non-fast-forward updates.
44  * Documentation updates for supported (but previously undocumented)
45    options of "git-archive" and "git-reflog".
47  * "make clean" no longer deletes the configure script that ships
48    with the git tarball, making multiple architecture builds easier.