aboutsummaryrefslogtreecommitdiffstats
path: root/code-review-stat
blob: a3ca47273ef166a67c1943da477c6560431cc2e7 (plain)
1
2
3
4
5
6
7
#!/bin/sh

SCRIPT="$(dirname "$0")"
source "$SCRIPT/code-review-database"


git diff --stat "$(get_merge_base)"