summaryrefslogtreecommitdiff
path: root/contrib/emacs
AgeCommit message (Expand)Author
2008-11-21git.el: Never clear the status buffer, only update the files.Alexandre Julliard
2008-11-21git.el: Fix git-amend-commit to support amending an initial commit.Alexandre Julliard
2008-11-21git.el: Properly handle merge commits in git-amend-commit.Alexandre Julliard
2008-11-21git.el: Simplify handling of merge heads in the commit log-edit buffer.Alexandre Julliard
2008-11-21git.el: Remove the env parameter in git-call-process and git-call-process-str...Alexandre Julliard
2008-11-21git.el: Improve error handling for commits.Alexandre Julliard
2008-07-22Don't cut off last character of commit descriptions.Nikolaj Schumacher
2008-07-22Rename .git/rebase to .git/rebase-applyJohannes Schindelin
2008-07-16Rename ".dotest/" to ".git/rebase" and ".dotest-merge" to "rebase-merge"Johannes Schindelin
2008-06-03Revert "git.el: Set process-environment instead of invoking env"Karl Hasselström
2008-04-22git.el: Set process-environment instead of invoking envClifford Caoile
2008-03-05specify explicit "--pretty=medium" with `git log/show/whatchanged`Denis Cheng
2008-03-01Merge branch 'maint'Junio C Hamano
2008-03-01git.el: find the git-status buffer whatever its name isRémi Vanicat
2008-02-27git.el: Do not display empty directories.Alexandre Julliard
2008-02-20git.el: Set process-environment instead of invoking envDavid Kågedal
2008-02-11git-blame.el: show the when, who and what in the minibuffer.Junichi Uekawa
2008-02-08git.el: Better handling of subprocess errors.Alexandre Julliard
2008-02-08git.el: Check for existing buffers on revert.Alexandre Julliard
2008-02-08git.el: Added a command to amend a commit.Alexandre Julliard
2008-02-08git.el: Support for showing unknown/ignored directories.Alexandre Julliard
2008-01-09git.el: Make status refresh faster.Alexandre Julliard
2008-01-09git.el: Refresh files from their real state upon commit.Alexandre Julliard
2008-01-09git.el: Make sure we never insert the same file twice.Alexandre Julliard
2008-01-07git.el: Display file types and type changes.Alexandre Julliard
2008-01-07git.el: Retrieve the permissions for up-to-date files.Alexandre Julliard
2008-01-07git.el: Support for getting diffs from inside the log-edit buffer.Alexandre Julliard
2007-12-11git.el: Added a menu for git-status-mode.Alexandre Julliard
2007-10-28git.el: Run git-gc --auto after commits.Alexandre Julliard
2007-10-28git.el: Refresh only the changed file marks when marking/unmarking all.Alexandre Julliard
2007-10-28git.el: Fix typo in git-update-saved-file error handling.Alexandre Julliard
2007-10-28git.el: Fix typo in "Reverted file" message.Alexandre Julliard
2007-09-30git.el: Reset the permission flags when changing a file state.Alexandre Julliard
2007-09-30git.el: Update a file status in the git buffer upon save.Alexandre Julliard
2007-09-30git.el: Do not print a status message on every git command.Alexandre Julliard
2007-09-30git.el: Preserve file marks when doing a full refresh.Alexandre Julliard
2007-09-14git.el: Allow the add and remove commands to be applied to ignored files.Alexandre Julliard
2007-09-14git.el: Allow selecting whether to display uptodate/unknown/ignored files.Alexandre Julliard
2007-09-14git.el: Keep the status buffer sorted by filename.Alexandre Julliard
2007-08-29git.el: Added colors for dark backgroundDavid Kågedal
2007-08-22git.el: Avoid a lisp error when there's no current branch (detached HEAD).Alexandre Julliard
2007-08-13git.el: Always set the current directory in the git-diff buffer.Alexandre Julliard
2007-08-13git.el: Add support for interactive diffs.Alexandre Julliard
2007-08-01git.el: Take into account the core.excludesfile config option.Alexandre Julliard
2007-08-01git.el: Avoid using ewoc-set-data for compatibility with Emacs 21.Alexandre Julliard
2007-07-25git.el: Pass an explicit argument to enable smerge-mode.Alexandre Julliard
2007-07-24git.el: Support for incremental status updates.Alexandre Julliard
2007-07-16contrib/emacs/Makefile: Also install .el files.David Kastrup
2007-07-15Use $(RM) in Makefiles instead of 'rm -f'Emil Medve
2007-07-12Add missing functions to contrib/emacs/vc-git.elDavid Kastrup