summaryrefslogtreecommitdiff
path: root/contrib/emacs
AgeCommit message (Expand)AuthorFilesLines
2008-06-02Revert "git.el: Set process-environment instead of invoking env"Libravatar Karl Hasselström1-4/+7
2008-04-21git.el: Set process-environment instead of invoking envLibravatar Clifford Caoile1-7/+4
2008-03-05specify explicit "--pretty=medium" with `git log/show/whatchanged`Libravatar Denis Cheng1-1/+1
2008-02-29Merge branch 'maint'Libravatar Junio C Hamano1-1/+1
2008-02-29git.el: find the git-status buffer whatever its name isLibravatar Rémi Vanicat1-1/+1
2008-02-27git.el: Do not display empty directories.Libravatar Alexandre Julliard1-1/+1
2008-02-20git.el: Set process-environment instead of invoking envLibravatar David Kågedal1-4/+3
2008-02-11git-blame.el: show the when, who and what in the minibuffer.Libravatar Junichi Uekawa1-1/+9
2008-02-08git.el: Better handling of subprocess errors.Libravatar Alexandre Julliard1-37/+51
2008-02-08git.el: Check for existing buffers on revert.Libravatar Alexandre Julliard1-0/+8
2008-02-08git.el: Added a command to amend a commit.Libravatar Alexandre Julliard1-1/+73
2008-02-08git.el: Support for showing unknown/ignored directories.Libravatar Alexandre Julliard1-9/+29
2008-01-08git.el: Make status refresh faster.Libravatar Alexandre Julliard1-11/+13
2008-01-08git.el: Refresh files from their real state upon commit.Libravatar Alexandre Julliard1-10/+12
2008-01-08git.el: Make sure we never insert the same file twice.Libravatar Alexandre Julliard1-3/+3
2008-01-06git.el: Display file types and type changes.Libravatar Alexandre Julliard1-3/+31
2008-01-06git.el: Retrieve the permissions for up-to-date files.Libravatar Alexandre Julliard1-2/+18
2008-01-06git.el: Support for getting diffs from inside the log-edit buffer.Libravatar Alexandre Julliard1-2/+12
2007-12-11git.el: Added a menu for git-status-mode.Libravatar Alexandre Julliard1-1/+42
2007-10-28git.el: Run git-gc --auto after commits.Libravatar Alexandre Julliard1-0/+1
2007-10-28git.el: Refresh only the changed file marks when marking/unmarking all.Libravatar Alexandre Julliard1-2/+5
2007-10-28git.el: Fix typo in git-update-saved-file error handling.Libravatar Alexandre Julliard1-1/+1
2007-10-28git.el: Fix typo in "Reverted file" message.Libravatar Alexandre Julliard1-1/+1
2007-09-29git.el: Reset the permission flags when changing a file state.Libravatar Alexandre Julliard1-17/+11
2007-09-29git.el: Update a file status in the git buffer upon save.Libravatar Alexandre Julliard1-2/+16
2007-09-29git.el: Do not print a status message on every git command.Libravatar Alexandre Julliard1-29/+41
2007-09-29git.el: Preserve file marks when doing a full refresh.Libravatar Alexandre Julliard1-12/+28
2007-09-13git.el: Allow the add and remove commands to be applied to ignored files.Libravatar Alexandre Julliard1-2/+2
2007-09-13git.el: Allow selecting whether to display uptodate/unknown/ignored files.Libravatar Alexandre Julliard1-15/+77
2007-09-13git.el: Keep the status buffer sorted by filename.Libravatar Alexandre Julliard1-38/+65
2007-08-29git.el: Added colors for dark backgroundLibravatar David Kågedal1-9/+18
2007-08-22git.el: Avoid a lisp error when there's no current branch (detached HEAD).Libravatar Alexandre Julliard1-3/+5
2007-08-13git.el: Always set the current directory in the git-diff buffer.Libravatar Alexandre Julliard1-4/+6
2007-08-13git.el: Add support for interactive diffs.Libravatar Alexandre Julliard1-1/+7
2007-07-31git.el: Take into account the core.excludesfile config option.Libravatar Alexandre Julliard1-5/+15
2007-07-31git.el: Avoid using ewoc-set-data for compatibility with Emacs 21.Libravatar Alexandre Julliard1-1/+1
2007-07-25git.el: Pass an explicit argument to enable smerge-mode.Libravatar Alexandre Julliard1-1/+1
2007-07-24git.el: Support for incremental status updates.Libravatar Alexandre Julliard1-111/+113
2007-07-15contrib/emacs/Makefile: Also install .el files.Libravatar David Kastrup1-1/+1
2007-07-14Use $(RM) in Makefiles instead of 'rm -f'Libravatar Emil Medve1-1/+2
2007-07-12Add missing functions to contrib/emacs/vc-git.elLibravatar David Kastrup1-0/+65
2007-07-06Enable "git rerere" by the config variable rerere.enabledLibravatar Johannes Schindelin1-2/+1
2007-04-19git.el: Add a commit description to the reflog.Libravatar Alexandre Julliard1-14/+28
2007-04-05Merge branch 'maint'Libravatar Junio C Hamano1-2/+2
2007-04-05DESTDIR support for git/contrib/emacsLibravatar Ville Skyttä1-2/+2
2007-03-31git-blame.el: pick a set of random colors for each git-blame turnLibravatar Xavier Maillard1-28/+55
2007-03-31git-blame.el: separate git-blame-mode to ease maintenanceLibravatar Xavier Maillard1-18/+37
2007-03-27git.el: Display some information about the HEAD commit.Libravatar Alexandre Julliard1-2/+20
2007-03-19git.el: Add support for commit hooks.Libravatar Alexandre Julliard1-24/+57
2007-03-10Merge branch 'maint'Libravatar Junio C Hamano1-24/+65