125 Commits (36cfda15527d4eb50c84256307e3cb46578f975e)

Author SHA1 Message Date
David Kågedal 0cb3f80de0 git-blame.el: Add (require 'format-spec) 14 years ago
David Kågedal c5022f576a git-blame.el: Change how blame information is shown. 15 years ago
Martin Nordholts aaa68dd50f git.el: Use git-add-file for unmerged files, remove git-resolve-file 15 years ago
David Kågedal 8918f5cf96 git.el: Clarify documentation of git-commit-tree 15 years ago
Alexandre Julliard 6f3c504b54 Add a README in the contrib/emacs directory. 16 years ago
Alexandre Julliard 5b4e44104e git.el: Improve the confirmation message on remove and revert. 16 years ago
Alexandre Julliard 21ba0e8435 git.el: Make sure that file lists are sorted as they are created. 16 years ago
Alexandre Julliard 7851386948 emacs: Remove the no longer maintained vc-git package. 16 years ago
Alexandre Julliard 5a7b3bf527 git.el: Add some notes about Emacs versions compatibility. 16 years ago
Alexandre Julliard 6c4f70d5b2 git.el: Use integer instead of character constants in case statement. 16 years ago
Alexandre Julliard efd49f50fc git.el: Set a regexp for paragraph-separate in log-edit mode. 16 years ago
Alexandre Julliard a7da5c4259 git.el: Make git-run-command-region display the error if any. 16 years ago
Alexandre Julliard ab69e3e43a git.el: Add commands for cherry-pick and revert. 16 years ago
Alexandre Julliard 811b10c746 git.el: Add a command to create a new branch. 16 years ago
Alexandre Julliard c375e9d04c git.el: Add a checkout command. 16 years ago
Alexandre Julliard 1905a8666a git.el: Allow to commit even if there are no marked files. 16 years ago
Alexandre Julliard c4e8b72f22 git.el: Add possibility to mark files directly in git-update-status-files. 16 years ago
Alexandre Julliard b0a53e9e56 git.el: Add an insert file command. 16 years ago
Alexandre Julliard 433ee03f97 git.el: Never clear the status buffer, only update the files. 16 years ago
Alexandre Julliard db18a182a2 git.el: Fix git-amend-commit to support amending an initial commit. 16 years ago
Alexandre Julliard ef5133df7c git.el: Properly handle merge commits in git-amend-commit. 16 years ago
Alexandre Julliard 6fb204266c git.el: Simplify handling of merge heads in the commit log-edit buffer. 16 years ago
Alexandre Julliard 9ddf6d7c10 git.el: Remove the env parameter in git-call-process and git-call-process-string. 16 years ago
Alexandre Julliard 36d2078ff1 git.el: Improve error handling for commits. 16 years ago
Nikolaj Schumacher c79cc2e596 Don't cut off last character of commit descriptions. 17 years ago
Johannes Schindelin 51ef1daa4a Rename .git/rebase to .git/rebase-apply 17 years ago
Johannes Schindelin 28ed6e7b32 Rename ".dotest/" to ".git/rebase" and ".dotest-merge" to "rebase-merge" 17 years ago
Karl Hasselström 3db4723ead Revert "git.el: Set process-environment instead of invoking env" 17 years ago
Clifford Caoile dbe48256b4 git.el: Set process-environment instead of invoking env 17 years ago
Denis Cheng 9225d7be0a specify explicit "--pretty=medium" with `git log/show/whatchanged` 17 years ago
Rémi Vanicat a1eebfb3a9 git.el: find the git-status buffer whatever its name is 17 years ago
Alexandre Julliard 21a2d69b2a git.el: Do not display empty directories. 17 years ago
David Kågedal f27e558643 git.el: Set process-environment instead of invoking env 17 years ago
Junichi Uekawa 24a2293ad3 git-blame.el: show the when, who and what in the minibuffer. 17 years ago
Alexandre Julliard 0520e2154f git.el: Better handling of subprocess errors. 17 years ago
Alexandre Julliard 928323af6b git.el: Check for existing buffers on revert. 17 years ago
Alexandre Julliard 76127b3a0d git.el: Added a command to amend a commit. 17 years ago
Alexandre Julliard 3f3d564aa7 git.el: Support for showing unknown/ignored directories. 17 years ago
Alexandre Julliard ef40b3efe0 git.el: Make status refresh faster. 17 years ago
Alexandre Julliard 58152a02d9 git.el: Refresh files from their real state upon commit. 17 years ago
Alexandre Julliard 87e3d81294 git.el: Make sure we never insert the same file twice. 17 years ago
Alexandre Julliard 40f162b04b git.el: Display file types and type changes. 17 years ago
Alexandre Julliard 5e3cb7e503 git.el: Retrieve the permissions for up-to-date files. 17 years ago
Alexandre Julliard 8b30aa5059 git.el: Support for getting diffs from inside the log-edit buffer. 17 years ago
Alexandre Julliard 18ff365fcb git.el: Added a menu for git-status-mode. 17 years ago
Alexandre Julliard d53a35020d git.el: Run git-gc --auto after commits. 17 years ago
Alexandre Julliard 2f6e86a86f git.el: Refresh only the changed file marks when marking/unmarking all. 17 years ago
Alexandre Julliard 6df023884b git.el: Fix typo in git-update-saved-file error handling. 17 years ago
Alexandre Julliard 3697c5f37a git.el: Fix typo in "Reverted file" message. 17 years ago
Alexandre Julliard 72dc52bfe6 git.el: Reset the permission flags when changing a file state. 17 years ago