reindent + add core.preloadindex
authorPierre Habouzit <madcoder@debian.org>
Thu, 16 Apr 2009 21:46:43 +0000 (23:46 +0200)
committerPierre Habouzit <madcoder@debian.org>
Thu, 16 Apr 2009 21:46:43 +0000 (23:46 +0200)
Signed-off-by: Pierre Habouzit <madcoder@debian.org>
gitconfig

index 095e84d..e8d3d4e 100644 (file)
--- a/gitconfig
+++ b/gitconfig
@@ -1,57 +1,58 @@
 [madcoder]
-       up-gitk=true
+    up-gitk=true
 
 [alias]
-       co=checkout -m
-       ci=commit -s
-       st=!git -p status
-       pop=reset HEAD~1
-       unstash=stash apply
-       amend=commit -s --amend
-       squash=commit -s --amend -C HEAD
-       p=!git push origin HEAD
-       debtag=!git tag -f -a -s -m `git-symbolic-ref HEAD | sed -e 's~refs/heads/~~'`/`dpkg-parsechangelog | sed -n 's/^Version: \\(.*:\\)\\?//p'` `git-symbolic-ref HEAD | sed -e 's~refs/heads/~~'`/`dpkg-parsechangelog | sed -n 's/^Version: \\(.*:\\)\\?//p'`
-        b64=commit -sm'64bits fix'
-       send=send-email --annotate --compose -C -C -M -n --to
-        stage=add
-        unstage=reset HEAD --
-        track=add -N
-        untrack=rm --cached
+    co=checkout -m
+    ci=commit -s
+    st=!git -p status
+    pop=reset HEAD~1
+    unstash=stash apply
+    amend=commit -s --amend
+    squash=commit -s --amend -C HEAD
+    p=!git push origin HEAD
+    debtag=!git tag -f -a -s -m `git-symbolic-ref HEAD | sed -e 's~refs/heads/~~'`/`dpkg-parsechangelog | sed -n 's/^Version: \\(.*:\\)\\?//p'` `git-symbolic-ref HEAD | sed -e 's~refs/heads/~~'`/`dpkg-parsechangelog | sed -n 's/^Version: \\(.*:\\)\\?//p'`
+    b64=commit -sm'64bits fix'
+    send=send-email --annotate --compose -C -C -M -n --to
+    stage=add
+    unstage=reset HEAD --
+    track=add -N
+    untrack=rm --cached
 
 [core]
         #editor=gvim -f
-        editor=vim
-        excludesfile=/home/madcoder/.git-excludes
+    editor=vim
+    excludesfile=/home/madcoder/.git-excludes
+    preloadindex=true
 
 [user]
-       name  = Pierre Habouzit
-       email = madcoder@debian.org
+    name  = Pierre Habouzit
+    email = madcoder@debian.org
 
 [color]
-        ui     = auto
-       diff   = auto
-       branch = auto
-       status = auto
-       pager  = true
-        interactive = auto
+    ui     = auto
+    diff   = auto
+    branch = auto
+    status = auto
+    pager  = true
+    interactive = auto
 
 [color "diff"]
-       meta = green
-       frag = yellow
-       old = magenta
-       new = bold cyan
+    meta = green
+    frag = yellow
+    old = magenta
+    new = bold cyan
 ;      message = bold
 
 [color "status"]
-       header = bold blue
-       added  = green
-       changed = bold red
-       untracked = bold yellow
+    header = bold blue
+    added  = green
+    changed = bold red
+    untracked = bold yellow
 [merge]
-       verbosity = 1
+    verbosity = 1
 [clean]
-       requireForce = false
+    requireForce = false
 [pack]
-       threads = 0
+    threads = 0
 [status]
-       submodulesummary = 1
+    submodulesummary = 1