All of lore.kernel.org
 help / color / mirror / Atom feed
* [RFC] proposal for command "publish"
@ 2007-02-28 13:48 Paolo Bonzini
  0 siblings, 0 replies; 2+ messages in thread
From: Paolo Bonzini @ 2007-02-28 13:48 UTC (permalink / raw)
  To: git

I'm proposing a command "publish", where

   git publish URL

would do

   git repack
   git clone --bare . URL
   git remote add origin URL

The idea is that this would be the step from preparing a repository 
(either from scratch, or importing from other SCM) to publishing it 
remotely.  Is this sensible?

Options from clone that would make sense for publish are -l, -q, 
--template, --upload-pack.

Paolo

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

* [RFC] proposal for command "publish"
@ 2007-02-28 13:49 Paolo Bonzini
  0 siblings, 0 replies; 2+ messages in thread
From: Paolo Bonzini @ 2007-02-28 13:49 UTC (permalink / raw)
  To: git

I'm proposing a command "publish", where

   git publish URL

would do

   git repack
   git clone --bare . URL
   git remote add origin URL

The idea is that this would be the step from preparing a repository 
(either from scratch, or importing from other SCM) to publishing it 
remotely.  Is this sensible?

Options from clone that would make sense for publish are -l, -q, 
--template, --upload-pack.

Paolo

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

end of thread, other threads:[~2007-02-28 13:54 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2007-02-28 13:48 [RFC] proposal for command "publish" Paolo Bonzini
2007-02-28 13:49 Paolo Bonzini

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.