mirror of
https://forge.katzen.cafe/schrottkatze/nix-configs.git
synced 2024-11-22 13:24:40 +01:00
fix glog command
This commit is contained in:
parent
efe7614539
commit
9057c3600f
|
@ -803,7 +803,7 @@ def glog [
|
||||||
] {
|
] {
|
||||||
git log --pretty=%h»¦«%s»¦«%aN»¦«%aE»¦«%aD -n $amount
|
git log --pretty=%h»¦«%s»¦«%aN»¦«%aE»¦«%aD -n $amount
|
||||||
| lines
|
| lines
|
||||||
| split column "»¦«u commit subject name email date"
|
| split column "»¦«" commit subject name email date
|
||||||
}
|
}
|
||||||
|
|
||||||
def typed [
|
def typed [
|
||||||
|
|
Loading…
Reference in a new issue