File tree Expand file tree Collapse file tree 2 files changed +12
-1
lines changed Expand file tree Collapse file tree 2 files changed +12
-1
lines changed Original file line number Diff line number Diff line change @@ -157,4 +157,14 @@ Fixes since v2.9.2
157
157
can be safely discarded without any other consideration. State
158
158
that it is safe to do so.
159
159
160
+ * Not-so-recent rewrite of "git am" that started making internal
161
+ calls into the commit machinery had an unintended regression, in
162
+ that no matter how many seconds it took to apply many patches, the
163
+ resulting committer timestamp for the resulting commits were all
164
+ the same.
165
+
166
+ * "git difftool <paths>..." started in a subdirectory failed to
167
+ interpret the paths relative to that directory, which has been
168
+ fixed.
169
+
160
170
Also contains minor documentation updates and code clean-ups.
Original file line number Diff line number Diff line change @@ -43,9 +43,10 @@ unreleased) version of Git, that is available from the 'master'
43
43
branch of the `git.git` repository.
44
44
Documentation for older releases are available here:
45
45
46
- * link:v2.9.2 /git.html[documentation for release 2.9.2 ]
46
+ * link:v2.9.3 /git.html[documentation for release 2.9.3 ]
47
47
48
48
* release notes for
49
+ link:RelNotes/2.9.3.txt[2.9.3],
49
50
link:RelNotes/2.9.2.txt[2.9.2],
50
51
link:RelNotes/2.9.1.txt[2.9.1],
51
52
link:RelNotes/2.9.0.txt[2.9].
You can’t perform that action at this time.
0 commit comments