1 Git v1.7.9.1 Release Notes
2 ==========================
7 * Subprocesses spawned from various git programs were often left running
8 to completion even when the top-level process was killed.
10 * "git log --first-parent $pathspec" did not stay on the first parent
11 chain and veered into side branch from which the whole change to the
14 * "git push -q" was not sufficiently quiet.
16 * When "git push" fails to update any refs, the client side did not
17 report an error correctly to the end user.
19 Also contains minor fixes and documentation updates.