Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
Hanfei Shen committed Apr 24, 2017
1 parent 183cd79 commit 0e7b7c3
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 8 deletions.
15 changes: 8 additions & 7 deletions gitconfig
Expand Up @@ -16,7 +16,7 @@
di = diff
dic = diff --cached
l = log --decorate
lg = log --graph --pretty=format:'%Cred%h%Creset -%C(yellow)%d%Creset %s %Cgreen(%cr) %C(bold blue)<%an>%Creset' --abbrev-commit --
lg = log --graph --pretty=format:'%Cred%h%Creset -%C(yellow)%d%Creset %s %Cgreen(%cr) %C(bold blue)<%an>%Creset' --abbrev-commit
ls = log --stat
lp = log --patch
gr = grep -nH
Expand All @@ -33,19 +33,20 @@
stc = stash clear
desc = describe
wc = whatchanged
lgg = log --graph --pretty=format:'%Cred%h%Creset -%C(yellow)%d%Creset %s %Cgreen(%cr) %C(bold blue)<%an>%Creset' --abbrev-commit
[color]
ui = auto
[core]
excludesfile = ~/.gitignore
editor = vim
quotepath = false
pager = diff-so-fancy | less --tabs=4 -RFX
[merge]
tool = splice
tool = splice
defaultToUpstream = true
[mergetool "splice"]
cmd = "mvim -v $BASE $LOCAL $REMOTE $MERGED -c 'SpliceInit'"
trustExitCode = true
;[http]
; proxy = http://localhost:8087
; sslVerify = false
cmd = "vim $BASE $LOCAL $REMOTE $MERGED -c 'SpliceInit'"
trustExitCode = true
[diff]
algorithm = patience
[push]
Expand Down
2 changes: 1 addition & 1 deletion gitignore
Expand Up @@ -8,4 +8,4 @@ tags
cscope.files
cscope.out
*.dump
core
*.tern-port

0 comments on commit 0e7b7c3

Please sign in to comment.