summaryrefslogtreecommitdiff
path: root/Documentation/RelNotes/1.8.2.1.txt
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2013-03-25 20:51:13 (GMT)
committerJunio C Hamano <gitster@pobox.com>2013-03-25 20:51:13 (GMT)
commit1252f8b29faf3a1a45a995ae72d1d8c8ee67ad36 (patch)
tree2a322d25f4722cb004b4e8c712354b097f3ba556 /Documentation/RelNotes/1.8.2.1.txt
parent25396a535b7bed60d8993f5fe9df64839e0e1e96 (diff)
downloadgit-1252f8b29faf3a1a45a995ae72d1d8c8ee67ad36.zip
git-1252f8b29faf3a1a45a995ae72d1d8c8ee67ad36.tar.gz
git-1252f8b29faf3a1a45a995ae72d1d8c8ee67ad36.tar.bz2
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 <gitster@pobox.com>
Diffstat (limited to 'Documentation/RelNotes/1.8.2.1.txt')
-rw-r--r--Documentation/RelNotes/1.8.2.1.txt29
1 files changed, 29 insertions, 0 deletions
diff --git a/Documentation/RelNotes/1.8.2.1.txt b/Documentation/RelNotes/1.8.2.1.txt
new file mode 100644
index 0000000..e77f833
--- /dev/null
+++ b/Documentation/RelNotes/1.8.2.1.txt
@@ -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.