summaryrefslogtreecommitdiff
path: root/contrib/emacs
Commit message (Expand)AuthorAgeFilesLines
* git.el: Run git-gc --auto after commits.Alexandre Julliard2007-10-281-0/+1
* git.el: Refresh only the changed file marks when marking/unmarking all.Alexandre Julliard2007-10-281-2/+5
* git.el: Fix typo in git-update-saved-file error handling.Alexandre Julliard2007-10-281-1/+1
* git.el: Fix typo in "Reverted file" message.Alexandre Julliard2007-10-281-1/+1
* git.el: Reset the permission flags when changing a file state.Alexandre Julliard2007-09-291-17/+11
* git.el: Update a file status in the git buffer upon save.Alexandre Julliard2007-09-291-2/+16
* git.el: Do not print a status message on every git command.Alexandre Julliard2007-09-291-29/+41
* git.el: Preserve file marks when doing a full refresh.Alexandre Julliard2007-09-291-12/+28
* git.el: Allow the add and remove commands to be applied to ignored files.Alexandre Julliard2007-09-131-2/+2
* git.el: Allow selecting whether to display uptodate/unknown/ignored files.Alexandre Julliard2007-09-131-15/+77
* git.el: Keep the status buffer sorted by filename.Alexandre Julliard2007-09-131-38/+65
* git.el: Added colors for dark backgroundDavid Kågedal2007-08-291-9/+18
* git.el: Avoid a lisp error when there's no current branch (detached HEAD).Alexandre Julliard2007-08-221-3/+5
* git.el: Always set the current directory in the git-diff buffer.Alexandre Julliard2007-08-131-4/+6
* git.el: Add support for interactive diffs.Alexandre Julliard2007-08-131-1/+7
* git.el: Take into account the core.excludesfile config option.Alexandre Julliard2007-07-311-5/+15
* git.el: Avoid using ewoc-set-data for compatibility with Emacs 21.Alexandre Julliard2007-07-311-1/+1
* git.el: Pass an explicit argument to enable smerge-mode.Alexandre Julliard2007-07-251-1/+1
* git.el: Support for incremental status updates.Alexandre Julliard2007-07-241-111/+113
* contrib/emacs/Makefile: Also install .el files.David Kastrup2007-07-151-1/+1
* Use $(RM) in Makefiles instead of 'rm -f'Emil Medve2007-07-141-1/+2
* Add missing functions to contrib/emacs/vc-git.elDavid Kastrup2007-07-121-0/+65
* Enable "git rerere" by the config variable rerere.enabledJohannes Schindelin2007-07-061-2/+1
* git.el: Add a commit description to the reflog.Alexandre Julliard2007-04-191-14/+28
* Merge branch 'maint'Junio C Hamano2007-04-051-2/+2
|\
| * DESTDIR support for git/contrib/emacsVille Skyttä2007-04-051-2/+2
* | git-blame.el: pick a set of random colors for each git-blame turnXavier Maillard2007-03-311-28/+55
* | git-blame.el: separate git-blame-mode to ease maintenanceXavier Maillard2007-03-311-18/+37
|/
* 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