diff options
author | Junio C Hamano <gitster@pobox.com> | 2012-11-21 13:23:18 -0800 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2012-11-21 13:32:58 -0800 |
commit | 2d242fb3fc19fc9ba046accdd9210be8b9913f64 (patch) | |
tree | f08d69f00100840f61ea580b5a8fb51fa76bea26 | |
parent | 22d33a20f9327deeec2243b4c18b8f77989e9552 (diff) | |
download | git-2d242fb3fc19fc9ba046accdd9210be8b9913f64.tar.gz git-2d242fb3fc19fc9ba046accdd9210be8b9913f64.tar.xz |
Update draft release notes for 1.8.1
Signed-off-by: Junio C Hamano <gitster@pobox.com>
-rw-r--r-- | Documentation/RelNotes/1.8.1.txt | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/Documentation/RelNotes/1.8.1.txt b/Documentation/RelNotes/1.8.1.txt index 00d728de1..3a4baa49f 100644 --- a/Documentation/RelNotes/1.8.1.txt +++ b/Documentation/RelNotes/1.8.1.txt @@ -35,10 +35,20 @@ UI, Workflows & Features * Some documentation pages that used to ship only in the plain text format are now formatted in HTML as well. + * "git-prompt" scriptlet (in contrib/completion) can be told to paint + pieces of the hints in the prompt string in colors. + * A new configuration variable "diff.context" can be used to give the default number of context lines in the patch output, to override the hardcoded default of 3 lines. + * "git config --get" used to diagnose presence of multiple + definitions of the same variable in the same configuration file as + an error, but it now applies the "last one wins" rule used by the + internal configuration logic. Strictly speaking, this may be an + API regression but it is expected that nobody will notice it in + practice. + * "git format-patch" learned the "--notes=<ref>" option to give notes for the commit after the three-dash lines in its output. |