Re: [COMMITTERS] pgsql: Remove more SGML tabs.
Peter Eisentraut <peter_e@gmx.net>
From: Peter Eisentraut <peter_e@gmx.net>
To: David Fetter <david@fetter.org>
Cc: Bruce Momjian <bruce@momjian.us>,
PG Hackers <pgsql-hackers@postgresql.org>
Date: 2011-02-10T19:16:09Z
Lists: pgsql-hackers
Commits
Same data as JSON:
GET /api/v1/messages/:b64id/commits
the thread's linked commits as JSON, with link sources.
API reference →
-
Remove more SGML tabs.
- 70802e0dbef0 9.1.0 cited
On tor, 2011-02-10 at 10:40 -0800, David Fetter wrote: > I think all such checks belong in .git/hooks/pre-commit, and need to > be as cross-platform as needed for committers. Would a *n*x-based > version do for a start? I think as a matter of principle, the only things that belongs into git hooks are things that relate to the repository itself, such as commit metadata (author checks, commit message spell checks, etc.). Anything that relates to the source belongs into the source.