Skip to content

Commit 0995520

Browse files
committed
Document additional 1.5.3.5 fixes in release notes
Signed-off-by: Shawn O. Pearce <[email protected]>
1 parent f5f3069 commit 0995520

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

Documentation/RelNotes-1.5.3.5.txt

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,14 +10,29 @@ Fixes since v1.5.3.4
1010
* "git-config --file" failed if the argument used a relative path
1111
as it changed directories before opening the file.
1212

13+
* "git-config", "git-diff", "git-apply" failed if run from a
14+
subdirectory with relative GIT_DIR and GIT_WORK_TREE set.
15+
1316
* "git-add -i" did not handle single line hunks correctly.
1417

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.
21+
1522
* "git-log --follow" did not work unless diff generation (e.g. -p)
1623
was also requested.
1724

1825
* "git-log" printed extra newlines between commits when a diff
1926
was generated internally (e.g. -S or --follow) but not displayed.
2027

28+
* "git-push" error message is more helpful when pushing to a
29+
repository with no matching refs and none specified.
30+
31+
* "git-filter-branch" now updates the working directory when it
32+
has finished filtering the current branch.
33+
34+
* "git-instaweb" no longer fails on Mac OS X.
35+
2136
* Documentation updates for supported (but previously undocumented)
2237
options of "git-archive" and "git-reflog".
2338

0 commit comments

Comments
 (0)