All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/3] Change timestamps to time_t not unsigned long
@ 2008-10-05  4:29 David Bryson
  0 siblings, 0 replies; only message in thread
From: David Bryson @ 2008-10-05  4:29 UTC (permalink / raw)
  To: git

This patch does not change very many lines, but it does it in several
different files.  Per the Janitor page on the wiki it changes the 
unsigned long values returned by approxidate() to time_t.

Feedback and comments welcome.

David Bryson (3):
  Changed timestamps to time_t instead of unsigned
  Changed timestamps to time_t instead of unsigned
  Changed timestamps to time_t in header files

 builtin-prune.c       |    2 +-
 builtin-reflog.c      |    8 ++++----
 builtin-show-branch.c |    4 ++--
 cache.h               |    2 +-
 date.c                |    2 +-
 parse-options.c       |    2 +-
 reflog-walk.c         |    2 +-
 refs.c                |    4 ++--
 refs.h                |    2 +-
 revision.h            |    4 ++--
 sha1_name.c           |    4 ++--
 11 files changed, 18 insertions(+), 18 deletions(-)

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2008-10-05  4:30 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-10-05  4:29 [PATCH 0/3] Change timestamps to time_t not unsigned long David Bryson

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.