aboutsummaryrefslogblamecommitdiff
path: root/git/config.mi5
blob: 304be811e465630cc889ae0841eaba5a00fdd0e4 (plain) (tree)
1
2
3
4
5
6
7
8
9
        
                      
 
      
                            
 
       
                        
 
      
                                                        
 
     

                        
 
       

                  
 
      
                 
 
      
                         
 
           
                         
 
        
                    

      

                           
                                    
[commit]
	status = false

[diff]
	algorithm = patience

[fetch]
	output = compact

[init]
	templateDir = <% XDG_CONFIG_HOME %>/git/template

[log]
	date = local
	decorate = short

[merge]
	ff = false
	log = 1024

[pull]
	ff = only

[push]
	default = current

[sendemail]
	confirm = compose

[status]
	short = true

[user]
	name = <% NAME %>
	email = <% EMAIL %>
	signingKey = <% GPG_KEYID %>