Start preparing for 2.8.2
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Junio C Hamano committed
Apr 13, 2016 at 16:30 UTC
167259bf830d224cfe862a46fc3e8a8f0619f540
1 file changed
+17
Documentation/RelNotes/2.8.2.txt
new
+17
@@ -0,0 +1,17 @@
1
+Git v2.8.2 Release Notes
2
+========================
3
+
4
+Fixes since v2.8.1
5
+------------------
6
+
7
+ * The embedded args argv-array in the child process is used to build
8
+ the command line to run pack-objects instead of using a separate
9
+ array of strings.
10
+
11
+ * Bunch of tests on "git clone" has been renumbered for better
12
+ organization.
13
+
14
+ * The tests that involve running httpd leaked the system-wide
15
+ configuration in /etc/gitconfig to the tested environment.
16
+
17
+Also contains minor documentation updates and code clean-ups.