When doing a short clone, like travis does, git can't tell if the
oldest commit is a merge of not. Just allow either commit message
format for all commits, and rely on reviewers and common sense to not
name normal commits "Merge.*"
Fix#6051
Regexp didn't actually restrict it, found by @iphydf.
Verification now treats commit & merge messages differently, since as
pointed out by @initramfs treating them the same could result in marking
as valid a non-merge commit that starts with `Merge`.
`s/Pls/Please/` as requested by @initramfs.
Also require a space between `Merge` word and rest of the commit
message.
initramfs (3):
chore: rewrite all links to the qTox repository from tux3 to qTox
chore: rewrite forgotten tux3 link to qTox
docs(INSTALL.md): remove unnecessary backticks in qTox URL
- Add /usr/local to the search paths for includes and libs.
- Build toxcore before updating homebrew. Updating homebrew somehow breaks the
toxcore build.