No description
Find a file
Falko Zurell d63f771787 patch for 4.2.3
Signed-off-by: Falko Zurell <falko.zurell@here.com>
2023-12-05 16:32:01 +01:00
character-limit-patch.patch patch for 4.2.3 2023-12-05 16:32:01 +01:00
README.md added some documentation about the workflow 2023-12-05 11:43:49 +01:00

mastodon-character-increase

mastodon char increase as documentated at https://write.as/sweetmeat/customize-mastodon-to-change-your-post-character-limit

Workflow:

  1. check out the mastodon original code
  2. check out the Tag your want to patch for (e.q. git checkout v.4.2.2)
  3. create a new branch from the tag: git checkout -b v4.2.2-maxChar500
  4. modify the files that need to be modified
  5. create the diff patch file: mastodon git:(v4.2.2-maxChar5000) git format-patch --stdout v4.2.2
  6. verify the patch and save into this repo: mastodon git:(v4.2.2-maxChar5000) git format-patch --stdout v4.2.2 > ../mastodon-character-increase/character-limit-patch.patch/v4.2.2-increase-character-limit-from-500-to-5000.patch