diff options
author | Yigit Sever | 2021-10-24 23:06:52 +0300 |
---|---|---|
committer | Yigit Sever | 2021-10-24 23:06:52 +0300 |
commit | 2aada03807e60e2fa255b065f1315c3699d603a5 (patch) | |
tree | 1d9f347df90024595c0f7d067971c4ca28f81a12 | |
parent | ffd49c6201c3ba8bc3c19e7318740258eb736901 (diff) | |
download | dotfiles-2aada03807e60e2fa255b065f1315c3699d603a5.tar.gz dotfiles-2aada03807e60e2fa255b065f1315c3699d603a5.tar.bz2 dotfiles-2aada03807e60e2fa255b065f1315c3699d603a5.zip |
gitconfig: steal log aliases
https://thoughtbot.com/blog/dumpster-diving-through-dotfiles-better-git-logging
-rw-r--r-- | .gitconfig##h.lowe | 4 | ||||
-rw-r--r-- | .gitconfig##h.luchs | 4 | ||||
-rw-r--r-- | .gitconfig##h.maus | 4 |
3 files changed, 9 insertions, 3 deletions
diff --git a/.gitconfig##h.lowe b/.gitconfig##h.lowe index e66c268..b4dea18 100644 --- a/.gitconfig##h.lowe +++ b/.gitconfig##h.lowe | |||
@@ -12,10 +12,12 @@ | |||
12 | ci = commit | 12 | ci = commit |
13 | st = status | 13 | st = status |
14 | br = branch | 14 | br = branch |
15 | hist = log --pretty=format:'%h %ad | %s%d [%an]' --graph --date=short | ||
16 | type = cat-file -t | 15 | type = cat-file -t |
17 | dump = cat-file -p | 16 | dump = cat-file -p |
18 | adog = log --all --decorate --oneline --graph | 17 | adog = log --all --decorate --oneline --graph |
18 | hist = log --pretty=format:'%h %ad | %s%d [%an]' --graph --date=short | ||
19 | sl = log --oneline --decorate -20 | ||
20 | sla = log --oneline --decorate --graph --all -20 | ||
19 | [credential] | 21 | [credential] |
20 | helper = cache --timeout=3600 | 22 | helper = cache --timeout=3600 |
21 | [color] | 23 | [color] |
diff --git a/.gitconfig##h.luchs b/.gitconfig##h.luchs index bd7343f..8f2fb6a 100644 --- a/.gitconfig##h.luchs +++ b/.gitconfig##h.luchs | |||
@@ -12,10 +12,12 @@ | |||
12 | ci = commit | 12 | ci = commit |
13 | st = status | 13 | st = status |
14 | br = branch | 14 | br = branch |
15 | hist = log --pretty=format:'%h %ad | %s%d [%an]' --graph --date=short | ||
16 | type = cat-file -t | 15 | type = cat-file -t |
17 | dump = cat-file -p | 16 | dump = cat-file -p |
18 | adog = log --all --decorate --oneline --graph | 17 | adog = log --all --decorate --oneline --graph |
18 | hist = log --pretty=format:'%h %ad | %s%d [%an]' --graph --date=short | ||
19 | sl = log --oneline --decorate -20 | ||
20 | sla = log --oneline --decorate --graph --all -20 | ||
19 | [credential] | 21 | [credential] |
20 | helper = cache --timeout=3600 | 22 | helper = cache --timeout=3600 |
21 | [color] | 23 | [color] |
diff --git a/.gitconfig##h.maus b/.gitconfig##h.maus index 76c9a91..16b69f4 100644 --- a/.gitconfig##h.maus +++ b/.gitconfig##h.maus | |||
@@ -12,10 +12,12 @@ | |||
12 | ci = commit | 12 | ci = commit |
13 | st = status | 13 | st = status |
14 | br = branch | 14 | br = branch |
15 | hist = log --pretty=format:'%h %ad | %s%d [%an]' --graph --date=short | ||
16 | type = cat-file -t | 15 | type = cat-file -t |
17 | dump = cat-file -p | 16 | dump = cat-file -p |
18 | adog = log --all --decorate --oneline --graph | 17 | adog = log --all --decorate --oneline --graph |
18 | hist = log --pretty=format:'%h %ad | %s%d [%an]' --graph --date=short | ||
19 | sl = log --oneline --decorate -20 | ||
20 | sla = log --oneline --decorate --graph --all -20 | ||
19 | [credential] | 21 | [credential] |
20 | helper = cache --timeout=3600 | 22 | helper = cache --timeout=3600 |
21 | [color] | 23 | [color] |