OXIESEC PANEL
- Current Dir:
/
/
usr
/
share
/
doc
/
git
Server IP: 139.59.38.164
Upload:
Create Dir:
Name
Size
Modified
Perms
📁
..
-
11/10/2024 09:42:49 AM
rwxr-xr-x
📄
NEWS.Debian.gz
1.69 KB
05/29/2018 10:02:58 PM
rw-r--r--
📄
README.Debian
2.24 KB
05/29/2018 10:02:59 PM
rw-r--r--
📄
README.emacs
1.26 KB
05/29/2018 10:02:59 PM
rw-r--r--
📄
README.md
2.93 KB
05/29/2018 08:14:06 AM
rw-r--r--
📄
README.source
3.07 KB
05/29/2018 10:02:59 PM
rw-r--r--
📁
RelNotes
-
05/09/2024 07:13:18 AM
rwxr-xr-x
📄
changelog.Debian.gz
2.61 KB
04/26/2023 02:14:45 PM
rw-r--r--
📁
contrib
-
05/09/2024 07:13:18 AM
rwxr-xr-x
📄
copyright
17.9 KB
05/29/2018 10:02:59 PM
rw-r--r--
Editing: README.emacs
Close
The git-el package provides various modules for Emacs support. When the git-el package is installed, the modules will be automatically made available to installed Emacs versions. The configuration can be overridden in /etc/emacs/site-start.d/50git-core.el. The following modules are available: * git.el: Status manager that displays the state of all the files of the project, and provides easy access to the most frequently used git commands. The user interface is as far as possible compatible with the pcl-cvs mode. It can be started with `M-x git-status'. * git-blame.el: Emacs implementation of incremental git-blame. When you turn it on while viewing a file, the editor buffer will be updated by setting the background of individual lines to a color that reflects which commit it comes from. * vc-git.el: This file used to contain the VC-mode backend for git, but it is no longer distributed with git. It is now maintained as part of Emacs and included in standard Emacs distributions starting from version 22.2. If you have an earlier Emacs version, upgrading to Emacs 22 is recommended, since the VC mode in older Emacs is not generic enough to be able to support git in a reasonable manner, and no attempt has been made to backport vc-git.el.