1 Git v1.7.4.1 Release Notes
2 ==========================
7 * On Windows platform, the codepath to spawn a new child process forgot
8 to first flush the output buffer.
10 * "git bundle" did not use OFS_DELTA encoding, making its output a few
11 per-cent larger than necessarily.
13 * The option to tell "git clone" to recurse into the submodules was
14 misspelled with an underscore "--recurse_submodules".
16 * "git diff --cached HEAD" before the first commit does what an end user
17 would expect (namely, show what would be committed without further "git
20 * "git fast-import" didn't accept the command to ask for "notes" feature
21 to be present in its input stream, even though it was capable of the
24 * "git fsck" gave up scanning loose object files in directories with
27 And other minor fixes and documentation updates.