about summary refs log tree commit diff
Commit message (Collapse)AuthorAgeFilesLines
* Can now reuse an existing buffer displaying the same directory HEAD masterTomas Abrahamsson2008-08-091-4/+29
| | | | | | Imported and adapted from `git.el', gitsum can now reuse an existing buffer if there is one showing the same directory. This is useful if you forget to quit/kill the gitsum buffer and then run gitsum again.
* Make directory show up in the buffer listingTomas Abrahamsson2008-08-091-0/+1
|
* Show shared-map keybindings in the docstring as wellChristian Neukirchen2008-04-111-0/+1
|
* Make "s" in git-status acknowledge the currently marked filesChristian Neukirchen2008-04-101-3/+13
|
* gitsum.el: add viper compatibleLevin Du2008-04-101-0/+4
| | | | Signed-off-by: Christian Neukirchen <chneukirchen@gmail.com>
* Ensure log buffer has correct default-directoryChristian Neukirchen2008-04-091-1/+3
|
* Make kill more intuitiveChristian Neukirchen2008-04-091-1/+19
|
* Don't fail silently trying to close a modified bufferChristian Neukirchen2008-04-091-1/+2
|
* Provide gitsumChristian Neukirchen2008-02-071-1/+3
|
* Make gitsum-push asyncChristian Neukirchen2008-02-061-1/+4
|
* Add gitsum-amend, bound to AChristian Neukirchen2008-02-061-1/+13
|
* Add gitsum-push, bound to PChristian Neukirchen2008-02-061-0/+7
|
* Add gitsum-revert, bound to RChristian Neukirchen2008-02-061-0/+12
|
* Add a short-cut to switch to git-statusChristian Neukirchen2008-02-041-0/+6
|
* Make `q' kill the buffer if unchangedChristian Neukirchen2008-02-041-2/+9
|
* Remove git-diff crud that confuses diff-modeChristian Neukirchen2008-02-041-3/+5
|
* Improve docsChristian Neukirchen2008-02-041-2/+3
|
* Ensure lexical-let exists when compilingChristian Neukirchen2008-02-041-0/+2
|
* Hack into keymap only if git.el is loadedChristian Neukirchen2008-02-041-3/+3
|
* Show message on empty diffChristian Neukirchen2008-02-041-2/+7
|
* Require gitChristian Neukirchen2008-02-041-0/+2
|
* Kill the comments when committingChristian Neukirchen2008-02-041-1/+2
|
* Don't display empty comment line after diffstatChristian Neukirchen2008-02-041-0/+3
| | | | | # gitsum.el | 3 +++ # 1 files changed, 3 insertions(+), 0 deletions(-)
* Display diffstat for whole indexChristian Neukirchen2008-02-041-1/+1
| | | | | | # gitsum.el | 2 +- # 1 files changed, 1 insertions(+), 1 deletions(-) #
* Add some docsChristian Neukirchen2008-02-042-0/+28
| | | | | | | | # README | 6 +++--- # gitsum.el | 4 ++++ # README | 24 ++++++++++++++++++++++++ # 3 files changed, 31 insertions(+), 3 deletions(-) #
* Make a new *gitsum*-buffer every timeChristian Neukirchen2008-02-041-1/+1
| | | | | | # gitsum.el | 2 +- # 1 files changed, 1 insertions(+), 1 deletions(-) #
* Don't enforce font-lock, better use a hookChristian Neukirchen2008-02-041-1/+0
| | | | | | # gitsum.el | 1 - # 1 files changed, 0 insertions(+), 1 deletions(-) #
* Import gitsum.elChristian Neukirchen2008-02-041-0/+78