git: Sort branch by committerdate
This commit is contained in:
parent
3f5b09dd7d
commit
d1ab3d43d6
1 changed files with 2 additions and 0 deletions
|
@ -9,6 +9,8 @@
|
|||
--format='%(HEAD) %(color:bold green)%(committerdate:relative)%(color:reset)|%(color:yellow)%(refname:short)%(color:reset)|%(subject)' \
|
||||
| head -n ${1:-15} | column -ts'|'; }; \
|
||||
rb"
|
||||
[branch]
|
||||
sort = -committerdate
|
||||
[blame]
|
||||
# Mark any lines that have had a commit skipped using --ignore-rev with a `?`
|
||||
markIgnoredLines = true
|
||||
|
|
Loading…
Reference in a new issue