aboutsummaryrefslogtreecommitdiff
path: root/Documentation/RelNotes-1.6.2.txt
diff options
context:
space:
mode:
authorAlexandre Julliard <julliard@winehq.org>2009-02-09 14:39:30 +0100
committerJunio C Hamano <gitster@pobox.com>2009-02-10 22:24:57 -0800
commit0ab9a8bbfe2af693444a8c9dd3afddeac08f5274 (patch)
tree7ffebff82c9645ce6d78a523eac7095f30421f9f /Documentation/RelNotes-1.6.2.txt
parent954cfb5cfd17d57b9b31b19b73efe73199407e07 (diff)
downloadgit-0ab9a8bbfe2af693444a8c9dd3afddeac08f5274.tar.gz
git-0ab9a8bbfe2af693444a8c9dd3afddeac08f5274.tar.xz
Describe notable git.el changes in the release notes
Signed-off-by: Alexandre Julliard <julliard@winehq.org> Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'Documentation/RelNotes-1.6.2.txt')
-rw-r--r--Documentation/RelNotes-1.6.2.txt5
1 files changed, 3 insertions, 2 deletions
diff --git a/Documentation/RelNotes-1.6.2.txt b/Documentation/RelNotes-1.6.2.txt
index b86b684d2..6ed31595b 100644
--- a/Documentation/RelNotes-1.6.2.txt
+++ b/Documentation/RelNotes-1.6.2.txt
@@ -25,8 +25,9 @@ Updates since v1.6.1
* gitweb updates, including a new patch view and RSS/Atom feed
improvements.
-* (contrib) git.el updates for better XEmacs compatibility; vc-git.el
- is not shiped with git anymore (it is part of official Emacs)
+* (contrib/emacs) git.el now has commands for checking out a branch,
+ creating a branch, cherry-picking and reverting commits; vc-git.el
+ is not shipped with git anymore (it is part of official Emacs).
(performance)