]> code.delx.au - dotfiles/commitdiff
gitconfig: git-config uses tabs
authorJames Bunton <jamesbunton@delx.net.au>
Sun, 31 Jul 2016 14:33:37 +0000 (00:33 +1000)
committerJames Bunton <jamesbunton@delx.net.au>
Sun, 31 Jul 2016 14:46:57 +0000 (00:46 +1000)
.gitconfig

index 2e051942c750f675ec0b704443230dd5cf53a721..73214501d9d1309c7375e7979257c6bc732aa5ac 100644 (file)
@@ -1,36 +1,36 @@
 [user]
-    name = James Bunton
-    email = jamesbunton@delx.net.au
+       name = James Bunton
+       email = jamesbunton@delx.net.au
 [core]
-    pager = less -+F -+X
-    excludesfile = ~/.gitignore
+       pager = less -+F -+X
+       excludesfile = ~/.gitignore
 [color]
-    ui = auto
+       ui = auto
 [log]
-    decorate = full
-    follow = true
+       decorate = full
+       follow = true
 [diff]
-    renamelimit = 10000
-    renames = copies
-    context = 5
-    algorithm = minimal
+       renamelimit = 10000
+       renames = copies
+       context = 5
+       algorithm = minimal
 [push]
-    default = upstream
+       default = upstream
 [alias]
-    graphlog = log --graph --pretty=format:'%C(bold black)%h%Creset %C(bold red)%ad %C(bold blue)%s%Creset %C(bold yellow)%d%Creset %C(bold black)<%an>%Creset' --date=short
-    ci = commit
-    co = checkout
-    st = status
-    di = diff
-    diw = diff --color-words
-    dic = diff --cached
-    dicw = diff --cached --color-words
-    ff = merge --ff-only
-    ffpull = pull --ff-only
-    lso = ls-files -X .gitignore -o
-    pushn = !git push origin --set-upstream "$(git rev-parse --abbrev-ref HEAD)":"$(git rev-parse --abbrev-ref HEAD)"
-    pushd = !git push origin --delete "$(git rev-parse --abbrev-ref HEAD)"
-    pushf = push --force-with-lease
-    cherry-pick = cherry-pick -x
-    branches-to-kill = !git branch --merged origin/master|grep -v master|xargs -n1 echo git branch -d
-    mergediff = !git checkout --quiet --detach HEAD && git merge --no-edit origin/master && git diff -C10 -M10 origin/master && git checkout --quiet -
+       graphlog = log --graph --pretty=format:'%C(bold black)%h%Creset %C(bold red)%ad %C(bold blue)%s%Creset %C(bold yellow)%d%Creset %C(bold black)<%an>%Creset' --date=short
+       ci = commit
+       co = checkout
+       st = status
+       di = diff
+       diw = diff --color-words
+       dic = diff --cached
+       dicw = diff --cached --color-words
+       ff = merge --ff-only
+       ffpull = pull --ff-only
+       lso = ls-files -X .gitignore -o
+       pushn = !git push origin --set-upstream "$(git rev-parse --abbrev-ref HEAD)":"$(git rev-parse --abbrev-ref HEAD)"
+       pushd = !git push origin --delete "$(git rev-parse --abbrev-ref HEAD)"
+       pushf = push --force-with-lease
+       cherry-pick = cherry-pick -x
+       branches-to-kill = !git branch --merged origin/master|grep -v master|xargs -n1 echo git branch -d
+       mergediff = !git checkout --quiet --detach HEAD && git merge --no-edit origin/master && git diff -C10 -M10 origin/master && git checkout --quiet -
\ No newline at end of file