From: Felipe Contreras <felipe.contreras@gmail.com>
To: Ramkumar Ramachandra <artagnon@gmail.com>
Cc: Junio C Hamano <gitster@pobox.com>,
git@vger.kernel.org, Christophe Simonis <christophe@kn.gl>,
Simon Ruderich <simon@ruderich.org>, Max Horn <max@quendi.de>
Subject: Re: [PATCH 1/9] remote-bzr: trivial cleanups
Date: Fri, 26 Apr 2013 16:00:32 -0500 [thread overview]
Message-ID: <CAMP44s3F2npFuXDS-wpAP+TqHiGBPJfFYK4LohTg_Z4Ta4yoeQ@mail.gmail.com> (raw)
In-Reply-To: <CALkWK0n5ASBvS_swZ3fj11Utt0XKPgpk-V--=gYVaWVi=O2N2A@mail.gmail.com>
On Fri, Apr 26, 2013 at 3:17 PM, Ramkumar Ramachandra
<artagnon@gmail.com> wrote:
> Felipe Contreras wrote:
>> The importance of users changes all the time. The 15 year old kid in
>> Sao Paulo might not be important today, but he might be the single
>> most important contributor ten years from now. Hell, he might even
>> replace Junio as the maintainer.
>
> Yes, they do. Did I say that they don't change?
But you implied we shouldn't care about Thiago (our hypothetical
future overlord), because he is among the users we should't care for
(right now).
>> Should we willingly and knowingly neglect some git user-base? No, why
>> would you want them to fork? In a way, git's UI has been so bad, that
>> some kind-of-forks have happened, that tells us something; the UI
>> needs some love, fortunately none of those forks worked, which tells
>> us something too; it's not too atrocious.
>
> No, we should never neglect. I believe in including everyone. In
> fact I take it to an extreme: on many instances, I have pointed out
> what I want specifically, and asked for a configuration option if it's
> not necessarily a sane default. Git is a toolkit, and should be
> loaded with features that even a few users want.
>
>> That's not to say we shouldn't fix the UI, we should, in a way that
>> everyone's happy, which is hard, but we will do it, eventually.
>
> On this, I think the way forward is complete-implicit'ness via
> configuration variables. I recently wrote remote.pushdefault to
> simply 'git push', and proposed 'git push +ref1 ref2 ref3' to
> automatically push to the correct pushdefaults (but that proposal was
> rejected).
Indeed, I learned about that, and I tried to use it, but I think
there's a lot that is missing, and I don't know myself what would be
ideal. I'm starting to think that a branch should have two upstreams;
one that is used for rebasing, and another that is used for pushing.
But I'm not sure.
Eventually, I would like to do 'git push' and I would push different
branches to different repositories in different destination branches
in a way that requires multiple commands right now 'git push github
fc/remote-old/hg:fc/remote/hg', 'git push --prune backup
refs/heads/*:refs/heads/* refs/tags/*:refs/tags/*'. And to figure
things out I'm also helping; I added the --prune option to push, and I
added color to visualize upstream branches in 'git branch'.
But I don't think any of those are as important as having a proper
'git stage' command, and getting rid of --cached and --index, which
will be a huge effort, but would pay even bigger dividends. Step by
step.
Cheers.
--
Felipe Contreras
next prev parent reply other threads:[~2013-04-26 21:00 UTC|newest]
Thread overview: 49+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-04-25 11:20 [PATCH 0/9] remote-helpers: fixes and cleanups Felipe Contreras
2013-04-25 11:20 ` [PATCH 1/9] remote-bzr: trivial cleanups Felipe Contreras
2013-04-25 18:19 ` Ramkumar Ramachandra
2013-04-25 19:20 ` Felipe Contreras
2013-04-25 20:30 ` Thomas Rast
2013-04-25 20:52 ` Felipe Contreras
2013-04-25 21:37 ` Junio C Hamano
2013-04-25 21:49 ` Felipe Contreras
2013-04-25 20:36 ` Junio C Hamano
2013-04-25 21:35 ` Felipe Contreras
2013-04-25 22:01 ` Junio C Hamano
2013-04-25 22:58 ` Felipe Contreras
2013-04-25 23:11 ` Junio C Hamano
2013-04-26 1:19 ` Felipe Contreras
2013-04-26 12:19 ` Ramkumar Ramachandra
2013-04-26 18:48 ` Felipe Contreras
2013-04-26 18:53 ` Ramkumar Ramachandra
2013-04-26 19:39 ` Felipe Contreras
2013-04-26 19:56 ` Ramkumar Ramachandra
2013-04-26 20:23 ` Felipe Contreras
2013-04-26 22:10 ` Junio C Hamano
2013-04-26 22:22 ` Felipe Contreras
2013-04-26 19:39 ` Ramkumar Ramachandra
2013-04-26 9:32 ` Ramkumar Ramachandra
2013-04-26 18:34 ` Felipe Contreras
2013-04-26 19:30 ` Ramkumar Ramachandra
2013-04-26 19:59 ` Ramkumar Ramachandra
2013-04-26 20:00 ` Felipe Contreras
2013-04-26 20:03 ` Ramkumar Ramachandra
2013-04-26 20:28 ` Felipe Contreras
2013-04-26 20:28 ` Ramkumar Ramachandra
2013-04-26 20:46 ` Felipe Contreras
2013-04-26 19:19 ` Felipe Contreras
2013-04-26 20:17 ` Ramkumar Ramachandra
2013-04-26 21:00 ` Felipe Contreras [this message]
2013-04-25 19:29 ` Stefano Lattarini
2013-04-25 19:33 ` Felipe Contreras
2013-04-25 11:20 ` [PATCH 2/9] remote-hg: remove extra check Felipe Contreras
2013-04-25 18:23 ` Ramkumar Ramachandra
2013-04-25 19:22 ` Felipe Contreras
2013-04-25 11:20 ` [PATCH 3/9] remote-bzr: fix bad state issue Felipe Contreras
2013-04-25 11:20 ` [PATCH 4/9] remote-bzr: add support to push URLs Felipe Contreras
2013-04-25 11:20 ` [PATCH 5/9] remote-hg: use hashlib instead of hg sha1 util Felipe Contreras
2013-04-25 18:25 ` Ramkumar Ramachandra
2013-04-25 19:30 ` Felipe Contreras
2013-04-25 11:20 ` [PATCH 6/9] remote-bzr: store converted URL Felipe Contreras
2013-04-25 11:20 ` [PATCH 7/9] remote-hg: use python urlparse Felipe Contreras
2013-04-25 11:20 ` [PATCH 8/9] remote-bzr: tell bazaar to be quiet Felipe Contreras
2013-04-25 11:20 ` [PATCH 9/9] remote-bzr: strip extra newline Felipe Contreras
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=CAMP44s3F2npFuXDS-wpAP+TqHiGBPJfFYK4LohTg_Z4Ta4yoeQ@mail.gmail.com \
--to=felipe.contreras@gmail.com \
--cc=artagnon@gmail.com \
--cc=christophe@kn.gl \
--cc=git@vger.kernel.org \
--cc=gitster@pobox.com \
--cc=max@quendi.de \
--cc=simon@ruderich.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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).