diff --git a/Documentation/RelNotes-1.5.4.txt b/Documentation/RelNotes-1.5.4.txt index c6953ea515..c05de3d1d8 100644 --- a/Documentation/RelNotes-1.5.4.txt +++ b/Documentation/RelNotes-1.5.4.txt @@ -212,7 +212,10 @@ Updates since v1.5.3 * "git add -p" is a short-hand to go directly to the selective patch subcommand in the interactive command loop and to exit when done. - * "git add -i" UI has been colorized. + * "git add -i" UI has been colorized. The interactive prompt + and menu can be colored by setting color.interactive + configuration. The diff output (including the hunk picker) + are colored with color.diff configuration. * "git commit --allow-empty" allows you to create a single-parent commit that records the same tree as its parent, overriding the usual @@ -231,6 +234,11 @@ Updates since v1.5.3 a UI mistake. Use "git stash save random-text", or "git stash" (without extra args) for that. + * "git stash clear extra-text" does not clear the whole stash + anymore. It is tempting to expect "git stash clear stash@{2}" + to drop only a single named stash entry, and it is rude to + discard everything when that is asked (but not provided). + * "git prune --expire