git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Dmitry Ivankov <divanorama@gmail.com>
To: git@vger.kernel.org
Cc: Jonathan Nieder <jrnieder@gmail.com>,
	David Barr <davidbarr@google.com>,
	Dmitry Ivankov <divanorama@gmail.com>
Subject: [PATCH v3 0/2] Reduce parse-options.o dependencies
Date: Thu, 11 Aug 2011 15:15:36 +0600	[thread overview]
Message-ID: <1313054138-30885-1-git-send-email-divanorama@gmail.com> (raw)

This is a reroll of [1]. The main purpose is to make parse-options.o more
self-contained so that it at least doesn't pull any extlibs. Immediate usage
is for stuff in contrib (svn-fe). Distant application is that some day we could
publish this small library separately.

Mostly no changes since [1], just commit message line wrapping, fixup for a
Makefile typo and rebase on top of master (new parse_opt_string_list moved to
parse-options-cb.c too).

[1] http://thread.gmane.org/gmane.comp.version-control.git/176318/focus=176574

Dmitry Ivankov (2):
  parse-options: export opterr, optbug
  Reduce parse-options.o dependencies

 Makefile           |    3 +-
 abspath.c          |   28 ++++++++++++
 parse-options-cb.c |  125 ++++++++++++++++++++++++++++++++++++++++++++++++++++
 parse-options.c    |  125 +---------------------------------------------------
 parse-options.h    |    2 +
 setup.c            |   28 ------------
 6 files changed, 159 insertions(+), 152 deletions(-)
 create mode 100644 parse-options-cb.c

-- 
1.7.3.4

             reply	other threads:[~2011-08-11  9:15 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-08-11  9:15 Dmitry Ivankov [this message]
2011-08-11  9:15 ` [PATCH v3 1/2] parse-options: export opterr, optbug Dmitry Ivankov
2011-08-11 10:42   ` Jonathan Nieder
2011-08-11  9:15 ` [PATCH v3 2/2] Reduce parse-options.o dependencies Dmitry Ivankov
2011-08-11 11:04   ` Jonathan Nieder
2011-08-11 23:35     ` 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=1313054138-30885-1-git-send-email-divanorama@gmail.com \
    --to=divanorama@gmail.com \
    --cc=davidbarr@google.com \
    --cc=git@vger.kernel.org \
    --cc=jrnieder@gmail.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).