| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge branch 'maint' | Junio C Hamano | 2008-02-29 | 1 | -1/+1 |
|\ |
|
| * | git.el: find the git-status buffer whatever its name is | Rémi Vanicat | 2008-02-29 | 1 | -1/+1 |
* | | git.el: Do not display empty directories. | Alexandre Julliard | 2008-02-27 | 1 | -1/+1 |
* | | git.el: Set process-environment instead of invoking env | David Kågedal | 2008-02-20 | 1 | -4/+3 |
* | | git-blame.el: show the when, who and what in the minibuffer. | Junichi Uekawa | 2008-02-11 | 1 | -1/+9 |
* | | git.el: Better handling of subprocess errors. | Alexandre Julliard | 2008-02-08 | 1 | -37/+51 |
* | | git.el: Check for existing buffers on revert. | Alexandre Julliard | 2008-02-08 | 1 | -0/+8 |
* | | git.el: Added a command to amend a commit. | Alexandre Julliard | 2008-02-08 | 1 | -1/+73 |
* | | git.el: Support for showing unknown/ignored directories. | Alexandre Julliard | 2008-02-08 | 1 | -9/+29 |
|/ |
|
* | git.el: Make status refresh faster. | Alexandre Julliard | 2008-01-08 | 1 | -11/+13 |
* | git.el: Refresh files from their real state upon commit. | Alexandre Julliard | 2008-01-08 | 1 | -10/+12 |
* | git.el: Make sure we never insert the same file twice. | Alexandre Julliard | 2008-01-08 | 1 | -3/+3 |
* | git.el: Display file types and type changes. | Alexandre Julliard | 2008-01-06 | 1 | -3/+31 |
* | git.el: Retrieve the permissions for up-to-date files. | Alexandre Julliard | 2008-01-06 | 1 | -2/+18 |
* | git.el: Support for getting diffs from inside the log-edit buffer. | Alexandre Julliard | 2008-01-06 | 1 | -2/+12 |
* | git.el: Added a menu for git-status-mode. | Alexandre Julliard | 2007-12-11 | 1 | -1/+42 |
* | git.el: Run git-gc --auto after commits. | Alexandre Julliard | 2007-10-28 | 1 | -0/+1 |
* | git.el: Refresh only the changed file marks when marking/unmarking all. | Alexandre Julliard | 2007-10-28 | 1 | -2/+5 |
* | git.el: Fix typo in git-update-saved-file error handling. | Alexandre Julliard | 2007-10-28 | 1 | -1/+1 |
* | git.el: Fix typo in "Reverted file" message. | Alexandre Julliard | 2007-10-28 | 1 | -1/+1 |
* | git.el: Reset the permission flags when changing a file state. | Alexandre Julliard | 2007-09-29 | 1 | -17/+11 |
* | git.el: Update a file status in the git buffer upon save. | Alexandre Julliard | 2007-09-29 | 1 | -2/+16 |
* | git.el: Do not print a status message on every git command. | Alexandre Julliard | 2007-09-29 | 1 | -29/+41 |
* | git.el: Preserve file marks when doing a full refresh. | Alexandre Julliard | 2007-09-29 | 1 | -12/+28 |
* | git.el: Allow the add and remove commands to be applied to ignored files. | Alexandre Julliard | 2007-09-13 | 1 | -2/+2 |
* | git.el: Allow selecting whether to display uptodate/unknown/ignored files. | Alexandre Julliard | 2007-09-13 | 1 | -15/+77 |
* | git.el: Keep the status buffer sorted by filename. | Alexandre Julliard | 2007-09-13 | 1 | -38/+65 |
* | git.el: Added colors for dark background | David Kågedal | 2007-08-29 | 1 | -9/+18 |
* | git.el: Avoid a lisp error when there's no current branch (detached HEAD). | Alexandre Julliard | 2007-08-22 | 1 | -3/+5 |
* | git.el: Always set the current directory in the git-diff buffer. | Alexandre Julliard | 2007-08-13 | 1 | -4/+6 |
* | git.el: Add support for interactive diffs. | Alexandre Julliard | 2007-08-13 | 1 | -1/+7 |
* | git.el: Take into account the core.excludesfile config option. | Alexandre Julliard | 2007-07-31 | 1 | -5/+15 |
* | git.el: Avoid using ewoc-set-data for compatibility with Emacs 21. | Alexandre Julliard | 2007-07-31 | 1 | -1/+1 |
* | git.el: Pass an explicit argument to enable smerge-mode. | Alexandre Julliard | 2007-07-25 | 1 | -1/+1 |
* | git.el: Support for incremental status updates. | Alexandre Julliard | 2007-07-24 | 1 | -111/+113 |
* | contrib/emacs/Makefile: Also install .el files. | David Kastrup | 2007-07-15 | 1 | -1/+1 |
* | Use $(RM) in Makefiles instead of 'rm -f' | Emil Medve | 2007-07-14 | 1 | -1/+2 |
* | Add missing functions to contrib/emacs/vc-git.el | David Kastrup | 2007-07-12 | 1 | -0/+65 |
* | Enable "git rerere" by the config variable rerere.enabled | Johannes Schindelin | 2007-07-06 | 1 | -2/+1 |
* | git.el: Add a commit description to the reflog. | Alexandre Julliard | 2007-04-19 | 1 | -14/+28 |
* | Merge branch 'maint' | Junio C Hamano | 2007-04-05 | 1 | -2/+2 |
|\ |
|
| * | DESTDIR support for git/contrib/emacs | Ville Skyttä | 2007-04-05 | 1 | -2/+2 |
* | | git-blame.el: pick a set of random colors for each git-blame turn | Xavier Maillard | 2007-03-31 | 1 | -28/+55 |
* | | git-blame.el: separate git-blame-mode to ease maintenance | Xavier Maillard | 2007-03-31 | 1 | -18/+37 |
|/ |
|
* | git.el: Display some information about the HEAD commit. | Alexandre Julliard | 2007-03-27 | 1 | -2/+20 |
* | git.el: Add support for commit hooks. | Alexandre Julliard | 2007-03-19 | 1 | -24/+57 |
* | Merge branch 'maint' | Junio C Hamano | 2007-03-10 | 1 | -24/+65 |
|\ |
|
| * | git.el: Retrieve commit log information from .dotest directory. | Alexandre Julliard | 2007-03-10 | 1 | -24/+53 |
| * | git.el: Avoid appending a signoff line that is already present. | Alexandre Julliard | 2007-03-10 | 1 | -6/+18 |
* | | contrib/emacs: Use non-interactive function to byte-compile files | Xavier Maillard | 2007-03-05 | 1 | -2/+2 |
|/ |
|