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
157157 can be safely discarded without any other consideration. State
158158 that it is safe to do so.
159159
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+
160170Also 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'
4343branch of the `git.git` repository.
4444Documentation for older releases are available here:
4545
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 ]
4747
4848* release notes for
49+ link:RelNotes/2.9.3.txt[2.9.3],
4950 link:RelNotes/2.9.2.txt[2.9.2],
5051 link:RelNotes/2.9.1.txt[2.9.1],
5152 link:RelNotes/2.9.0.txt[2.9].
You can’t perform that action at this time.
0 commit comments