xaizek / rocketgit (License: AGPLv3+) (since 2018-12-09)
Light and fast Git hosting solution suitable to serve both as a hub or as a personal code storage with its tickets, pull requests, API and much more.
Commit c9b665244da3eda234b6d58ea89014eec2ef9684

Inform robots to ignore raw URLs in tags
Raw data isn't useful for search engines as it duplicates non-raw
things, previous change addressed only data in branches.
Author: xaizek
Author date (UTC): 2019-07-20 16:11
Committer name: xaizek
Committer date (UTC): 2019-07-20 16:11
Parent(s): a8b0d79c365ed6f9eb4445ed0be0f7918978616c
Signing key: 99DC5E4DB05F6BE2
Tree: 78218fee4c7b192eff00e991e32a99a94844b39a
File Lines added Lines deleted
root/robots.txt 1 0
File root/robots.txt changed (mode: 100644) (index 03d5baa..ef4ece5)
... ... Disallow: /nonexisting
4 4 Disallow: /op/logout Disallow: /op/logout
5 5 Disallow: /*?* Disallow: /*?*
6 6 Disallow: /user/*/*/source/tree/branch/*/raw/ Disallow: /user/*/*/source/tree/branch/*/raw/
7 Disallow: /user/*/*/source/tree/tag/*/raw/
7 8 Disallow: /user/*/*/history Disallow: /user/*/*/history
Hints

Before first commit, do not forget to setup your git environment:
git config --global user.name "your_name_here"
git config --global user.email "your@email_here"

Clone this repository using HTTP(S):
git clone https://code.reversed.top/user/xaizek/rocketgit

Clone this repository using ssh (do not forget to upload a key first):
git clone ssh://rocketgit@code.reversed.top/user/xaizek/rocketgit

You are allowed to anonymously push to this repository.
This means that your pushed commits will automatically be transformed into a pull request:
... clone the repository ...
... make some changes and some commits ...
git push origin master