@@ -29,24 +29,17 @@ UI, Workflows & Features
29
29
30
30
* Command-line completion scripts for tcsh and zsh have been added.
31
31
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.
34
37
35
38
* We used to have a workaround for a bug in ancient "less" that
36
39
causes it to exit without any output when the terminal is resized.
37
40
The bug has been fixed in "less" version 406 (June 2007), and the
38
41
workaround has been removed in this release.
39
42
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
-
50
43
* When "git checkout" checks out a branch, it tells the user how far
51
44
behind (or ahead) the new branch is relative to the remote tracking
52
45
branch it builds upon. The message now also advises how to sync
@@ -60,13 +53,17 @@ UI, Workflows & Features
60
53
API regression but it is expected that nobody will notice it in
61
54
practice.
62
55
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 .
66
59
67
60
* "git format-patch" learned the "--notes=<ref>" option to give
68
61
notes for the commit after the three-dash lines in its output.
69
62
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
+
70
67
* "git log --grep=<pcre>" learned to honor the "grep.patterntype"
71
68
configuration set to "perl".
72
69
@@ -116,6 +113,9 @@ Foreign Interface
116
113
* The remote helper interface to interact with subversion
117
114
repositories (one of the GSoC 2012 projects) has been merged.
118
115
116
+ * A new remote-helper interface for Mercurial has been added to
117
+ contrib/remote-helpers.
118
+
119
119
* The documentation for git(1) was pointing at a page at an external
120
120
site for the list of authors that no longer existed. The link has
121
121
been updated to point at an alternative site.
0 commit comments