Git 2.9.3
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Junio C Hamano committed
Aug 12, 2016 at 09:17 UTC
e0c1ceafc5bece92d35773a75fff59497e1d9bd5
3 files changed
+13
-2
Documentation/RelNotes/2.9.3.txt
+10
@@ -157,4 +157,14 @@ Fixes since v2.9.2
157
can be safely discarded without any other consideration. State
158
that it is safe to do so.
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
+
170
Also contains minor documentation updates and code clean-ups.
Documentation/git.txt
+2
-1
@@ -43,9 +43,10 @@ unreleased) version of Git, that is available from the 'master'
43
branch of the `git.git` repository.
44
Documentation for older releases are available here:
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
48
* release notes for
49
+ link:RelNotes/2.9.3.txt[2.9.3],
50
link:RelNotes/2.9.2.txt[2.9.2],
51
link:RelNotes/2.9.1.txt[2.9.1],
52
link:RelNotes/2.9.0.txt[2.9].
GIT-VERSION-GEN
+1
-1
@@ -1,7 +1,7 @@
1
#!/bin/sh
2
3
GVF=GIT-VERSION-FILE
4
-DEF_VER=v2.9.2
4
+DEF_VER=v2.9.3
5
6
LF='
7
'