1Git v1.8.2.1 Release Notes 2========================== 3 4Fixes since v1.8.2 5------------------ 6 7 * The "--color=<when>" argument to the commands in the diff family 8 was described poorly. 9 10 * The arguments given to pre-rebase hook were not documented. 11 12 * The v4 index format was not documented. 13 14 * The "--match=<pattern>" argument "git describe" takes uses glob 15 pattern but it wasn't obvious from the documentation. 16 17 * Some sources failed to compile on systems that lack NI_MAXHOST in 18 their system header (e.g. z/OS). 19 20 * Add an example use of "--env-filter" in "filter-branch" 21 documentation. 22 23 * "git bundle verify" did not say "records a complete history" for a 24 bundle that does not have any prerequisites. 25 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.