We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d95553a commit 167259bCopy full SHA for 167259b
1 file changed
Documentation/RelNotes/2.8.2.txt
@@ -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.
0 commit comments