mirror of
https://source.perfectable.org/nivertius/git-rc.git
synced 2025-07-02 05:25:38 +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
|
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)'
|
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)'
|
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]
|
[diff]
|
||||||
compactionHeuristic = true
|
compactionHeuristic = true
|
||||||
indentHeuristic = true
|
indentHeuristic = true
|
||||||
|
|
Loading…
Add table
Reference in a new issue