summaryrefslogtreecommitdiff
path: root/rc/git-tools.kak
AgeCommit message (Collapse)Author
2016-01-29Reorganise rc/ into subdirectoriesMaxime Coste
* core: set of tools to work on kakoune source code * base: very common languages and tools * extra: less common languages and tools
2015-12-12Use markup for line-flags instead of a single faceMaxime Coste
2015-12-12Store the buffer timestamp in line flags options respect it for highlightingMaxime Coste
Option content is auto updated to match current buffer, so that line flags are updated according to buffer modifications.
2015-12-01Change def -shell-params to def -params and take the counts as parametersMaxime Coste
2015-08-24Highlight diffs in git-log highlighter, to handle the -p switchMaxime Coste
2015-08-23Change flag lines highlighter to use faces instead of colorsMaxime Coste
Fixes #130
2015-08-03Added documentation strings to the commands that didn't have one alreadyFrank LENORMAND
2015-05-23git-tools: support git rm and avoid interpreting git outputMaxime Coste
2015-05-10clear git blame flags option when hiding git blameMaxime Coste
2015-03-30git-tools.kak: tweak git-status highlightingMaxime Coste
2015-02-20Fix removing of fifo directories, remove the hook itself once doneMaxime Coste
2015-01-22Fix git show-diffMaxime Coste
2015-01-21git-tools: detect options not needing commit message editionMaxime Coste
2015-01-16git-tools: Add initial git commit supportMaxime Coste
2015-01-15Fix git status highlightingMaxime Coste
2014-11-25Forward user parameters in git blame commandMaxime Coste
2014-10-06Use ',' instead of '|' as tuple option fields separatorsMaxime Coste
2014-08-17git-tools: list available commands in git docstringMaxime Coste
2014-08-14git-tools.kak: Add completion support to git commandMaxime Coste
2014-06-16Add BufCloseFifo hook and use that to remove fifo directoriesMaxime Coste
2014-05-09git-tools.kak: Add a 'git hide-blame' commandMaxime Coste
2014-05-06Use fifo buffers for git-tools command outputMaxime Coste
2014-04-23Add support for git status and checkoutMaxime Coste
2014-03-25port git-tools.kak from bash to posix shell + posix awkMaxime Coste
2014-03-06Port most kak scripts to be POSIX shell compliantMaxime Coste
2014-03-02Replace uses of socat with kak -p <session>Maxime Coste
2014-03-02git-tools.kak uses $kak_buffile rather than $kak_bufnameMaxime Coste
2013-12-23Make kak more installableMaxime Coste
* Kak relies on the kakrc file to be in ../share/kak/kakrc relative to kak binary rather than in the same directory * Added an install target to the Makefile