git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* Linux Kernel + GIT SCM
@ 2011-08-12 13:27 Vecu BOSSEUR
  2011-08-13  0:01 ` Jakub Narebski
  0 siblings, 1 reply; 2+ messages in thread
From: Vecu BOSSEUR @ 2011-08-12 13:27 UTC (permalink / raw)
  To: git

Hello,

I need GIT SCM to allow me to suspend an operation and to resume it
later : initial cloning, synchronizing repositories, ...

I believed this was the purpose of the "GIT Sequencer" feature
developped at 2011 Google Summmer Of Code ; please, tell me if I
missed something.

And I would like to know whether "kernel.org" servers will support
this feature soon or not.

Answers much appreciated.

Sincerely,
Valentin QUEQUET
( vecu.bosseur@gmail.com )

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

* Re: Linux Kernel + GIT SCM
  2011-08-12 13:27 Linux Kernel + GIT SCM Vecu BOSSEUR
@ 2011-08-13  0:01 ` Jakub Narebski
  0 siblings, 0 replies; 2+ messages in thread
From: Jakub Narebski @ 2011-08-13  0:01 UTC (permalink / raw)
  To: Vecu BOSSEUR; +Cc: git

Vecu BOSSEUR <vecu.bosseur@gmail.com> writes:

> Hello,
> 
> I need GIT SCM to allow me to suspend an operation and to resume it
> later : initial cloning, synchronizing repositories, ...
> 
> I believed this was the purpose of the "GIT Sequencer" feature
> developped at 2011 Google Summmer Of Code ; please, tell me if I
> missed something.
> 
> And I would like to know whether "kernel.org" servers will support
> this feature soon or not.

No, "Git sequencer" has nothing to do with resumable (and suspendable)
clone, fetch or push.  Resumable transport is not implemented, and it
looks like ti would be difficult to add.

The sequencer project is about engine that it is to be used by rebase,
multiple cherry-pick, multiple revert, and git-am.  Among others it is
meant to increase consistency between those commands.
 
-- 
Jakub Narębski

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

end of thread, other threads:[~2011-08-13  0:05 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-08-12 13:27 Linux Kernel + GIT SCM Vecu BOSSEUR
2011-08-13  0:01 ` Jakub Narebski

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