aboutsummaryrefslogtreecommitdiff
path: root/git/gitconfig.m4
Commit message (Collapse)AuthorAgeFilesLines
* Use consistent m4 prefixTom Ryder2017-03-231-4/+4
|
* Make "amend" a shortcut for "commit --amend"Tom Ryder2016-09-161-0/+1
|
* Add git `ls` aliasTom Ryder2016-09-091-0/+1
| | | | Seems useful enough
* Add "fuckit" alias to Git configurationTom Ryder2016-09-091-0/+1
|
* Don't show diffs in a pagerTom Ryder2016-08-301-0/+3
|
* Show all untracked files in git-statusTom Ryder2016-08-211-0/+1
|
* Use compact and prune for git-fetch(1)Tom Ryder2016-08-211-0/+4
|
* Try the patience diff algorithmTom Ryder2016-08-211-0/+1
|
* Don't show comments in $EDITOR for git commitTom Ryder2016-08-211-0/+3
|
* Use strongest compression in GitTom Ryder2016-08-211-0/+3
|
* Ignore some more git status adviceTom Ryder2016-08-211-0/+1
|
* Only pull if rebase possibleTom Ryder2016-08-171-0/+3
| | | | Force me to fetch and merge properly otherwise
* Silence a couple of Git hintsTom Ryder2016-08-151-0/+2
|
* git push.default from "matching" to "current"Tom Ryder2016-08-141-1/+1
|
* Don't fast-forward my mergesTom Ryder2016-08-101-0/+3
| | | | | | <http://stackoverflow.com/a/6810687> I'll rebase if I do want this.
* Make sendmail(1) implementation configurableTom Ryder2016-07-041-0/+4
| | | | Include it in the sendemail section of the Git config, too
* Add decorate option to log configTom Ryder2016-07-041-0/+1
|
* Correct static values in gitconfig m4 templateTom Ryder2016-07-041-3/+3
|
* Template .gitconfig personal valuesTom Ryder2016-07-041-0/+32
Doing this in preference to relying on GIT_* environment variables. I don't like the default values in the Makefile very much; I'll need to figure out something nicer at some point.