All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/8] Fetch improvements and re-implementation of remote update
@ 2009-11-10  8:13 Björn Gustavsson
  0 siblings, 0 replies; only message in thread
From: Björn Gustavsson @ 2009-11-10  8:13 UTC (permalink / raw)
  To: git; +Cc: Junio C Hamano

To avoid having a commit where 'git remote update --prune' is broken
(except for cleanliness reasons, it would cause problems if someone
wants to bisect a breakage in that functionality), I have made
a slight change to one of Jay's patches and put my patch that
re-implements 'git remote update' last in the series.

Following this email, there will be series of patches starting
with number 5 and ending in number 8.

It can be applied directly on top of my fourth patch I sent out
yesterday ("Add missing test for 'git remote update --prune'").
The fifth patch in that series should be discarded.

Björn Gustavsson (1):
  Re-implement 'git remote update' using 'git fetch'

Jay Soffian (3):
  teach warn_dangling_symref to take a FILE argument
  builtin-fetch: add --prune option
  builtin-fetch: add --dry-run option

 Documentation/fetch-options.txt |    9 ++++
 builtin-fetch.c                 |   42 ++++++++++++++++--
 builtin-remote.c                |   90 ++++++++++++--------------------------
 refs.c                          |    7 ++-
 refs.h                          |    2 +-
 5 files changed, 81 insertions(+), 69 deletions(-)

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

only message in thread, other threads:[~2009-11-10  8:13 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2009-11-10  8:13 [PATCH 0/8] Fetch improvements and re-implementation of remote update Björn Gustavsson

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.