dir.h: move struct exclude declaration to top level
[git.git] / Documentation / RelNotes / 1.7.4.1.txt
blob79923a6d2f576cb158860e402be8eed327e5369d
1 Git v1.7.4.1 Release Notes
2 ==========================
4 Fixes since v1.7.4
5 ------------------
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
18    add").
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
22    feature.
24  * "git fsck" gave up scanning loose object files in directories with
25    garbage files.
27 And other minor fixes and documentation updates.