* [RFC/PATCH 0/4] Re-implement 'remote update' using 'fetch'
@ 2009-11-08 15:44 Björn Gustavsson
0 siblings, 0 replies; only message in thread
From: Björn Gustavsson @ 2009-11-08 15:44 UTC (permalink / raw)
To: git; +Cc: Junio C Hamano
After having done my previous patch to implement 'git fetch --all'
I decided to implement as much functionality in 'git fetch' to
make it possibility to re-implement 'git remote update' in terms of
'git fetch'.
The following things are currently missing from the patch series:
* updated documentation
* test cases for the group functionality in fetch
* support for 'git remote update --prune'
There is also a slight backward incompatibility that I know of (see the commit
message for the last commit). I could fix that, if there are
people depending on it.
I have no idea how much of the group functionality is really used. If someone
knows that "no-one uses THIS feature and" it would be nice to know.
Björn Gustavsson (4):
Teach the --all option to 'git fetch'
Teach the --multiple option to 'git fetch'
Add the configure variable skipFetchAll
Re-implement 'git remote update' using 'git fetch'
Documentation/git-fetch.txt | 5 ++
builtin-fetch.c | 158 ++++++++++++++++++++++++++++++++++++++-----
builtin-remote.c | 86 +++++++----------------
remote.c | 3 +-
t/t5514-fetch-all.sh | 76 +++++++++++++++++++++
5 files changed, 249 insertions(+), 79 deletions(-)
create mode 100755 t/t5514-fetch-all.sh
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2009-11-08 15:45 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-11-08 15:44 [RFC/PATCH 0/4] Re-implement 'remote update' using 'fetch' Björn Gustavsson
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).