Start preparing for 2.8.2
authorJunio C Hamano <gitster@pobox.com>
Wed, 13 Apr 2016 23:30:00 +0000 (16:30 -0700)
committerJunio C Hamano <gitster@pobox.com>
Wed, 13 Apr 2016 23:30:00 +0000 (16:30 -0700)
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Documentation/RelNotes/2.8.2.txt [new file with mode: 0644]
diff --git a/Documentation/RelNotes/2.8.2.txt b/Documentation/RelNotes/2.8.2.txt
new file mode 100644 (file)
index 0000000..3e1f0bb
--- /dev/null
@@ -0,0 +1,17 @@
+Git v2.8.2 Release Notes
+========================
+
+Fixes since v2.8.1
+------------------
+
+ * The embedded args argv-array in the child process is used to build
+   the command line to run pack-objects instead of using a separate
+   array of strings.
+
+ * Bunch of tests on "git clone" has been renumbered for better
+   organization.
+
+ * The tests that involve running httpd leaked the system-wide
+   configuration in /etc/gitconfig to the tested environment.
+
+Also contains minor documentation updates and code clean-ups.