Skip to content

Commit 1252f8b

Browse files
committed
Start preparing for 1.8.2.1
... at the same time, preparation for 1.8.1.6 also has started ;-) Signed-off-by: Junio C Hamano <[email protected]>
1 parent 25396a5 commit 1252f8b

File tree

2 files changed

+30
-1
lines changed

2 files changed

+30
-1
lines changed

Documentation/RelNotes/1.8.2.1.txt

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,29 @@
1+
Git v1.8.2.1 Release Notes
2+
==========================
3+
4+
Fixes 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.

RelNotes

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
Documentation/RelNotes/1.8.2.txt
1+
Documentation/RelNotes/1.8.2.1.txt

0 commit comments

Comments
 (0)