annotate rc/gitconfig @ 639:c107e18388a2

Probably better diff algorithm
author nanaya <me@nanaya.pro>
date Sat, 29 Feb 2020 23:06:14 +0000
parents 9f49513d0d24
children b3f8b7a779bd
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
356
38fad89edd55 Added gitconfig.
Edho Arief <edho@myconan.net>
parents:
diff changeset
1 [user]
603
9f49513d0d24 Update email
nanaya <me@nanaya.pro>
parents: 549
diff changeset
2 email = me@nanaya.pro
549
fe33aeb572f6 Update name (part 2).
nanaya <me@myconan.net>
parents: 472
diff changeset
3 name = nanaya
359
5ad9e6aee3cc Added some aliases for git.
Edho Arief <edho@myconan.net>
parents: 356
diff changeset
4 [alias]
5ad9e6aee3cc Added some aliases for git.
Edho Arief <edho@myconan.net>
parents: 356
diff changeset
5 ci = commit
449
e9b25cf035d9 Added git co alias.
Edho Arief <edho@myconan.net>
parents: 411
diff changeset
6 co = checkout
359
5ad9e6aee3cc Added some aliases for git.
Edho Arief <edho@myconan.net>
parents: 356
diff changeset
7 st = status
408
baf2dd1cc56c [gitconfig] Set default push mode.
Edho Arief <edho@myconan.net>
parents: 359
diff changeset
8 [push]
411
70a71c10b9f3 [rc/gitconfig] Use current instead of simple for older git compat.
Edho Arief <edho@myconan.net>
parents: 408
diff changeset
9 default = current
452
a07ee25c6304 Color all those gits!
Edho Arief <edho@myconan.net>
parents: 449
diff changeset
10 [color]
a07ee25c6304 Color all those gits!
Edho Arief <edho@myconan.net>
parents: 449
diff changeset
11 ui = true
456
e0f9a54b9dce Add global gitignore.
Edho Arief <edho@myconan.net>
parents: 455
diff changeset
12 [core]
e0f9a54b9dce Add global gitignore.
Edho Arief <edho@myconan.net>
parents: 455
diff changeset
13 excludesfile = ~/.gitignore_global
639
c107e18388a2 Probably better diff algorithm
nanaya <me@nanaya.pro>
parents: 603
diff changeset
14 [diff]
c107e18388a2 Probably better diff algorithm
nanaya <me@nanaya.pro>
parents: 603
diff changeset
15 algorithm = patience