diff options
author | Junio C Hamano <gitster@pobox.com> | 2016-08-12 10:02:18 -0700 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2016-08-12 10:02:18 -0700 |
commit | 2376d31787760af598db23bb3982a57419854e5c (patch) | |
tree | 5f88ebca41a7cfc2a294087a4629d2536d7c4986 /Documentation/RelNotes | |
parent | Final batch before 2.10-rc0 (diff) | |
parent | Git 2.9.3 (diff) | |
download | tgif-2376d31787760af598db23bb3982a57419854e5c.tar.xz |
Sync with 2.9.3
* tag 'v2.9.3':
Git 2.9.3
Diffstat (limited to 'Documentation/RelNotes')
-rw-r--r-- | Documentation/RelNotes/2.9.3.txt | 10 |
1 files changed, 10 insertions, 0 deletions
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 <paths>..." 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. |