summaryrefslogtreecommitdiff
path: root/guix/dot_gitconfig
blob: 955cd2d264cb60dc5e65ef7867ba94f55b45566f (about) (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
[user]
	email = go.wigust@gmail.com
	name = Oleg Pykhalov
[sendemail]
	smtpEncryption = tls
	smtpServer = smtp.gmail.com
	smtpUser = go.wigust@gmail.com
	smtpServerPort = 587
	assume8bitEncoding = UTF-8
[commit]
	gpgsign = true
[user]
	signingKey = 167F8EA5001AFA9C
[alias]
	branches-by-date = for-each-ref --sort=-committerdate refs/heads
        branches-by-date-origin = for-each-ref --sort=-committerdate refs/remotes/origin
        contributers = shortlog -sne
        ll = log --format='%H %cI %ae %s'
	lll = log --format='%ai %H %s'
        push-skip-ci = push -o ci.skip
	# Credit an author on the latest commit
	credit = "!f() { git commit --amend --author \"$1 <$2>\" -C HEAD; }; f"
        log-2-weeks = log --format='%ai %H %s' --since="2 weeks ago"
[github]
	user = wigust
[gitlab]
	user = wigust
[secrets]
        providers = /home/oleg/bin/git-pass-secrets
[gitlab "gitlab.intr/api/v4"]
	user = pyhalov
[gitlab "gitlab.wugi.info/api/v4"]
	user = wigust
[filesystem "Oracle Corporation|1.8.0_222|/dev/sdb2"]
	timestampResolution = 8001 microseconds
	minRacyThreshold = 0 nanoseconds
[filesystem "Oracle Corporation|1.8.0_242|/dev/sdb2"]
	timestampResolution = 1001 microseconds
	minRacyThreshold = 4449 microseconds
[filter "lfs"]
	clean = git-lfs clean -- %f
	smudge = git-lfs smudge -- %f
	process = git-lfs filter-process
	required = true
[init]
	defaultBranch = master