aboutsummaryrefslogblamecommitdiff
path: root/git/config.mi5
blob: 3337a683eeb24dc240fdacba422bb3e56c817fe6 (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
	smtpServer = <% SENDMAIL %>

[status]
	short = true

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