Merge branch 'jk/mailsplit-maildir-muttsort' into maint
[git/jnareb-git.git] / Documentation / RelNotes / 1.8.2.1.txt
blobe77f8333eaef39f0009cc9f1d3ace472ba091da5
1 Git v1.8.2.1 Release Notes
2 ==========================
4 Fixes since v1.8.2
5 ------------------
7  * The "--color=<when>" argument to the commands in the diff family
8    was described poorly.
10  * The arguments given to pre-rebase hook were not documented.
12  * The v4 index format was not documented.
14  * The "--match=<pattern>" argument "git describe" takes uses glob
15    pattern but it wasn't obvious from the documentation.
17  * Some sources failed to compile on systems that lack NI_MAXHOST in
18    their system header (e.g. z/OS).
20  * Add an example use of "--env-filter" in "filter-branch"
21    documentation.
23  * "git bundle verify" did not say "records a complete history" for a
24    bundle that does not have any prerequisites.
26  * In the v1.8.0 era, we changed symbols that do not have to be global
27    to file scope static, but a few functions in graph.c were used by
28    CGit from sideways bypassing the entry points of the API the
29    in-tree users use.