Skip to content

Commit

Permalink
git config changes
Browse files Browse the repository at this point in the history
  • Loading branch information
jhawthorn committed Oct 25, 2013
1 parent 9b44577 commit 9bf8fb3
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions git/.gitconfig
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@
statusHints = false
[diff]
renames = copies
algorithm = patience
[push]
# tracking is the deprecated name for "upstream"
default = tracking
Expand All @@ -27,8 +28,15 @@
quotepath = false
autocrlf = input
[alias]
s = status --short --branch
l = log --oneline --decorate
lg = log --graph --pretty=format:'%Cred%h%Creset %an -%C(yellow)%d%Creset %s %Cgreen(%cr)%Creset' --abbrev-commit --date=relative
[apply]
whitespace = fix
[rebase]
autosquash = true
[diff "ruby"]
funcname = "^ *\\(\\(def\\) .*\\)"
[diff "image"]
textconv = identify

0 comments on commit 9bf8fb3

Please sign in to comment.