summaryrefslogtreecommitdiff
path: root/builtin-blame.c
diff options
context:
space:
mode:
authorJunio C Hamano <junkio@cox.net>2006-11-29 12:16:55 -0800
committerJunio C Hamano <junkio@cox.net>2006-11-29 12:16:55 -0800
commitaed450925184a41adbe66bdaaefc9bf76fbfdecd (patch)
treec6c9a7c6e8d3de68f173d62af94e09f17b0a73a0 /builtin-blame.c
parentdf6b7bfb719622af05f62656ea25435538c82e19 (diff)
parenteb07fd59acae0f043b9fac2a8a1cb427036c6f71 (diff)
downloadgit-aed450925184a41adbe66bdaaefc9bf76fbfdecd.tar.gz
Merge branch 'maint'
* branch 'maint': Document git-repo-config --bool/--int options. tutorial: talk about user.name early and don't start with commit -a git-blame: fix rev parameter handling.
Diffstat (limited to 'builtin-blame.c')
-rw-r--r--builtin-blame.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/builtin-blame.c b/builtin-blame.c
index 53fed4501a..dc3ffeaff8 100644
--- a/builtin-blame.c
+++ b/builtin-blame.c
@@ -1787,6 +1787,7 @@ int cmd_blame(int argc, const char **argv, const char *prefix)
/* Now we got rev and path. We do not want the path pruning
* but we may want "bottom" processing.
*/
+ argv[unk++] = "--"; /* terminate the rev name */
argv[unk] = NULL;
init_revisions(&revs, NULL);