File tree Expand file tree Collapse file tree 1 file changed +10
-0
lines changed Expand file tree Collapse file tree 1 file changed +10
-0
lines changed Original file line number Diff line number Diff line change @@ -35,10 +35,20 @@ UI, Workflows & Features
35
35
* Some documentation pages that used to ship only in the plain text
36
36
format are now formatted in HTML as well.
37
37
38
+ * "git-prompt" scriptlet (in contrib/completion) can be told to paint
39
+ pieces of the hints in the prompt string in colors.
40
+
38
41
* A new configuration variable "diff.context" can be used to
39
42
give the default number of context lines in the patch output, to
40
43
override the hardcoded default of 3 lines.
41
44
45
+ * "git config --get" used to diagnose presence of multiple
46
+ definitions of the same variable in the same configuration file as
47
+ an error, but it now applies the "last one wins" rule used by the
48
+ internal configuration logic. Strictly speaking, this may be an
49
+ API regression but it is expected that nobody will notice it in
50
+ practice.
51
+
42
52
* "git format-patch" learned the "--notes=<ref>" option to give
43
53
notes for the commit after the three-dash lines in its output.
44
54
You can’t perform that action at this time.
0 commit comments