Skip to content

TheKinrar/mastodon-patches

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

mastodon-patches

Patches to the Mastodon source code

Applying and reversing patches

Download the patch then save it somewhere.
Then, in the mastodon directory (e.g. /srv/mastodon/live):

git apply /path/to/the_patch_file.patch will apply a patch, and
git apply -R /path/to/the_patch_file.patch will reverse it.

About

Patches to the Mastodon source code

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published