Add branch-only treeview as 'logtree'
dblume

dblume commited on 2022-12-21 23:02:56
Showing 1 changed files, with 1 additions and 0 deletions.

... ...
@@ -17,6 +17,7 @@
17 17
 [alias]
18 18
 	log1 = log --graph --abbrev-commit --decorate --date=short --format=format:'%C(bold blue)%h%C(reset) %C(bold green)%ad%C(reset) %C(white)%s%C(reset) %C(dim white)%an%C(reset)%C(bold yellow)%d%C(reset)' --all
19 19
 	log2 = log --graph --abbrev-commit --decorate --date short --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
20
+	logtree = log --graph --simplify-by-decoration --pretty=format:'%d' --all
20 21
 [pull]
21 22
 	rebase = false
22 23
 [init]
23 24