Merge branch 'ss/exc-flag-is-a-collection-of-bits' into maint
[git] / Documentation / RelNotes / 2.8.2.txt
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.