Re: [COMMITTERS] pgsql: Remove more SGML tabs.
Magnus Hagander <magnus@hagander.net>
From: Magnus Hagander <magnus@hagander.net>
To: David Fetter <david@fetter.org>
Cc: PG Hackers <pgsql-hackers@postgresql.org>,
Bruce Momjian <bruce@momjian.us>
Date: 2011-02-09T16:14:20Z
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 Feb 9, 2011 5:01 PM, "David Fetter" <david@fetter.org> wrote: > > On Wed, Feb 09, 2011 at 01:17:06PM +0000, Bruce Momjian wrote: > > Remove more SGML tabs. > > Perhaps we should see about putting something in .git/hooks/pre-commit > so people can focus on more substantive matters. > > Is there some kind of cross-platform way to do this? I'm thinking > that given the fact that our build system already requires Perl, there > should be, but I'm not quite sure how this would be accomplished. If you can write a reliable perl script for this, we can run it like pgindent. No need to complicate it with hooks. /Magnus