Code

relax usage of the progress API
[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", "git-diff", "git-apply" failed if run from a
14    subdirectory with relative GIT_DIR and GIT_WORK_TREE set.
16  * "git-add -i" did not handle single line hunks correctly.
18  * "git-rebase -i" failed if external diff drivers were used for one
19    or more files in a commit.  It now avoids calling the external
20    diff drivers.
22  * "git-log --follow" did not work unless diff generation (e.g. -p)
23    was also requested.
25  * "git-log" printed extra newlines between commits when a diff
26    was generated internally (e.g. -S or --follow) but not displayed.
28  * "git-push" error message is more helpful when pushing to a
29    repository with no matching refs and none specified.
31  * "git-filter-branch" now updates the working directory when it
32    has finished filtering the current branch.
34  * "git-instaweb" no longer fails on Mac OS X.
36  * Documentation updates for supported (but previously undocumented)
37    options of "git-archive" and "git-reflog".
39  * "make clean" no longer deletes the configure script that ships
40    with the git tarball, making multiple architecture builds easier.