From: Brian Hetro <whee@smaertness.net>
To: git@vger.kernel.org
Cc: gitster@pobox.com, Brian Hetro <whee@smaertness.net>
Subject: [PATCH 0/5] git_config_string janitorial conversions.
Date: Sat, 5 Jul 2008 01:24:39 -0400 [thread overview]
Message-ID: <cover.1215234749.git.whee@smaertness.net> (raw)
These patches are related to the git_config_string "janitorial" work.
There may be more cleanup possible, but these are the straightforward
changes.
Brian Hetro (5):
builtin-commit.c: Use 'git_config_string' to get 'commit.template'
builtin-log.c: Use 'git_config_string' to get 'format.subjectprefix'
and 'format.suffix'
convert.c: Use 'git_config_string' to get 'smudge' and 'clean'
diff.c: Use 'git_config_string' to get 'diff.external'
http.c: Use 'git_config_string' to clean up SSL config.
builtin-commit.c | 11 ++++-------
builtin-log.c | 16 ++++------------
convert.c | 25 +++++++++----------------
diff.c | 8 ++------
http.c | 36 ++++++++++++------------------------
5 files changed, 31 insertions(+), 65 deletions(-)
next reply other threads:[~2008-07-05 5:26 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2008-07-05 5:24 Brian Hetro [this message]
2008-07-05 5:24 ` [PATCH 1/5] builtin-commit.c: Use 'git_config_string' to get 'commit.template' Brian Hetro
2008-07-05 5:24 ` [PATCH 2/5] builtin-log.c: Use 'git_config_string' to get 'format.subjectprefix' and 'format.suffix' Brian Hetro
2008-07-05 5:24 ` [PATCH 3/5] convert.c: Use 'git_config_string' to get 'smudge' and 'clean' Brian Hetro
2008-07-05 5:24 ` [PATCH 4/5] diff.c: Use 'git_config_string' to get 'diff.external' Brian Hetro
2008-07-05 5:24 ` [PATCH 5/5] http.c: Use 'git_config_string' to clean up SSL config Brian Hetro
2008-07-06 3:47 ` [PATCH 0/5] git_config_string janitorial conversions Christian Couder
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=cover.1215234749.git.whee@smaertness.net \
--to=whee@smaertness.net \
--cc=git@vger.kernel.org \
--cc=gitster@pobox.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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.