Age | Commit message (Expand) | Author | Files | Lines |
2008-01-08 | git.el: Make sure we never insert the same file twice. | Alexandre Julliard | 1 | -3/+3 |
2008-01-06 | git.el: Display file types and type changes. | Alexandre Julliard | 1 | -3/+31 |
2008-01-06 | git.el: Retrieve the permissions for up-to-date files. | Alexandre Julliard | 1 | -2/+18 |
2008-01-06 | git.el: Support for getting diffs from inside the log-edit buffer. | Alexandre Julliard | 1 | -2/+12 |
2007-12-11 | git.el: Added a menu for git-status-mode. | Alexandre Julliard | 1 | -1/+42 |
2007-10-28 | git.el: Run git-gc --auto after commits. | Alexandre Julliard | 1 | -0/+1 |
2007-10-28 | git.el: Refresh only the changed file marks when marking/unmarking all. | Alexandre Julliard | 1 | -2/+5 |
2007-10-28 | git.el: Fix typo in git-update-saved-file error handling. | Alexandre Julliard | 1 | -1/+1 |
2007-10-28 | git.el: Fix typo in "Reverted file" message. | Alexandre Julliard | 1 | -1/+1 |
2007-09-29 | git.el: Reset the permission flags when changing a file state. | Alexandre Julliard | 1 | -17/+11 |
2007-09-29 | git.el: Update a file status in the git buffer upon save. | Alexandre Julliard | 1 | -2/+16 |
2007-09-29 | git.el: Do not print a status message on every git command. | Alexandre Julliard | 1 | -29/+41 |
2007-09-29 | git.el: Preserve file marks when doing a full refresh. | Alexandre Julliard | 1 | -12/+28 |
2007-09-13 | git.el: Allow the add and remove commands to be applied to ignored files. | Alexandre Julliard | 1 | -2/+2 |
2007-09-13 | git.el: Allow selecting whether to display uptodate/unknown/ignored files. | Alexandre Julliard | 1 | -15/+77 |
2007-09-13 | git.el: Keep the status buffer sorted by filename. | Alexandre Julliard | 1 | -38/+65 |
2007-08-29 | git.el: Added colors for dark background | David Kågedal | 1 | -9/+18 |
2007-08-22 | git.el: Avoid a lisp error when there's no current branch (detached HEAD). | Alexandre Julliard | 1 | -3/+5 |
2007-08-13 | git.el: Always set the current directory in the git-diff buffer. | Alexandre Julliard | 1 | -4/+6 |
2007-08-13 | git.el: Add support for interactive diffs. | Alexandre Julliard | 1 | -1/+7 |
2007-07-31 | git.el: Take into account the core.excludesfile config option. | Alexandre Julliard | 1 | -5/+15 |
2007-07-31 | git.el: Avoid using ewoc-set-data for compatibility with Emacs 21. | Alexandre Julliard | 1 | -1/+1 |
2007-07-25 | git.el: Pass an explicit argument to enable smerge-mode. | Alexandre Julliard | 1 | -1/+1 |
2007-07-24 | git.el: Support for incremental status updates. | Alexandre Julliard | 1 | -111/+113 |
2007-07-15 | contrib/emacs/Makefile: Also install .el files. | David Kastrup | 1 | -1/+1 |
2007-07-14 | Use $(RM) in Makefiles instead of 'rm -f' | Emil Medve | 1 | -1/+2 |
2007-07-12 | Add missing functions to contrib/emacs/vc-git.el | David Kastrup | 1 | -0/+65 |
2007-07-06 | Enable "git rerere" by the config variable rerere.enabled | Johannes Schindelin | 1 | -2/+1 |
2007-04-19 | git.el: Add a commit description to the reflog. | Alexandre Julliard | 1 | -14/+28 |
2007-04-05 | Merge branch 'maint' | Junio C Hamano | 1 | -2/+2 |
2007-04-05 | DESTDIR support for git/contrib/emacs | Ville Skyttä | 1 | -2/+2 |
2007-03-31 | git-blame.el: pick a set of random colors for each git-blame turn | Xavier Maillard | 1 | -28/+55 |
2007-03-31 | git-blame.el: separate git-blame-mode to ease maintenance | Xavier Maillard | 1 | -18/+37 |
2007-03-27 | git.el: Display some information about the HEAD commit. | Alexandre Julliard | 1 | -2/+20 |
2007-03-19 | git.el: Add support for commit hooks. | Alexandre Julliard | 1 | -24/+57 |
2007-03-10 | Merge branch 'maint' | Junio C Hamano | 1 | -24/+65 |
2007-03-10 | git.el: Retrieve commit log information from .dotest directory. | Alexandre Julliard | 1 | -24/+53 |
2007-03-10 | git.el: Avoid appending a signoff line that is already present. | Alexandre Julliard | 1 | -6/+18 |
2007-03-05 | contrib/emacs: Use non-interactive function to byte-compile files | Xavier Maillard | 1 | -2/+2 |
2007-02-28 | git.el: Set the default commit coding system from the repository config. | Alexandre Julliard | 1 | -6/+18 |
2007-02-09 | git-blame.el: Autoupdate while editing | David Kågedal | 1 | -9/+86 |
2007-02-09 | git-blame.el: Doc fixes and cleanup | David Kågedal | 1 | -4/+10 |
2007-02-09 | git-blame.el: blame unsaved changes | David Kågedal | 1 | -21/+44 |
2007-02-09 | git-blame.el: improve color handling | David Kågedal | 1 | -14/+10 |
2007-02-09 | Handle uncommitted changes and cache descriptions | David Kågedal | 1 | -6/+20 |
2007-02-09 | git-blame: Change installation instructions | Jakub Narebski | 1 | -4/+19 |
2007-02-09 | git-blame: Add Emacs Lisp file headers and GNU GPL boilerplate | Jakub Narebski | 1 | -3/+72 |
2007-02-05 | git-blame: an Emacs minor mode to view file with git-blame output. | David Kågedal | 1 | -0/+180 |
2007-01-28 | [PATCH] Rename git-repo-config to git-config. | Tom Prince | 1 | -4/+4 |
2007-01-26 | vc-git.el: Take into account the destination name in vc-checkout. | Alexandre Julliard | 1 | -24/+8 |