irc-announce: show diff/log range
This commit is contained in:
parent
678f0a872c
commit
f157040338
|
@ -167,8 +167,8 @@ let
|
|||
|
||||
message=''${message+$message
|
||||
}$(
|
||||
git log --format='%h %ar: %s ' $id..$id2
|
||||
git diff --stat $id..$id2
|
||||
git log --format='%h %ar: %s ' $id2..$id
|
||||
git diff --stat $id2..$id
|
||||
)
|
||||
|
||||
done
|
||||
|
|
Loading…
Reference in a new issue