git@vger.kernel.org mailing list mirror (one of many)
 help / color / mirror / code / Atom feed
* Re: RFE: use patchwork to submit a patch
       [not found] <20191010144150.hqiosvwolm3lmzp5@chatter.i7.local>
@ 2019-10-10 20:20 ` Jonathan Nieder
       [not found] ` <20191010150729.1355f33d@coco.lan>
  1 sibling, 0 replies; 3+ messages in thread
From: Jonathan Nieder @ 2019-10-10 20:20 UTC (permalink / raw)
  To: patchwork; +Cc: workflows, git

(+cc: git)
Hi,

Konstantin Ryabitsev wrote[1]:

> How I envision this would work:
>
> - user creates an account (which requires a mail confirmation)
> - they choose a "submit patch" option from the menu
> - the patch submission screen has a succession of screens:

Interesting!  This reminds me a bit of https://gitgitgadget.github.io
(except using patchwork instead of github pull requests as substrate).

That leads me to wonder: should these kinds of tools share some code?
Are there any subtleties that web-to-mail patch submission interfaces
have in common or can learn from each other?

Thanks,
Jonathan

[1] https://lore.kernel.org/workflows/20191010144150.hqiosvwolm3lmzp5@chatter.i7.local/

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

* Re: RFE: use patchwork to submit a patch
       [not found]     ` <20191010200528.GA5612@dcvr>
@ 2019-10-10 20:21       ` Jonathan Nieder
  2019-10-10 20:36         ` Eric Wong
  0 siblings, 1 reply; 3+ messages in thread
From: Jonathan Nieder @ 2019-10-10 20:21 UTC (permalink / raw)
  To: Eric Wong
  Cc: Konstantin Ryabitsev, Mauro Carvalho Chehab, patchwork, workflows,
	git

Eric Wong wrote:
> Konstantin Ryabitsev <konstantin@linuxfoundation.org> wrote:

>> This is actually really fast if you already have a local copy of the
>> repository with most objects. Try this yourself if you have
>> torvalds/linux.git locally:
>>
>> git clone --bare -s torvalds/linux.git test
>
> Yep, -s (--shared) makes cloning really cheap.  One of my goals is to get
>
> 	git clone -s https://example.com/torvalds/linux.git
>
> and
>
> 	git clone -s https://example.com/torvalds/linux.git/clone.bundle
>
> working.  That would make it easier for new contributors to
> setup lightweight clones and pull in history on an as-needed
> basis w/o hacks like shallow cloning.

Does "git clone --filter=blob:none" do what you're looking for?

Thanks,
Jonathan

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

* Re: RFE: use patchwork to submit a patch
  2019-10-10 20:21       ` Jonathan Nieder
@ 2019-10-10 20:36         ` Eric Wong
  0 siblings, 0 replies; 3+ messages in thread
From: Eric Wong @ 2019-10-10 20:36 UTC (permalink / raw)
  To: Jonathan Nieder
  Cc: Konstantin Ryabitsev, Mauro Carvalho Chehab, patchwork, workflows,
	git

Jonathan Nieder <jrnieder@gmail.com> wrote:
> Eric Wong wrote:
> > Konstantin Ryabitsev <konstantin@linuxfoundation.org> wrote:
> 
> >> This is actually really fast if you already have a local copy of the
> >> repository with most objects. Try this yourself if you have
> >> torvalds/linux.git locally:
> >>
> >> git clone --bare -s torvalds/linux.git test
> >
> > Yep, -s (--shared) makes cloning really cheap.  One of my goals is to get
> >
> > 	git clone -s https://example.com/torvalds/linux.git
> >
> > and
> >
> > 	git clone -s https://example.com/torvalds/linux.git/clone.bundle
> >
> > working.  That would make it easier for new contributors to
> > setup lightweight clones and pull in history on an as-needed
> > basis w/o hacks like shallow cloning.
> 
> Does "git clone --filter=blob:none" do what you're looking for?

Oops, haven't seen that new feature :x  And haven't tried, pu @
8d9027fa59b943db96a8a9090ec31d7f0f935596 is broken due to
conflicts with hashmap (probably won't have time for a bit to
look at it).

What I'm hoping to do with "git clone -s" would be client-only
and compatible with existing HTTP servers that run
"git update-server-info".

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

end of thread, other threads:[~2019-10-10 20:36 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <20191010144150.hqiosvwolm3lmzp5@chatter.i7.local>
2019-10-10 20:20 ` RFE: use patchwork to submit a patch Jonathan Nieder
     [not found] ` <20191010150729.1355f33d@coco.lan>
     [not found]   ` <20191010195335.fmh6atylozhehftt@chatter.i7.local>
     [not found]     ` <20191010200528.GA5612@dcvr>
2019-10-10 20:21       ` Jonathan Nieder
2019-10-10 20:36         ` Eric Wong

Code repositories for project(s) associated with this public inbox

	https://80x24.org/mirrors/git.git

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 read-only IMAP folder(s) and NNTP newsgroup(s).