diff options
Diffstat (limited to '.gitconfig##h.luchs')
-rw-r--r-- | .gitconfig##h.luchs | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/.gitconfig##h.luchs b/.gitconfig##h.luchs index bd7343f..5ad9aeb 100644 --- a/.gitconfig##h.luchs +++ b/.gitconfig##h.luchs | |||
@@ -12,10 +12,13 @@ | |||
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 | ||
21 | branches = for-each-ref --sort=-committerdate --format=\"%(color:blue)%(authordate:relative)\t%(color:red)%(authorname)\t%(color:white)%(color:bold)%(refname:short)\" refs/remotes | ||
19 | [credential] | 22 | [credential] |
20 | helper = cache --timeout=3600 | 23 | helper = cache --timeout=3600 |
21 | [color] | 24 | [color] |