@@ -4,6 +4,8 @@ GIT v1.5.3.5 Release Notes
44Fixes since v1.5.3.4
55--------------------
66
7+ * Comes with git-gui 0.8.4.
8+
79 * "git-config" silently ignored options after --list; now it will
810 error out with a usage message.
911
@@ -27,12 +29,20 @@ Fixes since v1.5.3.4
2729 * "git-log --follow" did not work unless diff generation (e.g. -p)
2830 was also requested.
2931
32+ * "git-log --follow -B" did not work at all. Fixed.
33+
34+ * "git-log -M -B" did not correctly handle cases of very large files
35+ being renamed and replaced by very small files in the same commit.
36+
3037 * "git-log" printed extra newlines between commits when a diff
3138 was generated internally (e.g. -S or --follow) but not displayed.
3239
3340 * "git-push" error message is more helpful when pushing to a
3441 repository with no matching refs and none specified.
3542
43+ * "git-push" now respects + (force push) on wildcard refspecs,
44+ matching the behavior of git-fetch.
45+
3646 * "git-filter-branch" now updates the working directory when it
3747 has finished filtering the current branch.
3848
@@ -46,6 +56,11 @@ Fixes since v1.5.3.4
4656 not impact correctness, only user perception. The bogus error
4757 is no longer printed.
4858
59+ * "git-ls-files --ignored" did not properly descend into non-ignored
60+ directories that themselves contained ignored files if d_type
61+ was not supported by the filesystem. This bug impacted systems
62+ such as AFS. Fixed.
63+
4964 * Git segfaulted when reading an invalid .gitattributes file. Fixed.
5065
5166 * post-receive-email example hook fixed was fixed for
0 commit comments