* Anybody using git-send-pack?
@ 2007-04-23 17:29 Daniel Barkalow
2007-04-23 18:36 ` Junio C Hamano
0 siblings, 1 reply; 3+ messages in thread
From: Daniel Barkalow @ 2007-04-23 17:29 UTC (permalink / raw)
To: git; +Cc: Junio C Hamano
In order to make git-push update refs/remotes to reflect the change caused
to the remote (without requiring a fetch after the push), I'm finding it
necessary to mess with the interface between git-push and git-send-pack. I
think the easiest thing would be just to pull send-pack into push, rather
than execing another program (now that git-push is also in C).
The question is whether I should write a builtin-send-pack.c that lets
people call send-pack directly, or get rid of it entirely in favor of
always going though git-push. The only reason I can see to call send-pack
directly is that git-push currently loses "verbose" in calling it, which
should probably just be fixed.
Is cogito still using it, perhaps? Is that still an issue?
-Daniel
*This .sig left intentionally blank*
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: Anybody using git-send-pack?
2007-04-23 17:29 Anybody using git-send-pack? Daniel Barkalow
@ 2007-04-23 18:36 ` Junio C Hamano
2007-04-23 18:38 ` Daniel Barkalow
0 siblings, 1 reply; 3+ messages in thread
From: Junio C Hamano @ 2007-04-23 18:36 UTC (permalink / raw)
To: Daniel Barkalow; +Cc: git
Fwiw, I use a custom script that directly calls send-pack.
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: Anybody using git-send-pack?
2007-04-23 18:36 ` Junio C Hamano
@ 2007-04-23 18:38 ` Daniel Barkalow
0 siblings, 0 replies; 3+ messages in thread
From: Daniel Barkalow @ 2007-04-23 18:38 UTC (permalink / raw)
To: Junio C Hamano; +Cc: git
On Mon, 23 Apr 2007, Junio C Hamano wrote:
> Fwiw, I use a custom script that directly calls send-pack.
Okay, I'll do a builtin for it, then.
-Daniel
*This .sig left intentionally blank*
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2007-04-23 18:38 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-04-23 17:29 Anybody using git-send-pack? Daniel Barkalow
2007-04-23 18:36 ` Junio C Hamano
2007-04-23 18:38 ` Daniel Barkalow
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).