From: Johannes Schindelin <Johannes.Schindelin@gmx.de>
To: "Shawn O. Pearce" <spearce@spearce.org>
Cc: Junio C Hamano <gitster@pobox.com>,
git@vger.kernel.org,
Ian Clatworthy <ian.clatworthy@internode.on.net>
Subject: Re: [PATCH] Correct fast-export file mode strings to match fast-import standard
Date: Tue, 26 Feb 2008 00:54:39 +0000 (GMT) [thread overview]
Message-ID: <alpine.DEB.1.00.0802260054000.3322@eeepc-johanness> (raw)
In-Reply-To: <20080225035728.GA26302@spearce.org>
Hi,
On Sun, 24 Feb 2008, Shawn O. Pearce wrote:
> The fast-import file format does not expect leading '0' in front
> of a file mode; that is we want '100644' and '0100644'.
s/and/& not/
> - printf("M 0%06o :%d %s\n", spec->mode,
> + printf("M %06o :%d %s\n", spec->mode,
Definitely embarassing.
Thanks,
Dscho
prev parent reply other threads:[~2008-02-26 0:55 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2008-02-25 3:57 [PATCH] Correct fast-export file mode strings to match fast-import standard Shawn O. Pearce
2008-02-26 0:54 ` Johannes Schindelin [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=alpine.DEB.1.00.0802260054000.3322@eeepc-johanness \
--to=johannes.schindelin@gmx.de \
--cc=git@vger.kernel.org \
--cc=gitster@pobox.com \
--cc=ian.clatworthy@internode.on.net \
--cc=spearce@spearce.org \
/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