summaryrefslogtreecommitdiff
path: root/Documentation
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2016-05-26 20:28:24 (GMT)
committerJunio C Hamano <gitster@pobox.com>2016-05-26 20:28:24 (GMT)
commit7777322816a31edff4fb9f429847d11f8974f264 (patch)
tree3a058d510b271baf236fa35e4f498b47cd992a89 /Documentation
parent3a0f269e7c82aa3a87323cb7ae04ac5f129f036b (diff)
parentb051c59a00dbe1b2316d10ac95c789de2ad35d18 (diff)
downloadgit-7777322816a31edff4fb9f429847d11f8974f264.zip
git-7777322816a31edff4fb9f429847d11f8974f264.tar.gz
git-7777322816a31edff4fb9f429847d11f8974f264.tar.bz2
Sync with maint
* maint: Start preparing for 2.8.4 archive-tar: convert snprintf to xsnprintf
Diffstat (limited to 'Documentation')
-rw-r--r--Documentation/RelNotes/2.8.4.txt27
1 files changed, 27 insertions, 0 deletions
diff --git a/Documentation/RelNotes/2.8.4.txt b/Documentation/RelNotes/2.8.4.txt
new file mode 100644
index 0000000..6005548
--- /dev/null
+++ b/Documentation/RelNotes/2.8.4.txt
@@ -0,0 +1,27 @@
+Git v2.8.4 Release Notes
+========================
+
+Fixes since v2.8.3
+------------------
+
+ * Documentation for "git merge --verify-signatures" has been updated
+ to clarify that the signature of only the commit at the tip is
+ verified. Also the phrasing used for signature and key validity is
+ adjusted to align with that used by OpenPGP.
+
+ * On Windows, .git and optionally any files whose name starts with a
+ dot are now marked as hidden, with a core.hideDotFiles knob to
+ customize this behaviour.
+
+ * Portability enhancement for "rebase -i" to help platforms whose
+ shell does not like "for i in <empty>" (which is not POSIX-kosher).
+
+ * "git fsck" learned to catch NUL byte in a commit object as
+ potential error and warn.
+
+ * CI test was taught to build documentation pages.
+
+ * Many 'linkgit:<git documentation page>' references were broken,
+ which are all fixed with this.
+
+Also contains other minor documentation updates and code clean-ups.