nixpkgs/pkgs/applications/version-management/git-and-tools/print-update-ranges.patch

14 lines
288 B
Diff
Raw Normal View History

diff --git a/tg.sh b/tg.sh
index 0804f73..ee5f67a 100644
--- a/tg.sh
+++ b/tg.sh
@@ -92,7 +92,7 @@ measure_branch()
else
_suffix="commit"
fi
- echo "$_commits/$_nmcommits $_suffix"
+ echo "$_commits/$_nmcommits $_suffix, git log "$_base".."$_bname" "
}
# branch_contains B1 B2