diff options
author | Junio C Hamano <gitster@pobox.com> | 2017-07-21 15:13:25 -0700 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2017-07-21 15:13:25 -0700 |
commit | 5eada8987e79f216f2002a3cd991360a50cd577c (patch) | |
tree | de78540d885e7c790831b3003b9ea45f25fb3352 /Documentation/RelNotes | |
parent | Hopefully the final last-minute fix before -rc1 (diff) | |
parent | fixes from 'master' for 2.13.4 (diff) | |
download | tgif-5eada8987e79f216f2002a3cd991360a50cd577c.tar.xz |
Sync with maint
* maint:
fixes from 'master' for 2.13.4
Diffstat (limited to 'Documentation/RelNotes')
-rw-r--r-- | Documentation/RelNotes/2.13.4.txt | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/Documentation/RelNotes/2.13.4.txt b/Documentation/RelNotes/2.13.4.txt new file mode 100644 index 0000000000..4f46ef6fca --- /dev/null +++ b/Documentation/RelNotes/2.13.4.txt @@ -0,0 +1,10 @@ +Git v2.13.4 Release Notes +========================= + +Fixes since v2.13.3 +------------------- + + * Update the character width tables. + + * A recent update broke an alias that contained an uppercase letter, + which has been fixed. |