From 59bf04abaf93f5b63165343c0631d8d611ff53f2 Mon Sep 17 00:00:00 2001 From: Erich Eckner Date: Fri, 29 May 2020 10:26:17 +0200 Subject: update README --- README | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'README') 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 -- cgit v1.2.3