irc-announce: reverse git log
This commit is contained in:
parent
22b430f1b4
commit
c88a7d3be5
@ -172,7 +172,10 @@ let
|
||||
orange() { printf '\x0307,99%s\x0F' "$1"; }
|
||||
gray() { printf '\x0314,99%s\x0F' "$1"; }
|
||||
|
||||
git log --format="$(orange %h) %s $(gray '(%ar)')" $id2..$id
|
||||
git log \
|
||||
--format="$(orange %h) %s $(gray '(%ar)')" \
|
||||
--reverse \
|
||||
$id2..$id
|
||||
|
||||
git diff --stat $id2..$id \
|
||||
| sed '
|
||||
|
Loading…
Reference in New Issue
Block a user