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
3535 * Some documentation pages that used to ship only in the plain text
3636 format are now formatted in HTML as well.
3737
38+ * "git-prompt" scriptlet (in contrib/completion) can be told to paint
39+ pieces of the hints in the prompt string in colors.
40+
3841 * A new configuration variable "diff.context" can be used to
3942 give the default number of context lines in the patch output, to
4043 override the hardcoded default of 3 lines.
4144
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+
4252 * "git format-patch" learned the "--notes=<ref>" option to give
4353 notes for the commit after the three-dash lines in its output.
4454
You can’t perform that action at this time.
0 commit comments