From e0c1ceafc5bece92d35773a75fff59497e1d9bd5 Mon Sep 17 00:00:00 2001 From: Junio C Hamano Date: Fri, 12 Aug 2016 09:17:51 -0700 Subject: Git 2.9.3 Signed-off-by: Junio C Hamano --- Documentation/RelNotes/2.9.3.txt | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'Documentation/RelNotes') diff --git a/Documentation/RelNotes/2.9.3.txt b/Documentation/RelNotes/2.9.3.txt index d19f144382..695b86f612 100644 --- a/Documentation/RelNotes/2.9.3.txt +++ b/Documentation/RelNotes/2.9.3.txt @@ -157,4 +157,14 @@ Fixes since v2.9.2 can be safely discarded without any other consideration. State that it is safe to do so. + * Not-so-recent rewrite of "git am" that started making internal + calls into the commit machinery had an unintended regression, in + that no matter how many seconds it took to apply many patches, the + resulting committer timestamp for the resulting commits were all + the same. + + * "git difftool ..." started in a subdirectory failed to + interpret the paths relative to that directory, which has been + fixed. + Also contains minor documentation updates and code clean-ups. -- cgit v1.2.3