Start preparing for 1.9.1
[git.git] / Documentation / RelNotes / 1.9.2.txt
blobc755e349d338e7f6dcea6934fc8c4416527e74d4
1 Git v1.9.2 Release Notes
2 ========================
4 Fixes since v1.9.1
5 ------------------
7  * "git mv" that moves a submodule forgot to adjust the array that
8    uses to keep track of which submodules were to be moved to update
9    its configuration.
11  * Length limit for the pathname used when removing a path in a deep
12    subdirectory has been removed to avoid buffer overflows.
14  * The test helper lib-terminal always run an actual test_expect_*
15    when included, which screwed up with the use of skil-all that may
16    have to be done later.
18  * "git index-pack" used a wrong variable to name the keep-file in an
19    error message when the file cannot be written or closed.
21  * "rebase -i" produced a broken insn sheet when the title of a commit
22    happened to contain '\n' (or ended with '\c') due to a careless use
23    of 'echo'.
25  * There were a few instances of 'git-foo' remaining in the
26    documentation that should have been spelled 'git foo'.
28  * Serving objects from a shallow repository needs to write a
29    new file to hold the temporary shallow boundaries but it was not
30    cleaned when we exit due to die() or a signal.
32  * When "git stash pop" stops after failing to apply the stash
33    (e.g. due to conflicting changes), the stash is not dropped. State
34    that explicitly in the output to let the users know.
36  * The labels in "git status" output that describe the nature of
37    conflicts (e.g. "both deleted") were limited to 20 bytes, which was
38    too short for some l10n (e.g. fr).