summaryrefslogtreecommitdiff
path: root/contrib/emacs
AgeCommit message (Expand)Author
2012-11-26emacs: make 'git-status' work with separate git dirsEnrico Scholz
2012-06-25Merge branch 'lm/git-blame-el'Junio C Hamano
2012-06-14git-blame.el: Do not use bare 0 to mean (point-min)Lawrence Mitchell
2012-06-14git-blame.el: Use with-current-buffer where appropriateLawrence Mitchell
2012-06-14git-blame.el: Do not use goto-line in lisp codeRüdiger Sonderfeld
2012-06-10git-blame.el: use mapc instead of mapcarRüdiger Sonderfeld
2011-04-03git.el: Don't use font-lock-compile-keywordsLawrence Mitchell
2010-11-03git-blame.el: Add (require 'format-spec)David Kågedal
2009-09-29git-blame.el: Change how blame information is shown.David Kågedal
2009-09-09git.el: Use git-add-file for unmerged files, remove git-resolve-fileMartin Nordholts
2009-08-06git.el: Clarify documentation of git-commit-treeDavid Kågedal
2009-02-21Add a README in the contrib/emacs directory.Alexandre Julliard
2009-02-21git.el: Improve the confirmation message on remove and revert.Alexandre Julliard
2009-02-21git.el: Make sure that file lists are sorted as they are created.Alexandre Julliard
2009-02-07emacs: Remove the no longer maintained vc-git package.Alexandre Julliard
2009-02-07git.el: Add some notes about Emacs versions compatibility.Alexandre Julliard
2009-02-07git.el: Use integer instead of character constants in case statement.Alexandre Julliard
2009-02-07git.el: Set a regexp for paragraph-separate in log-edit mode.Alexandre Julliard
2009-02-07git.el: Make git-run-command-region display the error if any.Alexandre Julliard
2009-02-07git.el: Add commands for cherry-pick and revert.Alexandre Julliard
2009-02-07git.el: Add a command to create a new branch.Alexandre Julliard
2009-02-07git.el: Add a checkout command.Alexandre Julliard
2008-11-23git.el: Allow to commit even if there are no marked files.Alexandre Julliard
2008-11-23git.el: Add possibility to mark files directly in git-update-status-files.Alexandre Julliard
2008-11-23git.el: Add an insert file command.Alexandre Julliard
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