public
Description: My dotfiles
Homepage:
Clone URL: git://github.com/zachinglis/dotfiles.git
Zach Inglis (author)
Sat Oct 03 12:41:04 -0700 2009
dotfiles / .gitconfig
100644 23 lines (22 sloc) 0.519 kb
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
[user]
  name = Zach Inglis
  email = zach@lt3media.com
[color]
  diff = auto
  status = auto
  branch = auto
[core]
  excludesfile = /Users/zachinglis/.cvsignore
  editor = mate -w
[alias]
  co = checkout
  ci = commit
  logg = log --pretty=oneline
  loga = log --pretty=format:'%Cblue %h %Cgreen %an %Cred %s'
sh = !git-sh
[apply]
  whitespace = warn
[gui]
  fontdiff = -family Monaco -size 10 -weight normal -slant roman -underline 0 -overstrike 0
[diff "ruby"]
funcname = ^ *\\(\\(class\\|module\\|def\\) .*\\)