From: "Anton Wuerfel" <anton.wuerfel@fau.de>
To: git@vger.kernel.org
Cc: anton.wuerfel@fau.de, i4passt@cs.fau.de, phillip.raffeck@fau.de
Subject: libcurl dependency for implementing RFC3161 timestamps
Date: Wed, 9 Mar 2016 12:24:22 +0100 [thread overview]
Message-ID: <59de05c280143e7dd3ead6139df7a525.squirrel@faumail.uni-erlangen.de> (raw)
In-Reply-To: <e57d18f6010c0b581b38a3daef145221.squirrel@faumail.uni-erlangen.de>
Hello,
for implementing RFC3161 timestamps in git tag, HTTP POST requests have to
be sent via libcurl. We already changed http.c to our needs.
Is there any best-practice how to introduce this libcurl dependency? There
are several options:
-As git tag is a builtin part of the main git executable, introduce a
libcurl dependency for the main executable (maybe not best-practice).
-Move git tag to a separate git-tag binary and introduce a libcurl
dependency to this new submodule.
-Create an own submodule like git-http-timestamp with a libcurl dependency
and call it from git tag and from other places where timestamp signatures
are needed.
Regards,
Phillip Raffeck
Anton Wuerfel
next parent reply other threads:[~2016-03-09 11:24 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
[not found] <e57d18f6010c0b581b38a3daef145221.squirrel@faumail.uni-erlangen.de>
2016-03-09 11:24 ` Anton Wuerfel [this message]
2016-03-09 11:41 ` libcurl dependency for implementing RFC3161 timestamps Duy Nguyen
2016-03-09 13:04 ` Randall S. Becker
2016-03-09 18:53 ` Junio C Hamano
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=59de05c280143e7dd3ead6139df7a525.squirrel@faumail.uni-erlangen.de \
--to=anton.wuerfel@fau.de \
--cc=git@vger.kernel.org \
--cc=i4passt@cs.fau.de \
--cc=phillip.raffeck@fau.de \
/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).