summaryrefslogtreecommitdiff
path: root/Documentation
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2016-04-13 23:30:00 (GMT)
committerJunio C Hamano <gitster@pobox.com>2016-04-13 23:30:00 (GMT)
commit167259bf830d224cfe862a46fc3e8a8f0619f540 (patch)
treea76de5e9a7db133063bee658633d4703ee209023 /Documentation
parentd95553a6b8c5153f541adcfc3346004e8249b0e6 (diff)
downloadgit-167259bf830d224cfe862a46fc3e8a8f0619f540.zip
git-167259bf830d224cfe862a46fc3e8a8f0619f540.tar.gz
git-167259bf830d224cfe862a46fc3e8a8f0619f540.tar.bz2
Start preparing for 2.8.2
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'Documentation')
-rw-r--r--Documentation/RelNotes/2.8.2.txt17
1 files changed, 17 insertions, 0 deletions
diff --git a/Documentation/RelNotes/2.8.2.txt b/Documentation/RelNotes/2.8.2.txt
new file mode 100644
index 0000000..3e1f0bb
--- /dev/null
+++ b/Documentation/RelNotes/2.8.2.txt
@@ -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.