aboutsummaryrefslogblamecommitdiff
path: root/home/.gitconfig
blob: 1830112adaed155d87dab9c9e67258266d6081f9 (plain) (tree)
1
2
3
4
5
6
7
8
9
10

                            
                                 
                                       





                                                                               
                                                                       
                                                                                                                                                                                                                                                                        

                        
      
                                                        
                                          

                                            
                                                                      

                       
[user]
	name = Jakob Odersky
	email = jakob@odersky.com
	signingkey = 0x4601878662E33372
[color]
	ui = auto
[alias]
	s = status
	hist = log --pretty=format:\"%h %ad | %s%d [%an]\" --graph --date=short
	lg = log --oneline --decorate --all --graph
	pr = "!f() { git fetch ${2:-upstream} pull/$1/head:pr/$1; }; f"
	graph = "!f() { echo 'digraph git { node [fontsize = 10.0, shape = box];' ; git log --pretty='format:  %H -> { %P }' \"$@\" | sed 's/[0-9a-f]\\{40\\}/\"&\"/g' ; git log --pretty='format:  \"%H\" [ label = \"%h - %an - %ar\\n%f\" ]' \"$@\" ; echo '}'; }; f"
[push]
	default = simple
[core]
	editor = emacsclient --alternate-editor='' --tty
	excludesfile = ~/.gitignore_global
[credential "https://git-wip-us.apache.org"]
	username = jodersky
	helper = "!f() { echo password=$(pass sites/apache.org); }; f"
[github]
	user = jodersky