Mercurial > dotfiles
annotate git/gitconfig @ 389:04e9f5c65dac
Updated subrepos.
| author | Ludovic Chabant <ludovic@chabant.com> |
|---|---|
| date | Tue, 23 May 2017 14:00:10 -0700 |
| parents | a951ca3b5d8c |
| children | ff48d206d1f1 |
| rev | line source |
|---|---|
| 124 | 1 [user] |
| 215 | 2 name = Ludovic Chabant |
| 124 | 3 email = ludovic@chabant.com |
| 215 | 4 |
| 5 [push] | |
| 6 default = simple | |
| 7 | |
|
292
6938fb0146f5
Add stuff to `gitconfig`, use better installation for it.
Ludovic Chabant <ludovic@chabant.com>
parents:
215
diff
changeset
|
8 [alias] |
|
6938fb0146f5
Add stuff to `gitconfig`, use better installation for it.
Ludovic Chabant <ludovic@chabant.com>
parents:
215
diff
changeset
|
9 lg1 = log --graph --abbrev-commit --decorate --date=relative --format=format:'%C(bold blue)%h%C(reset) - %C(bold green)(%ar)%C(reset) %C(white)%s%C(reset) %C(dim white)- %an%C(reset)%C(bold yellow)%d%C(reset)' --all |
|
6938fb0146f5
Add stuff to `gitconfig`, use better installation for it.
Ludovic Chabant <ludovic@chabant.com>
parents:
215
diff
changeset
|
10 lg2 = log --graph --abbrev-commit --decorate --format=format:'%C(bold blue)%h%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)' --all |
|
6938fb0146f5
Add stuff to `gitconfig`, use better installation for it.
Ludovic Chabant <ludovic@chabant.com>
parents:
215
diff
changeset
|
11 lg = !"git lg1" |
|
6938fb0146f5
Add stuff to `gitconfig`, use better installation for it.
Ludovic Chabant <ludovic@chabant.com>
parents:
215
diff
changeset
|
12 |
|
358
a951ca3b5d8c
Add local `gitconfig`.
Ludovic Chabant <ludovic@chabant.com>
parents:
292
diff
changeset
|
13 [include] |
|
a951ca3b5d8c
Add local `gitconfig`.
Ludovic Chabant <ludovic@chabant.com>
parents:
292
diff
changeset
|
14 path = gitconfig-local |
