debian: new upstream point release
[git/debian.git] / debian / README.emacs
blobe8930188953c8d1da38a34d7b928f5045e88136a
1 The git-el package previously provided the following modules for Emacs
2 support:
4 * git.el:
6   Status manager that displayed the state of all the files of the
7   project and provided access to the most frequently used Git
8   commands. Its interface was modeled after the pcl-cvs mode.
10   Modern alternatives include Magit, available from the elpa-magit
11   package, and the VC-mode backend for Git that is part of standard
12   Emacs distributions.
14 * git-blame.el:
16   A wrapper for "git blame" written before Emacs's own vc-annotate
17   mode, which can be invoked using C-x v g, learned to invoke
18   "git blame".
20 * vc-git.el:
22   This file used to contain the VC-mode backend for Git, but it is no
23   longer distributed with Git. It is now maintained as part of Emacs
24   and included in standard Emacs distributions.