Fix setup_git_directory_gently() with relative GIT_DIR & GIT_WORK_TREE
[git/kirr.git] / Documentation / RelNotes-1.5.3.5.txt
blob47891ffa4ace46920d19b2596df5c9b7b4120dfe
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-add -i" did not handle single line hunks correctly.
15  * "git-log --follow" did not work unless diff generation (e.g. -p)
16    was also requested.
18  * "git-log" printed extra newlines between commits when a diff
19    was generated internally (e.g. -S or --follow) but not displayed.
21  * Documentation updates for supported (but previously undocumented)
22    options of "git-archive" and "git-reflog".
24  * "make clean" no longer deletes the configure script that ships
25    with the git tarball, making multiple architecture builds easier.