Git development
 help / color / mirror / Atom feed
* Init on push
@ 2008-11-08 16:08 Robin Rosenberg
  2008-11-08 19:26 ` Junio C Hamano
  0 siblings, 1 reply; 11+ messages in thread
From: Robin Rosenberg @ 2008-11-08 16:08 UTC (permalink / raw)
  To: git

Hi,

I am missing the ability to do this (command line or GUI)

git remote add someremote someurl
git push --init someremote/someurl

The implementation would invoke receive pack on the receiving side with
an --init option. On the server side the repository would be created and
initialized just as one had executed and mkdir and git init --bare.

The target audience is people who are either lazy (like me) or "shellofobic" users.
GUI's would get an extra check box.

This could be extended by passing options to the init switch with init options
for the server side, say --init="--shared=false".

Could a patch for this be acceptable?

-- robin

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

end of thread, other threads:[~2008-11-09  1:49 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-11-08 16:08 Init on push Robin Rosenberg
2008-11-08 19:26 ` Junio C Hamano
2008-11-08 20:01   ` Alexander Gavrilov
2008-11-08 20:12     ` Junio C Hamano
2008-11-08 20:06   ` Jakub Narebski
2008-11-08 20:08     ` Francis Galiegue
2008-11-08 20:38       ` Junio C Hamano
2008-11-08 20:44         ` Francis Galiegue
2008-11-08 20:50           ` Francis Galiegue
2008-11-09  0:13             ` Junio C Hamano
2008-11-09  1:41               ` Francis Galiegue

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox