Re: [PATCH 06/13] btrfs-show-super.c

2013-01-23 Thread David Sterba
On Tue, Jan 22, 2013 at 01:00:56PM -0500, Gene Czarcinski wrote: > The patch which created btrfs-show-super.c had an extra line at the end and > I got annoyed at git-am complaining about it. This first patch fixes that. > This should have been a separate commit. No need to send separate patches f

Re: [PATCH 06/13] btrfs-show-super.c

2013-01-22 Thread Gene Czarcinski
On 01/21/2013 11:46 AM, David Sterba wrote: On Sun, Jan 20, 2013 at 04:04:11PM -0500, Gene Czarcinski wrote: remove extra blank line at EOF The patch contents and description do not match. First of all, this patch should have been 2 separate patches. Too late to fix that. The patch which cre

Re: [PATCH 06/13] btrfs-show-super.c

2013-01-21 Thread David Sterba
On Sun, Jan 20, 2013 at 04:04:11PM -0500, Gene Czarcinski wrote: > remove extra blank line at EOF The patch contents and description do not match. > --- a/man/Makefile > +++ b/man/Makefile > @@ -1,4 +1,4 @@ > -GZIP=gzip > +GZIPCMD=gzip I'm not sure if this change is needed, does it stick to some

[PATCH 06/13] btrfs-show-super.c

2013-01-20 Thread Gene Czarcinski
remove extra blank line at EOF Signed-off-by: Gene Czarcinski --- btrfs-show-super.c | 1 - man/Makefile | 14 +++--- 2 files changed, 7 insertions(+), 8 deletions(-) diff --git a/btrfs-show-super.c b/btrfs-show-super.c index a9e2524..7c66d84 100644 --- a/btrfs-show-super.c +++ b/