diff options
author | Junio C Hamano <gitster@pobox.com> | 2008-01-06 22:20:40 -0800 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2008-01-06 22:46:13 -0800 |
commit | b2e62a7dc6ba20a354d7590bf6a1d9264de7efe3 (patch) | |
tree | a91e68e17b85aa9ccae8a7d1100b3639035ecee2 /Documentation | |
parent | 23707811c56a7756cbd6188e510f0a486c35c929 (diff) | |
download | git-b2e62a7dc6ba20a354d7590bf6a1d9264de7efe3.tar.gz git-b2e62a7dc6ba20a354d7590bf6a1d9264de7efe3.tar.xz |
Update draft release notes for 1.5.4
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'Documentation')
-rw-r--r-- | Documentation/RelNotes-1.5.4.txt | 15 |
1 files changed, 13 insertions, 2 deletions
diff --git a/Documentation/RelNotes-1.5.4.txt b/Documentation/RelNotes-1.5.4.txt index c6953ea51..c05de3d1d 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 <time>" can exempt young loose objects from getting pruned. @@ -345,8 +353,11 @@ series. * "git config" did not work correctly on platforms that define REG_NOMATCH to an even number. + * Recent versions of AsciiDoc 8 has a change to break our + documentation; a workaround has been implemented. + -- exec >/var/tmp/1 -O=v1.5.4-rc2-37-ge0cd252 +O=v1.5.4-rc2-59-g2370781 echo O=`git describe refs/heads/master` git shortlog --no-merges $O..refs/heads/master ^refs/heads/maint |