Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Can now reuse an existing buffer displaying the same directory HEAD master | Tomas Abrahamsson | 2008-08-09 | 1 | -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 listing | Tomas Abrahamsson | 2008-08-09 | 1 | -0/+1 |
| | |||||
* | Show shared-map keybindings in the docstring as well | Christian Neukirchen | 2008-04-11 | 1 | -0/+1 |
| | |||||
* | Make "s" in git-status acknowledge the currently marked files | Christian Neukirchen | 2008-04-10 | 1 | -3/+13 |
| | |||||
* | gitsum.el: add viper compatible | Levin Du | 2008-04-10 | 1 | -0/+4 |
| | | | | Signed-off-by: Christian Neukirchen <chneukirchen@gmail.com> | ||||
* | Ensure log buffer has correct default-directory | Christian Neukirchen | 2008-04-09 | 1 | -1/+3 |
| | |||||
* | Make kill more intuitive | Christian Neukirchen | 2008-04-09 | 1 | -1/+19 |
| | |||||
* | Don't fail silently trying to close a modified buffer | Christian Neukirchen | 2008-04-09 | 1 | -1/+2 |
| | |||||
* | Provide gitsum | Christian Neukirchen | 2008-02-07 | 1 | -1/+3 |
| | |||||
* | Make gitsum-push async | Christian Neukirchen | 2008-02-06 | 1 | -1/+4 |
| | |||||
* | Add gitsum-amend, bound to A | Christian Neukirchen | 2008-02-06 | 1 | -1/+13 |
| | |||||
* | Add gitsum-push, bound to P | Christian Neukirchen | 2008-02-06 | 1 | -0/+7 |
| | |||||
* | Add gitsum-revert, bound to R | Christian Neukirchen | 2008-02-06 | 1 | -0/+12 |
| | |||||
* | Add a short-cut to switch to git-status | Christian Neukirchen | 2008-02-04 | 1 | -0/+6 |
| | |||||
* | Make `q' kill the buffer if unchanged | Christian Neukirchen | 2008-02-04 | 1 | -2/+9 |
| | |||||
* | Remove git-diff crud that confuses diff-mode | Christian Neukirchen | 2008-02-04 | 1 | -3/+5 |
| | |||||
* | Improve docs | Christian Neukirchen | 2008-02-04 | 1 | -2/+3 |
| | |||||
* | Ensure lexical-let exists when compiling | Christian Neukirchen | 2008-02-04 | 1 | -0/+2 |
| | |||||
* | Hack into keymap only if git.el is loaded | Christian Neukirchen | 2008-02-04 | 1 | -3/+3 |
| | |||||
* | Show message on empty diff | Christian Neukirchen | 2008-02-04 | 1 | -2/+7 |
| | |||||
* | Require git | Christian Neukirchen | 2008-02-04 | 1 | -0/+2 |
| | |||||
* | Kill the comments when committing | Christian Neukirchen | 2008-02-04 | 1 | -1/+2 |
| | |||||
* | Don't display empty comment line after diffstat | Christian Neukirchen | 2008-02-04 | 1 | -0/+3 |
| | | | | | # gitsum.el | 3 +++ # 1 files changed, 3 insertions(+), 0 deletions(-) | ||||
* | Display diffstat for whole index | Christian Neukirchen | 2008-02-04 | 1 | -1/+1 |
| | | | | | | # gitsum.el | 2 +- # 1 files changed, 1 insertions(+), 1 deletions(-) # | ||||
* | Add some docs | Christian Neukirchen | 2008-02-04 | 2 | -0/+28 |
| | | | | | | | | # README | 6 +++--- # gitsum.el | 4 ++++ # README | 24 ++++++++++++++++++++++++ # 3 files changed, 31 insertions(+), 3 deletions(-) # | ||||
* | Make a new *gitsum*-buffer every time | Christian Neukirchen | 2008-02-04 | 1 | -1/+1 |
| | | | | | | # gitsum.el | 2 +- # 1 files changed, 1 insertions(+), 1 deletions(-) # | ||||
* | Don't enforce font-lock, better use a hook | Christian Neukirchen | 2008-02-04 | 1 | -1/+0 |
| | | | | | | # gitsum.el | 1 - # 1 files changed, 0 insertions(+), 1 deletions(-) # | ||||
* | Import gitsum.el | Christian Neukirchen | 2008-02-04 | 1 | -0/+78 |