]> git.ipfire.org Git - thirdparty/git.git/blob - Documentation/RelNotes-1.5.3.5.txt
Fix directory scanner to correctly ignore files without d_type
[thirdparty/git.git] / Documentation / RelNotes-1.5.3.5.txt
1 GIT v1.5.3.5 Release Notes
2 ==========================
3
4 Fixes since v1.5.3.4
5 --------------------
6
7 * "git-config" silently ignored options after --list; now it will
8 error out with a usage message.
9
10 * "git-config --file" failed if the argument used a relative path
11 as it changed directories before opening the file.
12
13 * "git-config --file" now displays a proper error message if it
14 cannot read the file specified on the command line.
15
16 * "git-config", "git-diff", "git-apply" failed if run from a
17 subdirectory with relative GIT_DIR and GIT_WORK_TREE set.
18
19 * "git-blame" crashed if run during a merge conflict.
20
21 * "git-add -i" did not handle single line hunks correctly.
22
23 * "git-rebase -i" and "git-stash apply" failed if external diff
24 drivers were used for one or more files in a commit. They now
25 avoid calling the external diff drivers.
26
27 * "git-log --follow" did not work unless diff generation (e.g. -p)
28 was also requested.
29
30 * "git-log" printed extra newlines between commits when a diff
31 was generated internally (e.g. -S or --follow) but not displayed.
32
33 * "git-push" error message is more helpful when pushing to a
34 repository with no matching refs and none specified.
35
36 * "git-filter-branch" now updates the working directory when it
37 has finished filtering the current branch.
38
39 * "git-instaweb" no longer fails on Mac OS X.
40
41 * "git-cvsexportcommit" didn't always create new parent directories
42 before trying to create new child directories. Fixed.
43
44 * "git-fetch" printed a scary (but bogus) error message while
45 fetching a tag that pointed to a tree or blob. The error did
46 not impact correctness, only user perception. The bogus error
47 is no longer printed.
48
49 * Git segfaulted when reading an invalid .gitattributes file. Fixed.
50
51 * post-receive-email example hook fixed was fixed for
52 non-fast-forward updates.
53
54 * Documentation updates for supported (but previously undocumented)
55 options of "git-archive" and "git-reflog".
56
57 * "make clean" no longer deletes the configure script that ships
58 with the git tarball, making multiple architecture builds easier.