Various changes for supporting Broadcom/Avago
[clearscm.git] / rc / gitconfig
1 [user]
2   name = Andrew DeFaria
3   email = Andrew@DeFaria.com
4
5 [pack]
6   windowMemory=128m
7   threads=1
8   deltaCacheSize=128m
9
10 [core]
11   pager = less -RX
12   packedGitLimit=128m
13   packedGitWindowSize=128m
14
15 [color]
16   status=auto
17   diff=auto
18   branch=auto
19
20 # Currently these are restating the default
21 [color "branch"]
22   current=green
23   local=white
24   remote=red
25
26 [color "diff"]
27   external = /usr/local/bin/git-meld
28
29 [color "status"]
30   added=yellow
31   changed=green
32   untracked=cyan
33
34 [alias]
35   co=checkout
36   ci=commit
37   st=status
38   br=branch
39   hist=log --pretty=format:\"%h %ad | %s%d [%an]\" --graph --date=short
40   type=cat-file -t
41   dump=cat-file -p
42   dlog=log --decorate
43
44 [push]
45   default = simple