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

                        
 
       

                  
 
      
                 
 
      
                         
 
           

                                   
 
        
                    

      


                              
[commit]
	status = false

[diff]
	algorithm = patience

[fetch]
	output = compact

[init]
	templateDir = ~/.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 = <% KEY %>