summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--README7
1 files changed, 4 insertions, 3 deletions
diff --git a/README b/README
index 9348b94..b21725b 100644
--- a/README
+++ b/README
@@ -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