On Sat, May 21, 2016 at 8:09 PM, Burkhard Lück <[email protected]> wrote: > Am Samstag, 21. Mai 2016, 13:29:36 CEST schrieb Ben Cooksley: >> Hi all, >> >> The following has now been setup: >> >> commits.kde.org/<repo>/<commit> -> view for that commit >> commits.kde.org/<repo> -> view for that repository >> >> In addition, the following parameters are supported: >> - branch: fairly self explanatory >> - path: to a file. If you wish to pass a directory, make sure it has a >> trailing slash. >> >> Examples: >> >> https://commits.kde.org/repo-management/2cce855af48ec3d3ffaf295f27d66212f2d1 >> 8f6e https://commits.kde.org/repo-management >> https://commits.kde.org/okular?branch=Applications/16.04 >> https://commits.kde.org/okular?path=CMakeLists.txt >> https://commits.kde.org/okular?path=cmake/ >> https://commits.kde.org/okular?branch=Applications/16.04&path=CMakeLists.txt >> https://commits.kde.org/okular?branch=Applications/16.04&path=cmake/ >> >> Note that where branch is not present, the determination of what >> branch to display from will be made by GitPHP / Quickgit, but will >> probably be the default branch 'master'. >> >> Where a branch alone is specified (no path) then Quickgit will display >> a listing of recent changes to that branch. >> A plain request will continue to direct users to the overview page for >> a repository. >> > > https://commits.kde.org/ should open the overview of all kde git repos > https://quickgit.kde.org, I want to use that for > https://git.reviewboard.kde.org/r/127820/ > > But does not work, with https://commits.kde.org/ I get > https://quickgit.kde.org/?p=.git > "Invalid project .git"
Not a use case I had necessarily thought of.... In any event, that redirect it was serving isn't correct, so i've fixed that, which leaves only a default fallback of the quickgit.kde.org index page, so it should work as expected now. > > -- > Burkhard Lück > Regards, Ben _______________________________________________ kde-doc-english mailing list [email protected] https://mail.kde.org/mailman/listinfo/kde-doc-english
