Skip to content

Commit 167259b

Browse files
committed
Start preparing for 2.8.2
Signed-off-by: Junio C Hamano <gitster@pobox.com>
1 parent d95553a commit 167259b

1 file changed

Lines changed: 17 additions & 0 deletions

File tree

Documentation/RelNotes/2.8.2.txt

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)