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

                        
 
       

                  
 
      
                 
 
      
                         
 
           
                         
 
        
                    

      

                           
                                    
[commit]
	status = false

[diff]
	algorithm = patience

[fetch]
	output = compact

[init]
	defaultBranch = master
	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 %>