diff options
Diffstat (limited to 'README')
-rw-r--r-- | README | 7 |
1 files changed, 4 insertions, 3 deletions
@@ -12,8 +12,9 @@ Use: access on the webserver: - to schedule for cloning - ?r=base64_encode(https://url.to/upstream/repository.git) + ?t=git/hg&r=base64_encode(https://url.to/upstream/repository.git) - to retrieve tar ball: - ?r=base64_encode(https://url.to/upstream/repository.git)&tag=base64_encode(tag) - ?r=base64_encode(https://url.to/upstream/repository.git)&commit=hash + ?t=git/hg&r=base64_encode(https://url.to/upstream/repository.git)&tag=base64_encode(tag) + ?t=git/hg&r=base64_encode(https://url.to/upstream/repository.git)&commit=hash + ?t=git&r=base64_encode(https://url.to/upstream/repository.git)&commit=hash&valid_keys=fp1,fp2,fp3 |