comparison rc/gitconfig @ 736:3281fed2e242

Use xdg (.config) path instead of top home directory
author nanaya <me@nanaya.net>
date Thu, 09 Jan 2025 03:13:02 +0900
parents b957af519d58
children
comparison
equal deleted inserted replaced
735:9ad5a65b1c7e 736:3281fed2e242
7 st = status 7 st = status
8 [push] 8 [push]
9 default = current 9 default = current
10 [color] 10 [color]
11 ui = true 11 ui = true
12 [core]
13 excludesfile = ~/.gitignore_global
14 [diff] 12 [diff]
15 algorithm = patience 13 algorithm = patience
16 [log] 14 [log]
17 date = iso-local 15 date = iso-local
18 [pull] 16 [pull]