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

                  
 
      
                 
 
      
                         
 
           
                         
 
        
                    
 


                          
      

                           
                                    
[commit]
	status = false

[diff]
	algorithm = patience

[format]
	pretty = fuller

[init]
	defaultBranch = master
	templateDir = <% XDG_DATA_HOME %>/git/template

[log]
	date = local

[merge]
	ff = false
	log = 1024

[pull]
	ff = only

[push]
	default = current

[sendemail]
	confirm = compose

[status]
	short = true

[tag]
	sort = -taggerdate

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