Am 07.07.2011 13:43, schrieb Erik Faye-Lund: > - if (!enter_repo(buf, 0)) > - die("'%s' does not appear to be a git repository", buf); > - > /* put received options in sent_argv[] */ > sent_argc = 1; > - sent_argv[0] = "git-upload-archive"; > + sent_argv[0] = "archive"; Is git-archive a valid replacement of enter_repo() followed by git-upload-archive? -- Hannes -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html