summaryrefslogblamecommitdiffstats
path: root/home/.gitconfig
blob: 3f4f210bafb59b6cc2f69c3815e3cb1c3efd2e9e (plain) (tree)
1
2
3
4
5
6
7
8
9

                                                     
                                                                                                                                                                                                                                   
                       
                            

                              

                           


                         

                    
                                              

                             
            
                                     

                            

                     

                 







                                        
                              
                                                             
[alias]
	lg = log --graph --abbrev-commit --decorate \
		--format=format:'%C(bold blue)%h%C(reset) $C(magenta)%G?%C(reset) - %C(bold cyan)%aD%C(reset) %C(bold green)(%ar)%C(reset)%C(bold yellow)%d%C(reset)%n''          %C(white)%s%C(reset) %C(dim white)- %an%C(reset)'
	tree = lg --all
	ff = merge --ff-only
	sam = am -s -S
	scommit = commit -s -S
[checkout]
	DefaultRemote = alx
[color "diff"]
	old = brightred
	new = brightgreen
[core]
	editor = vim
	excludesFile = ~/.config/git/gitignore
[diff]
	algorithm = histogram
[diff "man"]
	xfuncname = "^\\.S[SHsh] .*$"
[init]
	defaultBranch = main
[pager]
	status = true
[pull]
	ff = only
[sendemail]
	smtpuser = alx.manpages
	smtpserver = smtp.googlemail.com
	smtpencryption = tls
	smtpserverport = 587
	smtpPass = <passwd>
[user]
	name = Alejandro Colomar
	email = alx@kernel.org
	signingKey = A9348594CE31283A826FBDD8D57633D441E25BB5