Suggested-by: Junio C Hamano <[email protected]>
Signed-off-by: Felipe Contreras <[email protected]>
---
contrib/cc-cmd/git-cc-cmd | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/contrib/cc-cmd/git-cc-cmd b/contrib/cc-cmd/git-cc-cmd
index 9a2d2fd..02841c4 100755
--- a/contrib/cc-cmd/git-cc-cmd
+++ b/contrib/cc-cmd/git-cc-cmd
@@ -125,7 +125,7 @@ class Commits
end
def get_blame(source, start, offset, from)
- return unless source
+ return unless source and offset
File.popen(['git', 'blame', '--incremental', '-C',
'-L', '%u,+%u' % [start, offset],
'--since', $since, from + '^',
--
1.8.2.1.790.g4588561
--
To unsubscribe from this list: send the line "unsubscribe git" in
the body of a message to [email protected]
More majordomo info at http://vger.kernel.org/majordomo-info.html