Thu, 25 Mar 2021 18:02:08 +0100 |
Raphaël Gomès |
contributor: change mentions of mpm to olivia
|
Fri, 06 Nov 2020 13:58:59 -0800 |
Gregory Szorc |
global: use python3 in shebangs
|
Thu, 14 Nov 2019 20:35:11 -0800 |
Gregory Szorc |
black: blacken scripts
|
Fri, 02 Feb 2018 10:13:42 -0800 |
Gregory Szorc |
check-commit: allow foo_bar naming in functions
|
Mon, 04 Feb 2019 09:31:19 -0800 |
Gregory Szorc |
check-commit: use raw string for regular expression
|
Fri, 14 Dec 2018 13:32:34 -0800 |
Martin von Zweigbergk |
check-commit: disallow capitalization only right after topic
|
Sun, 14 Oct 2018 15:40:16 +0200 |
Martijn Pieters |
style: drop requirement to only use single lines between top-level objects
|
Wed, 18 Jan 2017 23:34:35 -0500 |
Augie Fackler |
contrib: fix check-commit to not reject commits from `hg sign` and `hg tag`
stable
|
Wed, 05 Oct 2016 15:28:34 +0200 |
Mathias De Maré |
check-commit: allow underscore as commit topic
|
Fri, 05 Aug 2016 17:27:51 -0400 |
Augie Fackler |
check-commit: allow underbars in cffi_-prefix function names
|
Fri, 13 May 2016 02:13:14 +0530 |
Pulkit Goyal |
py3: make contrib/check-commit use print_function
|
Fri, 13 May 2016 02:11:57 +0530 |
Pulkit Goyal |
py3: make contrib/check-commit use absolute_import
|
Wed, 10 Feb 2016 22:44:28 +0900 |
FUJIWARA Katsunori |
check-commit: omit whitespace
|
Wed, 10 Feb 2016 22:44:28 +0900 |
FUJIWARA Katsunori |
check-commit: wrap too long line
|
Fri, 05 Feb 2016 16:54:01 -0600 |
Matt Mackall |
check-commit: check for double-addition of blank lines
|
Fri, 05 Feb 2016 16:52:02 -0600 |
Matt Mackall |
check-commit: scan for multiple instances of error patterns
|
Tue, 12 Jan 2016 08:34:38 +0000 |
timeless |
check-commit: sort errors by line number
|
Tue, 12 Jan 2016 08:50:15 +0000 |
timeless |
check-commit: try to fix multiline handling
|
Thu, 07 Jan 2016 01:28:59 +0000 |
timeless |
check-commit: support REVs as commandline arguments
|
Thu, 07 Jan 2016 00:55:45 +0000 |
timeless |
check-commit: modularize
|
Thu, 07 Jan 2016 03:58:40 +0000 |
timeless |
check-commit: fix summary length regexp
|
Thu, 10 Dec 2015 12:56:23 -0600 |
Matt Mackall |
check-commit: try to curb bad commit summary keywords
|
Fri, 06 Nov 2015 17:27:42 -0500 |
Pierre-Yves David |
check-commit: remove confusion between summary line and other headers
|
Wed, 30 Sep 2015 15:43:49 -0500 |
Matt Mackall |
urls: bulk-change primary website URLs
|
Sun, 21 Jun 2015 15:18:49 +0900 |
Yuya Nishihara |
check-commit: catch both patterns of double empty lines
|
Sun, 31 May 2015 17:41:35 -0700 |
Gregory Szorc |
check-commit: make foo_bar naming regexp less greedy
|
Mon, 18 May 2015 11:36:33 -0400 |
Augie Fackler |
check-commit: print limit when user has a too-long summary
|
Sun, 12 Apr 2015 14:54:53 -0400 |
Pierre-Yves David |
check-commit: be more picky about detection of wrong bug tag
|
Thu, 05 Feb 2015 14:09:08 -0800 |
Eric Sumner |
check-commit: check capitalization in summary lines
|
Thu, 07 Aug 2014 14:57:20 -0500 |
Matt Mackall |
check-commit: spot growing whitespace
|
Wed, 06 Aug 2014 02:45:55 -0500 |
Matt Mackall |
contrib: add check-commit hook script to sanity-check commits
|