nixpkgs/pkgs/applications/version-management/git-and-tools/print-update-ranges.patch
Marc Weber 829e0da0e5 topgit update
there is now a tg push command pushing branch and its base optionally
including all dependency

svn path=/nixpkgs/trunk/; revision=15328
2009-04-27 01:18:07 +00:00

14 lines
288 B
Diff

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