diff options
author | Junio C Hamano <gitster@pobox.com> | 2013-05-13 11:09:42 -0700 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2013-05-13 11:09:42 -0700 |
commit | ab84621754e9c6f05279b42e51b445baac28a8ea (patch) | |
tree | 7585c1dd90e527d19aecbcbc59806f824049e2c1 /Documentation/RelNotes | |
parent | Merge git://ozlabs.org/~paulus/gitk (diff) | |
download | tgif-ab84621754e9c6f05279b42e51b445baac28a8ea.tar.xz |
Git 1.8.3-rc2
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'Documentation/RelNotes')
-rw-r--r-- | Documentation/RelNotes/1.8.3.txt | 11 |
1 files changed, 8 insertions, 3 deletions
diff --git a/Documentation/RelNotes/1.8.3.txt b/Documentation/RelNotes/1.8.3.txt index 0fdb84068b..468947cc1a 100644 --- a/Documentation/RelNotes/1.8.3.txt +++ b/Documentation/RelNotes/1.8.3.txt @@ -41,12 +41,17 @@ Updates since v1.8.2 Foreign interface - * remote-hg and remote-bzr helpers (in contrib/) have been updated; - especially, the latter has been accelerated to help Emacs folks, - whose primary SCM seems to be stagnating. + * remote-hg and remote-bzr helpers (in contrib/ since v1.8.2) have + been updated; especially, the latter has been accelerated to help + Emacs folks, whose primary SCM seems to be stagnating. + UI, Workflows & Features + * A handful of updates applied to gitk, including an addition of + "revert" action, showing dates in tags in a nicer way, making + colors configurable, and support for -G'pickaxe' search. + * The prompt string generator (in contrib/completion/) learned to show how many changes there are in total and how many have been replayed during a "git rebase" session. |