git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/5] git_config_string janitorial conversions.
@ 2008-07-05  5:24 Brian Hetro
  2008-07-05  5:24 ` [PATCH 1/5] builtin-commit.c: Use 'git_config_string' to get 'commit.template' Brian Hetro
  2008-07-06  3:47 ` [PATCH 0/5] git_config_string janitorial conversions Christian Couder
  0 siblings, 2 replies; 7+ messages in thread
From: Brian Hetro @ 2008-07-05  5:24 UTC (permalink / raw)
  To: git; +Cc: gitster, Brian Hetro

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(-)

^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2008-07-06  3:44 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-07-05  5:24 [PATCH 0/5] git_config_string janitorial conversions Brian Hetro
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

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).