Junio C Hamano wrote: > "Franck Bui-Huu" <vagabon.xyz@xxxxxxxxx> writes: >> These alias would be internal to git (always defined) > > You _could_ work things around by building special cases into > the system, but I would rather avoid doing that unless > necessary. > yes that was not a great idea... > Is there a reason that "git-upload-archive --format=tar" is not > desirable at this point of the code? > My first intention was to enable/disable specific archive format through daemon service. But we could in an other way: send a "git-upload-archive --format=tar" request then in upload-archive check that git-upload-tar service is enabled. This service would exist even if git-upload-tar is not a valid command. But Rene thinks that part should be in git-upload-archive. I dunno what is the best direction. I have used git-daemon service because the service infrastucture already allow us to achieve that. I'm sorry to not make things faster. I'm new to git internals and unfortunately I'm busy to do some other (crap) things. I'll send a new patchset this morning and I'll sum up what's done and what we still need to do. Thanks Franck - 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