Re: git smart http for busybox repo

2020-04-13 Thread Eli Schwartz
On 4/13/20 7:54 PM, Bernd Petrovitsch wrote: > busybox - and thus the git repo - is small. > What - apart from trolling - motivates "--depth=1"? > To word it another way: What is a somewhat sane use-case > for "--depth=1"? It clones 3 MB instead of 28 MB, which is useful if you don't expect to

Re: git smart http for busybox repo

2020-04-13 Thread Bernd Petrovitsch
Hi all! On Tue, 2020-04-14 at 00:24 +0800, wdlkmpx wrote: No real name - why do you think one would take you serious? [...] > I'm not sure why the busybox git repo hasn't enabled the smart git > http, --depth=1, but github already supports that among many other > smart features. busybox - and

Re: git smart http for busybox repo

2020-04-13 Thread Eli Schwartz
On 4/13/20 10:54 AM, Markus Gothe wrote: > Why not set up a local copy if this is a great issue? Why would one set up a local copy in order to fix the problem where using git clone or git pull is inefficient and slow? How would one create the local copy, and how would one update it? > I'd prefer

Re: git smart http for busybox repo

2020-04-13 Thread Eli Schwartz
On 4/13/20 1:55 PM, Michael Conrad wrote: > On 4/13/2020 11:31 AM, Eli Schwartz wrote: >> by attempting to demonize the request as an attack from people demanding >> a workflow change from mailing lists and git to "mandatory github >> webflow omg so smart". > > I think he was serious, actually. 

Re: git smart http for busybox repo

2020-04-13 Thread Hadrien Lacour
On Mon, Apr 13, 2020 at 05:55:40PM +, Michael Conrad wrote: > On 4/13/2020 11:31 AM, Eli Schwartz wrote: > > by attempting to demonize the request as an attack from people demanding > > a workflow change from mailing lists and git to "mandatory github > > webflow omg so smart". > > I think he

Re: git smart http for busybox repo

2020-04-13 Thread Michael Conrad
On 4/13/2020 11:31 AM, Eli Schwartz wrote: by attempting to demonize the request as an attack from people demanding a workflow change from mailing lists and git to "mandatory github webflow omg so smart". I think he was serious, actually.  A rare case of needing to turn *off* your sarcasm

Re: git smart http for busybox repo

2020-04-13 Thread wdlkmpx
[sending again without duplicated text cos this mail madness is too confusing] I apologize for the previous message and the following message. It's a mistake I know, but here it goes. And I hope it goes unpunished. I'm not sure why the busybox git repo hasn't enabled the smart git http, depth=1

Re: git smart http for busybox repo

2020-04-13 Thread Tito
On 4/13/20 5:04 PM, wdlkmpx wrote: > busybox should be moved to github or gitlab, that's really smart http > > But tracker + git repo + releases + pull requests. As complete as it gets. > > No need to send patches through email, even people who don't have git > installed can use the web site to

Re: git smart http for busybox repo

2020-04-13 Thread Eli Schwartz
On 4/13/20 11:04 AM, wdlkmpx wrote: > busybox should be moved to github or gitlab, that's really smart http > > But tracker + git repo + releases + pull requests. As complete as it gets. > > No need to send patches through email, even people who don't have git > installed can use the web site to

Re: git smart http for busybox repo

2020-04-13 Thread Markus Gothe
Yeah, I agree one of those platforms would be nice. However it would be way too easy to submit a invasive and complex patch that wouldn't get a peer-review. However the PR tracking and other features are pretty neat. Personally I am among the anally strict people when it comes to the OS parts.

Re: git smart http for busybox repo

2020-04-13 Thread wdlkmpx
busybox should be moved to github or gitlab, that's really smart http But tracker + git repo + releases + pull requests. As complete as it gets. No need to send patches through email, even people who don't have git installed can use the web site to edit files and open pull requests. It's just

Re: git smart http for busybox repo

2020-04-13 Thread Markus Gothe
Why not set up a local copy if this is a great issue? I'd prefer if it switched back to subversion. However the whole discussion is off-topic for this mailing list. //M Sent from my BlackBerry - the most secure mobile device   Original Message   From: yan...@sembritzki.me Sent:

git smart http for busybox repo

2020-04-13 Thread Yannik Sembritzki
Hi, currently, the busybox git server is only providing "dumb http" functionality. This is, for example, demonstrated when trying to make shallow clone: $ git clone --depth=1 https://git.busybox.net/busybox/ Cloning into 'busybox'... fatal: dumb http transport does not support shallow