Age | Commit message (Expand) | Author | Files | Lines |
2009-02-21 | Add a README in the contrib/emacs directory. | Alexandre Julliard | 1 | -0/+39 |
2009-02-21 | git.el: Improve the confirmation message on remove and revert. | Alexandre Julliard | 1 | -2/+6 |
2009-02-21 | git.el: Make sure that file lists are sorted as they are created. | Alexandre Julliard | 1 | -13/+16 |
2009-02-07 | emacs: Remove the no longer maintained vc-git package. | Alexandre Julliard | 2 | -217/+1 |
2009-02-07 | git.el: Add some notes about Emacs versions compatibility. | Alexandre Julliard | 1 | -2/+10 |
2009-02-07 | git.el: Use integer instead of character constants in case statement. | Alexandre Julliard | 1 | -15/+15 |
2009-02-07 | git.el: Set a regexp for paragraph-separate in log-edit mode. | Alexandre Julliard | 1 | -0/+1 |
2009-02-07 | git.el: Make git-run-command-region display the error if any. | Alexandre Julliard | 1 | -19/+19 |
2009-02-07 | git.el: Add commands for cherry-pick and revert. | Alexandre Julliard | 1 | -0/+42 |
2009-02-07 | git.el: Add a command to create a new branch. | Alexandre Julliard | 1 | -0/+14 |
2009-02-07 | git.el: Add a checkout command. | Alexandre Julliard | 1 | -2/+31 |
2008-11-23 | git.el: Allow to commit even if there are no marked files. | Alexandre Julliard | 1 | -23/+20 |
2008-11-23 | git.el: Add possibility to mark files directly in git-update-status-files. | Alexandre Julliard | 1 | -5/+3 |
2008-11-23 | git.el: Add an insert file command. | Alexandre Julliard | 1 | -0/+7 |
2008-11-21 | git.el: Never clear the status buffer, only update the files. | Alexandre Julliard | 1 | -84/+85 |
2008-11-21 | git.el: Fix git-amend-commit to support amending an initial commit. | Alexandre Julliard | 1 | -3/+7 |
2008-11-21 | git.el: Properly handle merge commits in git-amend-commit. | Alexandre Julliard | 1 | -8/+9 |
2008-11-21 | git.el: Simplify handling of merge heads in the commit log-edit buffer. | Alexandre Julliard | 1 | -8/+7 |
2008-11-21 | git.el: Remove the env parameter in git-call-process and git-call-process-str... | Alexandre Julliard | 1 | -28/+26 |
2008-11-21 | git.el: Improve error handling for commits. | Alexandre Julliard | 1 | -17/+29 |
2008-07-21 | Don't cut off last character of commit descriptions. | Nikolaj Schumacher | 1 | -1/+1 |
2008-07-21 | Rename .git/rebase to .git/rebase-apply | Johannes Schindelin | 1 | -4/+4 |
2008-07-15 | Rename ".dotest/" to ".git/rebase" and ".dotest-merge" to "rebase-merge" | Johannes Schindelin | 1 | -4/+4 |
2008-06-02 | Revert "git.el: Set process-environment instead of invoking env" | Karl Hasselström | 1 | -4/+7 |
2008-04-21 | git.el: Set process-environment instead of invoking env | Clifford Caoile | 1 | -7/+4 |
2008-03-05 | specify explicit "--pretty=medium" with `git log/show/whatchanged` | Denis Cheng | 1 | -1/+1 |
2008-02-29 | Merge branch 'maint' | Junio C Hamano | 1 | -1/+1 |
2008-02-29 | git.el: find the git-status buffer whatever its name is | Rémi Vanicat | 1 | -1/+1 |
2008-02-27 | git.el: Do not display empty directories. | Alexandre Julliard | 1 | -1/+1 |
2008-02-20 | git.el: Set process-environment instead of invoking env | David Kågedal | 1 | -4/+3 |
2008-02-11 | git-blame.el: show the when, who and what in the minibuffer. | Junichi Uekawa | 1 | -1/+9 |
2008-02-08 | git.el: Better handling of subprocess errors. | Alexandre Julliard | 1 | -37/+51 |
2008-02-08 | git.el: Check for existing buffers on revert. | Alexandre Julliard | 1 | -0/+8 |
2008-02-08 | git.el: Added a command to amend a commit. | Alexandre Julliard | 1 | -1/+73 |
2008-02-08 | git.el: Support for showing unknown/ignored directories. | Alexandre Julliard | 1 | -9/+29 |
2008-01-08 | git.el: Make status refresh faster. | Alexandre Julliard | 1 | -11/+13 |
2008-01-08 | git.el: Refresh files from their real state upon commit. | Alexandre Julliard | 1 | -10/+12 |
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 |