mirror of
https://source.perfectable.org/nivertius/git-rc.git
synced 2025-07-01 19:45:52 +02:00
Add aliases for current place in graph and outgoing commits
This commit is contained in:
parent
8104140212
commit
0b7a0bd024
1 changed files with 2 additions and 0 deletions
|
@ -35,6 +35,8 @@
|
|||
diffdir = difftool --dir-diff
|
||||
graph = log --graph --date-order --format=format:'%C(yellow)%h%C(reset) %s %C(cyan)%an%C(reset) %C(green)(%ad)%C(reset) %C(auto)%d%C(reset)'
|
||||
last = log --walk-reflogs --date=relative --format=format:'%C(yellow)%h%C(reset) %C(white)%gd%C(reset) %gs %C(green)(%ar)%C(reset) %C(auto)%d%C(reset)'
|
||||
where = log --graph --date-order --format=format:'%C(yellow)%h%C(reset) %s %C(cyan)%an%C(reset) %C(green)(%ad)%C(reset) %C(auto)%d%C(reset)' --max-count=7
|
||||
outgoing = log --graph --date-order --format=format:'%C(yellow)%h%C(reset) %s %C(cyan)%an%C(reset) %C(green)(%ad)%C(reset) %C(auto)%d%C(reset)' @{u}..HEAD
|
||||
[diff]
|
||||
compactionHeuristic = true
|
||||
indentHeuristic = true
|
||||
|
|
Loading…
Add table
Reference in a new issue