summaryrefslogtreecommitdiff
path: root/contrib/emacs
Commit message (Expand)AuthorAgeFilesLines
...
* git.el: Display some information about the HEAD commit.Alexandre Julliard2007-03-271-2/+20
* git.el: Add support for commit hooks.Alexandre Julliard2007-03-191-24/+57
* Merge branch 'maint'Junio C Hamano2007-03-101-24/+65
|\
| * git.el: Retrieve commit log information from .dotest directory.Alexandre Julliard2007-03-101-24/+53
| * git.el: Avoid appending a signoff line that is already present.Alexandre Julliard2007-03-101-6/+18
* | contrib/emacs: Use non-interactive function to byte-compile filesXavier Maillard2007-03-051-2/+2
|/
* git.el: Set the default commit coding system from the repository config.Alexandre Julliard2007-02-281-6/+18
* git-blame.el: Autoupdate while editingDavid Kågedal2007-02-091-9/+86
* git-blame.el: Doc fixes and cleanupDavid Kågedal2007-02-091-4/+10
* git-blame.el: blame unsaved changesDavid Kågedal2007-02-091-21/+44
* git-blame.el: improve color handlingDavid Kågedal2007-02-091-14/+10
* Handle uncommitted changes and cache descriptionsDavid Kågedal2007-02-091-6/+20
* git-blame: Change installation instructionsJakub Narebski2007-02-091-4/+19
* git-blame: Add Emacs Lisp file headers and GNU GPL boilerplateJakub Narebski2007-02-091-3/+72
* git-blame: an Emacs minor mode to view file with git-blame output.David Kågedal2007-02-051-0/+180
* [PATCH] Rename git-repo-config to git-config.Tom Prince2007-01-281-4/+4
* vc-git.el: Take into account the destination name in vc-checkout.Alexandre Julliard2007-01-261-24/+8
* contrib/emacs/vc-git.el: support vc-version-other-windowSam Vilain2007-01-251-1/+26
* git.el: Define the propertize function if needed, for XEmacs compatibility.Alexandre Julliard2007-01-091-5/+13
* git.el: Avoid setting font lock keywords before entering log-edit mode.Alexandre Julliard2007-01-061-8/+11
* git.el: Don't use --info-only when resolving a file.Alexandre Julliard2007-01-061-1/+1
* vc-git: Ignore errors caused by a non-existent directory in vc-git-registered.Alexandre Julliard2006-12-221-2/+3
* git.el: Include MERGE_MSG in the log-edit buffer even when not committing a m...Alexandre Julliard2006-11-041-1/+2
* git.el: Move point after the log message header when entering log-edit mode.Alexandre Julliard2006-11-041-1/+2
* git.el: Added a function to open the current file in another window.Alexandre Julliard2006-11-041-0/+10
* git.el: Added functions for moving to the next/prev unmerged file.Alexandre Julliard2006-11-041-0/+28
* ignore-errors requires clKarl Hasselström2006-10-231-0/+2
* git-vc: better installation instructionsKarl Hasselström2006-10-221-1/+4
* vc-git.el: Switch to using git-blame instead of git-annotate.Alexandre Julliard2006-10-051-2/+2
* git.el: Fixed inverted "renamed from/to" message.Alexandre Julliard2006-10-051-2/+2
* Be nicer if git executable is not installedVille Skyttä2006-08-161-1/+1
* Merge branch 'pb/configure'Junio C Hamano2006-07-261-2/+2
|\
| * Allow INSTALL, bindir, mandir to be set in main MakefileJakub Narebski2006-06-291-2/+2
* | git.el: Put the git customize group in the 'tools' parent group.Alexandre Julliard2006-07-231-1/+2
* | git.el: Try to reuse an existing buffer when running git-status.Alexandre Julliard2006-07-231-1/+23
* | git.el: Prepend a slash to the file name when adding to .gitignore.Alexandre Julliard2006-07-231-1/+1
* | git.el: Run git-rerere on commits if the rr-cache directory exists.Alexandre Julliard2006-07-231-0/+2
* | Display help for Git mode after pressing `h' or `?' in *git-status*Jakub Narebski2006-07-131-0/+7
* | Wrap long lines in docstrings in contrib/emacs/git.elJakub Narebski2006-07-131-3/+7
* | Fix print-log and diff compatibility with recent vc versionsVille Skytt,Ad(B2006-07-051-6/+7
|/
* git.el: Added a function to diff against the other heads in a merge.Alexandre Julliard2006-03-191-0/+11
* git.el: Get the default user name and email from the repository config.Alexandre Julliard2006-03-191-2/+9
* git.el: More robust handling of subprocess errors when returning strings.Alexandre Julliard2006-03-191-16/+13
* contrib/emacs/Makefile: Provide tool for byte-compiling files.Mark Wooding2006-03-052-0/+21
* git.el: Added customize support for all parameters.Alexandre Julliard2006-03-041-31/+54
* git.el: Added support for Signed-off-by.Alexandre Julliard2006-03-041-5/+11
* git.el: Automatically update .gitignore status.Alexandre Julliard2006-03-041-3/+8
* git.el: Set default directory before running the status mode setup hooks.Alexandre Julliard2006-03-041-1/+2
* git.el: Portability fixes for XEmacs and Emacs CVS.Alexandre Julliard2006-03-041-4/+10
* contrib/emacs: Add an Emacs VC backend.Alexandre Julliard2006-03-041-0/+135