view rc/gitconfig @ 719:bcdf320dabf4 default tip

Rewrite the ed2k again in php Getting openssl to hash md4 is a pain.
author nanaya <me@nanaya.net>
date Sun, 10 Dec 2023 00:35:22 +0900
parents afc3a3ec34e5
children
line wrap: on
line source

[user]
	email = me@nanaya.net
	name = nanaya
[alias]
	ci = commit
	co = checkout
	st = status
[push]
	default = current
[color]
	ui = true
[core]
	excludesfile = ~/.gitignore_global
[diff]
	algorithm = patience
[log]
	date = iso-local
[pull]
	ff = only
[init]
	defaultBranch = main