]> ruderich.org/simon Gitweb - config/dotfiles.git/history - gitconfig.in
gitconfig: enable diff.mnemonicprefix
[config/dotfiles.git] / gitconfig.in
2016-11-06 Simon Ruderichgitconfig: enable diff.mnemonicprefix
2016-11-06 Simon Ruderichgitconfig: add sm alias (submodule)
2016-07-12 Simon Ruderichgitconfig: set log.follow
2016-07-12 Simon Ruderichgitconfig: add rv alias (git revert)
2016-07-12 Simon Ruderichgitconfig: add gi alias (grep --ignore-case)
2015-07-30 Simon Ruderichgitconfig: fix case for transfer.fsckObjects
2015-07-30 Simon Ruderichgitconfig: update comment
2015-07-30 Simon Ruderichgitconfig: add alias for branch (br)
2015-07-30 Simon Ruderichgitconfig: add aliases for clean
2015-07-30 Simon Ruderichgitconfig: add aliases for reset and rebase
2015-07-30 Simon Ruderichgitconfig: add alias for diff --cached --stat (dcs)
2015-07-28 Simon Ruderichgitconfig: diff: color functions in hunks blue
2015-07-28 Simon Ruderichgitconfig: use GNU grep-like colors for git grep
2015-07-28 Simon Ruderichgitconfig: fix typo in color option
2014-10-14 Simon Ruderichgitconfig: add alias for grep (g)
2014-09-19 Simon Ruderichgitconfig: use histogram as diff algorithm
2014-09-19 Simon Ruderichgitconfig: display decoration in logs
2014-09-19 Simon Ruderichgitconfig: add --index to stash apply/save aliases
2014-09-19 Simon Ruderichgitconfig: use canonical case for wordRegex
2014-09-19 Simon Ruderichgitconfig: use diff.algorithm instead of --patience
2014-04-29 Simon Ruderichgitconfig: enable merge.defaultToUpstream
2014-01-24 Simon Ruderichgitconfig: Replace attribute helper scripts with inline sh.
2013-10-24 Simon Ruderichgitconfig: Add push.default = simple.
2013-10-23 Simon Ruderichgitconfig: Use yes instead of true for consistency.
2013-10-23 Simon Ruderichsetup.sh,gitconfig: Simplify fallback solution for...
2013-10-22 Simon Ruderichsetup.sh: Use simple_cpp() instead of m4 to create...