.gitconfig
changeset 898 6ac59832aba5
parent 897 8dbf5514565b
child 906 00b35243abf4
equal deleted inserted replaced
897:8dbf5514565b 898:6ac59832aba5
    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 --graph --exclude=refs/heads/*.stgit --exclude=refs/patches/* --all
    21 glog = log --graph --exclude=refs/heads/*.stgit --exclude=refs/patches/* --exclude=refs/stash --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