@@ -29,24 +29,17 @@ UI, Workflows & Features
2929
3030 * Command-line completion scripts for tcsh and zsh have been added.
3131
32- * A new remote-helper interface for Mercurial has been added to
33- contrib/remote-helpers.
32+ * "git-prompt" scriptlet (in contrib/completion) can be told to paint
33+ pieces of the hints in the prompt string in colors.
34+
35+ * Some documentation pages that used to ship only in the plain text
36+ format are now formatted in HTML as well.
3437
3538 * We used to have a workaround for a bug in ancient "less" that
3639 causes it to exit without any output when the terminal is resized.
3740 The bug has been fixed in "less" version 406 (June 2007), and the
3841 workaround has been removed in this release.
3942
40- * Some documentation pages that used to ship only in the plain text
41- format are now formatted in HTML as well.
42-
43- * "git-prompt" scriptlet (in contrib/completion) can be told to paint
44- pieces of the hints in the prompt string in colors.
45-
46- * A new configuration variable "diff.context" can be used to
47- give the default number of context lines in the patch output, to
48- override the hardcoded default of 3 lines.
49-
5043 * When "git checkout" checks out a branch, it tells the user how far
5144 behind (or ahead) the new branch is relative to the remote tracking
5245 branch it builds upon. The message now also advises how to sync
@@ -60,13 +53,17 @@ UI, Workflows & Features
6053 API regression but it is expected that nobody will notice it in
6154 practice.
6255
63- * "git log -p -S<string>" now looks for the <string> after applying
64- the textconv filter (if defined); earlier it inspected the contents
65- of the blobs without filtering .
56+ * A new configuration variable "diff.context" can be used to
57+ give the default number of context lines in the patch output, to
58+ override the hardcoded default of 3 lines .
6659
6760 * "git format-patch" learned the "--notes=<ref>" option to give
6861 notes for the commit after the three-dash lines in its output.
6962
63+ * "git log -p -S<string>" now looks for the <string> after applying
64+ the textconv filter (if defined); earlier it inspected the contents
65+ of the blobs without filtering.
66+
7067 * "git log --grep=<pcre>" learned to honor the "grep.patterntype"
7168 configuration set to "perl".
7269
@@ -116,6 +113,9 @@ Foreign Interface
116113 * The remote helper interface to interact with subversion
117114 repositories (one of the GSoC 2012 projects) has been merged.
118115
116+ * A new remote-helper interface for Mercurial has been added to
117+ contrib/remote-helpers.
118+
119119 * The documentation for git(1) was pointing at a page at an external
120120 site for the list of authors that no longer existed. The link has
121121 been updated to point at an alternative site.
0 commit comments