All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/5] misc cleanups to path functions
@ 2012-09-04 17:25 Ramsay Jones
  2012-09-04 19:24 ` Junio C Hamano
  0 siblings, 1 reply; 2+ messages in thread
From: Ramsay Jones @ 2012-09-04 17:25 UTC (permalink / raw)
  To: Junio C Hamano; +Cc: GIT Mailing-list


Hi Junio,

These patches are from another unfinished branch. However, this
time I can't remember why it's unfinished! ;-)

ATB,
Ramsay Jones

Ramsay Jones (5):
  path.c: Remove the 'git_' prefix from a file scope function
  path.c: Don't discard the return value of vsnpath()
  path.c: Use vsnpath() in the implementation of git_path()
  Call git_pathdup() rather than xstrdup(git_path("..."))
  Call mkpathdup() rather than xstrdup(mkpath(...))

 bisect.c          |  2 +-
 builtin/add.c     |  3 ++-
 builtin/branch.c  |  2 +-
 builtin/clone.c   |  4 ++--
 builtin/prune.c   |  2 +-
 merge-recursive.c | 13 +++++++------
 path.c            | 28 ++++++++++------------------
 7 files changed, 24 insertions(+), 30 deletions(-)

-- 
1.7.12

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

* Re: [PATCH 0/5] misc cleanups to path functions
  2012-09-04 17:25 [PATCH 0/5] misc cleanups to path functions Ramsay Jones
@ 2012-09-04 19:24 ` Junio C Hamano
  0 siblings, 0 replies; 2+ messages in thread
From: Junio C Hamano @ 2012-09-04 19:24 UTC (permalink / raw)
  To: Ramsay Jones; +Cc: GIT Mailing-list

Ramsay Jones <ramsay@ramsay1.demon.co.uk> writes:

> These patches are from another unfinished branch. However, this
> time I can't remember why it's unfinished! ;-)

That scares me.  Perhaps you found some hard-to-debug problem but
didn't have time to follow it through, or something?

;-)

Thanks.

>
> ATB,
> Ramsay Jones
>
> Ramsay Jones (5):
>   path.c: Remove the 'git_' prefix from a file scope function
>   path.c: Don't discard the return value of vsnpath()
>   path.c: Use vsnpath() in the implementation of git_path()
>   Call git_pathdup() rather than xstrdup(git_path("..."))
>   Call mkpathdup() rather than xstrdup(mkpath(...))
>
>  bisect.c          |  2 +-
>  builtin/add.c     |  3 ++-
>  builtin/branch.c  |  2 +-
>  builtin/clone.c   |  4 ++--
>  builtin/prune.c   |  2 +-
>  merge-recursive.c | 13 +++++++------
>  path.c            | 28 ++++++++++------------------
>  7 files changed, 24 insertions(+), 30 deletions(-)

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

end of thread, other threads:[~2012-09-04 19:24 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-09-04 17:25 [PATCH 0/5] misc cleanups to path functions Ramsay Jones
2012-09-04 19:24 ` Junio C Hamano

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.