787d4722f2284d136d45299bd2e3107a92f77ac3
galt
  Tue Jun 15 01:39:42 2010 -0700
tags are global so do not get automatic origin/ prefix
diff --git git-reports.c git-reports.c
index db0736e..40f9d63 100644
--- git-reports.c
+++ git-reports.c
@@ -100,7 +100,7 @@
 {
 int numCommits = 0;
 safef(gitCmd,sizeof(gitCmd), ""
-"git log origin/%s..origin/%s --name-status > commits.tmp"
+"git log %s..%s --name-status > commits.tmp"
 , startTag, endTag);
 runShell(gitCmd);
 struct lineFile *lf = lineFileOpen("commits.tmp", TRUE);