.gitconfig
changeset 897 8dbf5514565b
parent 890 96b4250c52f8
child 898 6ac59832aba5
equal deleted inserted replaced
896:e709b4c3ccf6 897:8dbf5514565b
    16 st = status
    16 st = status
    17 staged = diff --cached
    17 staged = diff --cached
    18 summary = log --oneline
    18 summary = log --oneline
    19 tags = tag -n1 -l
    19 tags = tag -n1 -l
    20 w = whatchanged
    20 w = whatchanged
    21 glog = log --all --graph
    21 glog = log --graph --exclude=refs/heads/*.stgit --exclude=refs/patches/* --all
    22 
    22 
    23 [core]
    23 [core]
    24 whitespace=-indent-with-non-tab,trailing-space,cr-at-eol
    24 whitespace=-indent-with-non-tab,trailing-space,cr-at-eol
    25 excludesfile = ~/.gitignore
    25 excludesfile = ~/.gitignore
    26 autocrlf = input
    26 autocrlf = input