1
0
mirror of https://github.com/qTox/qTox.git synced 2024-03-22 14:00:36 +08:00
Commit Graph

10 Commits

Author SHA1 Message Date
Anthony Bilinski
40989e54d8
chore(ci): don't use git --no-merges for git commit message checking
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
2020-04-13 02:26:36 -07:00
jenli669
04a9bc46f4
docs(copyright): update and add copyright info
zealously updates and adds qTox copyright information.

Fixes #5713
2019-06-28 01:18:26 +02:00
Zetok Zalbavar
e4398c7894
chore: actually restrict length the first line of Merge* commits
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.
2016-08-12 10:32:34 +01:00
Zetok Zalbavar
05db561616
chore: relax commit message verification rules for Merge* commits
Now almost anything goes for `Merge` commits – the only requirement is
having at least one character after `Merge`, and up to 70 characters.
2016-08-10 20:06:25 +01:00
Zetok Zalbavar
34aa9051e3
chore: limit scope of commit messages to dozen characters 2016-08-04 20:08:37 +01:00
Zetok Zalbavar
0da1a2fd8b
Merge pull request #3585
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
2016-08-04 11:20:23 +01:00
initramfs
b7aa982a57
chore: rewrite all links to the qTox repository from tux3 to qTox 2016-08-04 06:25:50 +08:00
iphydf
07ac196326
chore: Fix Mac OS X build.
- Add /usr/local to the search paths for includes and libs.
- Build toxcore before updating homebrew. Updating homebrew somehow breaks the
  toxcore build.
2016-08-03 22:46:37 +01:00
Zetok Zalbavar
5b7002a846
chore(travis): make commit message verification script ignore merges
Provided that merge commit message uses same format as `merge-pr.sh`
script.
2016-04-14 22:08:56 +01:00
Zetok Zalbavar
abcfbe9f92
chore(travis): verify conformance to commit message format
Added script that can be used to verify correctness of commit messages
in given range.
2016-04-14 10:09:07 +01:00