From: Andrew Price <anprice@redhat.com>
To: cluster-devel.redhat.com
Subject: [Cluster-devel] GFS2: Add structure to contain rgrp, bitmap, offset tuple
Date: Fri, 03 Aug 2012 16:06:19 +0100 [thread overview]
Message-ID: <501BE8EB.4070302@redhat.com> (raw)
In-Reply-To: <1344003030.2712.17.camel@menhir>
On 08/03/2012 03:10 PM, Steven Whitehouse wrote:
> Looks like there is a space there in my git tree. I'll fix that in the
> next patch. I wonder why git didn't warn me....
By default git only warns about trailing whitespace when you're applying
a patch. If you do:
$ cp .git/hooks/pre-commit.sample .git/hooks/pre-commit
Then it'll warn on commit, too:
$ git commit -a
gfs2/mkfs/main_mkfs.c:209: trailing whitespace.
+ strncpy(sdp->device_name, argv[optind++], PATH_MAX - 1);
Andy
prev parent reply other threads:[~2012-08-03 15:06 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2012-07-31 14:43 [Cluster-devel] GFS2: Add structure to contain rgrp, bitmap, offset tuple Steven Whitehouse
2012-08-03 14:08 ` Bob Peterson
2012-08-03 14:10 ` Steven Whitehouse
2012-08-03 15:06 ` Andrew Price [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=501BE8EB.4070302@redhat.com \
--to=anprice@redhat.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).