Skip to content

Commit e0c1cea

Browse files
committed
Git 2.9.3
Signed-off-by: Junio C Hamano <[email protected]>
1 parent 9b601ea commit e0c1cea

File tree

3 files changed

+13
-2
lines changed

3 files changed

+13
-2
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].

GIT-VERSION-GEN

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/bin/sh
22

33
GVF=GIT-VERSION-FILE
4-
DEF_VER=v2.9.2
4+
DEF_VER=v2.9.3
55

66
LF='
77
'

0 commit comments

Comments
 (0)