diff options
| author | Adrian Holovaty <adrian@holovaty.com> | 2006-07-24 02:41:44 +0000 |
|---|---|---|
| committer | Adrian Holovaty <adrian@holovaty.com> | 2006-07-24 02:41:44 +0000 |
| commit | 91bf6e5765529bb7f0606a5b378f87a035baaeda (patch) | |
| tree | 40e70d82b75262647023dad804815b482cbcb1d9 /docs/contributing.txt | |
| parent | d43e6fc97ac139dc412d559facbfc4806536cedd (diff) | |
Added note to docs/contributing.txt about post-commit hook, for the curious
git-svn-id: http://code.djangoproject.com/svn/django/trunk@3437 bcc190cf-cafb-0310-a4f2-bffc1f526a37
Diffstat (limited to 'docs/contributing.txt')
| -rw-r--r-- | docs/contributing.txt | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/docs/contributing.txt b/docs/contributing.txt index d7552cdc7c..110dd21ba9 100644 --- a/docs/contributing.txt +++ b/docs/contributing.txt @@ -212,6 +212,10 @@ repository: first, then the "Fixed #abc." For example: "magic-removal: Fixed #123 -- Added whizbang feature." + For the curious: We're using a `Trac post-commit hook`_ for this. + + .. _Trac post-commit hook: http://trac.edgewall.org/browser/trunk/contrib/trac-post-commit-hook + * If your commit references a ticket in the Django `ticket tracker`_ but does *not* close the ticket, include the phrase "Refs #abc", where "abc" is the number of the ticket your commit references. We've rigged |
