summaryrefslogtreecommitdiff
path: root/Documentation/RelNotes/2.13.4.txt
diff options
context:
space:
mode:
authorLibravatar Junio C Hamano <gitster@pobox.com>2017-07-21 15:06:09 -0700
committerLibravatar Junio C Hamano <gitster@pobox.com>2017-07-21 15:06:09 -0700
commit2187e112d719109cac64d39e1bd8a04b123b6eed (patch)
tree521bb19a013d9530a813d37f4b183de67181d363 /Documentation/RelNotes/2.13.4.txt
parentMerge branch 'ew/fd-cloexec-fix' into maint (diff)
downloadtgif-2187e112d719109cac64d39e1bd8a04b123b6eed.tar.xz
fixes from 'master' for 2.13.4
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'Documentation/RelNotes/2.13.4.txt')
-rw-r--r--Documentation/RelNotes/2.13.4.txt10
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.