|
|
|
|
|
by blacksqr
1005 days ago
|
|
Fossil provides a mechanism called "shunning" for removing content from a repository. Every Fossil repository maintains a list of the hash names of "shunned" artifacts. Fossil will refuse to push or pull any shunned artifact. Furthermore, all shunned artifacts (but not the shunning list itself) are removed from the repository whenever the repository is reconstructed using the "rebuild" command. https://fossil-scm.org/home/doc/trunk/www/shunning.wiki |
|