From: Johannes Schindelin <Johannes.Schindelin@gmx.de>
To: mkraai@beckman.com
Cc: git@vger.kernel.org
Subject: Re: Missing strptime
Date: Tue, 25 Sep 2007 01:30:30 +0100 (BST) [thread overview]
Message-ID: <Pine.LNX.4.64.0709250127170.28395@racer.site> (raw)
In-Reply-To: <OF8EBEA0A7.5425E9EA-ON88257360.00812AEA-88257360.00819919@beckman.com>
Hi,
On Mon, 24 Sep 2007, mkraai@beckman.com wrote:
> I'm porting Git to QNX.
That's nice!
> Its C library doesn't provide strptime, so I'd was planning to use the
> Gnulib implementation. Is that OK? If so, should I try to leave it as
> close to upstream's version as possible or should I remove all of the
> unneeded cruft? If not, is there an alternative implementation I should
> use?
The only user for strptime is convert-objects, a program that should
probably move to contrib/ anyway. It was used once, a long time ago, to
convert from the old format, which hashed the compressed contents, to the
current format, which hashes the contents _before_ compression.
AFAIAC if a similar need should arise, the better alternative would be to
write git-fast-export, a tool which dumps the contents of a repository
suitable to pipe into git-fast-import.
FWIW in mingw.git, we disabled convert-objects already a long time ago.
Ciao,
Dscho
next prev parent reply other threads:[~2007-09-25 0:31 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2007-09-24 23:35 Missing strptime mkraai
2007-09-25 0:30 ` Johannes Schindelin [this message]
2007-09-25 0:52 ` Linus Torvalds
2007-09-25 1:03 ` Johannes Schindelin
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=Pine.LNX.4.64.0709250127170.28395@racer.site \
--to=johannes.schindelin@gmx.de \
--cc=git@vger.kernel.org \
--cc=mkraai@beckman.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).