File tree Expand file tree Collapse file tree 1 file changed +15
-0
lines changed Expand file tree Collapse file tree 1 file changed +15
-0
lines changed Original file line number Diff line number Diff line change @@ -10,14 +10,29 @@ Fixes since v1.5.3.4
10
10
* "git-config --file" failed if the argument used a relative path
11
11
as it changed directories before opening the file.
12
12
13
+ * "git-config", "git-diff", "git-apply" failed if run from a
14
+ subdirectory with relative GIT_DIR and GIT_WORK_TREE set.
15
+
13
16
* "git-add -i" did not handle single line hunks correctly.
14
17
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
+
15
22
* "git-log --follow" did not work unless diff generation (e.g. -p)
16
23
was also requested.
17
24
18
25
* "git-log" printed extra newlines between commits when a diff
19
26
was generated internally (e.g. -S or --follow) but not displayed.
20
27
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
+
21
36
* Documentation updates for supported (but previously undocumented)
22
37
options of "git-archive" and "git-reflog".
23
38
You can’t perform that action at this time.
0 commit comments