index
:
kakoune.git
master
Unnamed repository; edit this file 'description' to name the repository.
Mike Vink
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
rc
/
git-tools.kak
Age
Commit message (
Expand
)
Author
2016-01-29
Reorganise rc/ into subdirectories
Maxime Coste
2015-12-12
Use markup for line-flags instead of a single face
Maxime Coste
2015-12-12
Store the buffer timestamp in line flags options respect it for highlighting
Maxime Coste
2015-12-01
Change def -shell-params to def -params and take the counts as parameters
Maxime Coste
2015-08-24
Highlight diffs in git-log highlighter, to handle the -p switch
Maxime Coste
2015-08-23
Change flag lines highlighter to use faces instead of colors
Maxime Coste
2015-08-03
Added documentation strings to the commands that didn't have one already
Frank LENORMAND
2015-05-23
git-tools: support git rm and avoid interpreting git output
Maxime Coste
2015-05-10
clear git blame flags option when hiding git blame
Maxime Coste
2015-03-30
git-tools.kak: tweak git-status highlighting
Maxime Coste
2015-02-20
Fix removing of fifo directories, remove the hook itself once done
Maxime Coste
2015-01-22
Fix git show-diff
Maxime Coste
2015-01-21
git-tools: detect options not needing commit message edition
Maxime Coste
2015-01-16
git-tools: Add initial git commit support
Maxime Coste
2015-01-15
Fix git status highlighting
Maxime Coste
2014-11-25
Forward user parameters in git blame command
Maxime Coste
2014-10-06
Use ',' instead of '|' as tuple option fields separators
Maxime Coste
2014-08-17
git-tools: list available commands in git docstring
Maxime Coste
2014-08-14
git-tools.kak: Add completion support to git command
Maxime Coste
2014-06-16
Add BufCloseFifo hook and use that to remove fifo directories
Maxime Coste
2014-05-09
git-tools.kak: Add a 'git hide-blame' command
Maxime Coste
2014-05-06
Use fifo buffers for git-tools command output
Maxime Coste
2014-04-23
Add support for git status and checkout
Maxime Coste
2014-03-25
port git-tools.kak from bash to posix shell + posix awk
Maxime Coste
2014-03-06
Port most kak scripts to be POSIX shell compliant
Maxime Coste
2014-03-02
Replace uses of socat with kak -p <session>
Maxime Coste
2014-03-02
git-tools.kak uses $kak_buffile rather than $kak_bufname
Maxime Coste
2013-12-23
Make kak more installable
Maxime Coste