-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
... at the same time, preparation for 1.8.1.6 also has started ;-) Signed-off-by: Junio C Hamano <gitster@pobox.com>
- Loading branch information
Junio C Hamano
committed
Mar 25, 2013
1 parent
25396a5
commit 1252f8b
Showing
2 changed files
with
30 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,29 @@ | ||
Git v1.8.2.1 Release Notes | ||
========================== | ||
|
||
Fixes since v1.8.2 | ||
------------------ | ||
|
||
* The "--color=<when>" argument to the commands in the diff family | ||
was described poorly. | ||
|
||
* The arguments given to pre-rebase hook were not documented. | ||
|
||
* The v4 index format was not documented. | ||
|
||
* The "--match=<pattern>" argument "git describe" takes uses glob | ||
pattern but it wasn't obvious from the documentation. | ||
|
||
* Some sources failed to compile on systems that lack NI_MAXHOST in | ||
their system header (e.g. z/OS). | ||
|
||
* Add an example use of "--env-filter" in "filter-branch" | ||
documentation. | ||
|
||
* "git bundle verify" did not say "records a complete history" for a | ||
bundle that does not have any prerequisites. | ||
|
||
* In the v1.8.0 era, we changed symbols that do not have to be global | ||
to file scope static, but a few functions in graph.c were used by | ||
CGit from sideways bypassing the entry points of the API the | ||
in-tree users use. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
Documentation/RelNotes/1.8.2.txt | ||
Documentation/RelNotes/1.8.2.1.txt |