Skip to content

Commit 2376d31

Browse files
committed
Sync with 2.9.3
* tag 'v2.9.3': Git 2.9.3
2 parents 2807cd7 + e0c1cea commit 2376d31

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

Documentation/RelNotes/2.9.3.txt

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff 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+
160170
Also contains minor documentation updates and code clean-ups.

Documentation/git.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,9 +43,10 @@ unreleased) version of Git, that is available from the 'master'
4343
branch of the `git.git` repository.
4444
Documentation 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].

0 commit comments

Comments
 (0)