git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/3] Rename make_*_path with clearer names
@ 2011-03-16 16:06 Carlos Martín Nieto
  2011-03-16 16:06 ` [PATCH 1/3] make_absolute_path: return the input path if it points to our buffer Carlos Martín Nieto
                   ` (3 more replies)
  0 siblings, 4 replies; 10+ messages in thread
From: Carlos Martín Nieto @ 2011-03-16 16:06 UTC (permalink / raw)
  To: git; +Cc: Nguyen Thai Ngoc Duy, Junio C Hamano

The first patch in this series is in fact a memory-access, but they
together logically as enhancements to make_*_path. Just say so if
it'd be better to split them up.

The calls have been converted 1-to-1 to use the new names, as the real
resolved path is what is needed most of the time.

Carlos Martín Nieto (3):
  make_absolute_path: return the input path if it points to our buffer
  Name make_*_path functions more accurately
  Use the new {real,absolute}_path function names

 abspath.c              |   26 +++++++++++++++++++++++---
 builtin/clone.c        |   12 ++++++------
 builtin/init-db.c      |    8 ++++----
 builtin/receive-pack.c |    2 +-
 cache.h                |    6 +++---
 dir.c                  |    4 ++--
 environment.c          |    4 ++--
 exec_cmd.c             |    2 +-
 lockfile.c             |    4 ++--
 path.c                 |    2 +-
 setup.c                |   14 ++++++--------
 t/t0000-basic.sh       |   10 +++++-----
 test-path-utils.c      |    4 ++--
 13 files changed, 58 insertions(+), 40 deletions(-)

-- 
1.7.4.1

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

end of thread, other threads:[~2011-03-16 20:51 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-03-16 16:06 [PATCH 0/3] Rename make_*_path with clearer names Carlos Martín Nieto
2011-03-16 16:06 ` [PATCH 1/3] make_absolute_path: return the input path if it points to our buffer Carlos Martín Nieto
2011-03-16 20:51   ` Junio C Hamano
2011-03-16 16:06 ` [PATCH 2/3] Name make_*_path functions more accurately Carlos Martín Nieto
2011-03-16 16:29   ` Brian Gernhardt
2011-03-16 16:42     ` Carlos Martín Nieto
2011-03-16 16:06 ` [PATCH 3/3] Use the new {real,absolute}_path function names Carlos Martín Nieto
2011-03-16 16:24   ` Erik Faye-Lund
2011-03-16 16:37     ` Carlos Martín Nieto
2011-03-16 16:52 ` [PATCH 2-3/3] Name make_*_path functions more accurately Carlos Martín Nieto

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