diff --git a/CONTRIBUTORS b/CONTRIBUTORS index de1b252..e407423 100644 --- a/CONTRIBUTORS +++ b/CONTRIBUTORS @@ -11,6 +11,7 @@ # Please keep the list sorted. Andrew Arnott +David Ducatel Geert van Horrik Wesley Eledui Marek FiĊĦera diff --git a/README.md b/README.md index 6147ad1..ad3cba1 100644 --- a/README.md +++ b/README.md @@ -70,6 +70,10 @@ When working with a repository using uncommon URL you can use placeholders to sp GitLink.exe -u "https://host/projects/catel/repos/catel/browse/{filename}?at={revision}&raw" +Or if you require URL encoded filename you can use `urlencoded_filename` token + + GitLink.exe -u "http://host/api/v4/projects/42/repository/files/{urlencoded_filename}/raw?ref={revision}" + The custom url will be used to fill the placeholders with the relative file path and the revision hash. ### Git repository location