From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on dcvr.yhbt.net X-Spam-Level: X-Spam-ASN: AS31976 209.132.176.0/21 X-Spam-Status: No, score=-3.5 required=3.0 tests=BAYES_00, HEADER_FROM_DIFFERENT_DOMAINS,MSGID_FROM_MTA_HEADER,RP_MATCHES_RCVD shortcircuit=no autolearn=ham autolearn_force=no version=3.4.0 From: Carl Worth Subject: Re: Cleaning up git user-interface warts Date: Thu, 16 Nov 2006 10:23:34 -0800 Message-ID: <87r6w3b68p.wl%cworth@cworth.org> References: <87velgs9hx.wl%cworth@cworth.org> <87psbos4pb.wl%cworth@cworth.org> <20061115230252.GH24861@spearce.org> <87fycjs5yg.wl%cworth@cworth.org> Mime-Version: 1.0 (generated by SEMI 1.14.6 - "Maruoka") Content-Type: multipart/signed; boundary="pgp-sign-Multipart_Thu_Nov_16_10:23:34_2006-1"; micalg=pgp-sha1; protocol="application/pgp-signature" Content-Transfer-Encoding: 7bit NNTP-Posting-Date: Thu, 16 Nov 2006 18:24:03 +0000 (UTC) Cc: git@vger.kernel.org Return-path: Envelope-to: gcvg-git@gmane.org In-Reply-To: User-Agent: Wanderlust/2.14.0 (Africa) Emacs/21.4 Mule/5.0 (SAKAKI) Precedence: bulk X-Mailing-List: git@vger.kernel.org Archived-At: Received: from vger.kernel.org ([209.132.176.167]) by ciao.gmane.org with esmtp (Exim 4.43) id 1Gklu1-0004Jg-8r for gcvg-git@gmane.org; Thu, 16 Nov 2006 19:23:57 +0100 Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1162091AbWKPSXy (ORCPT ); Thu, 16 Nov 2006 13:23:54 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1162092AbWKPSXy (ORCPT ); Thu, 16 Nov 2006 13:23:54 -0500 Received: from theworths.org ([217.160.253.102]:54712 "EHLO theworths.org") by vger.kernel.org with ESMTP id S1162091AbWKPSXx (ORCPT ); Thu, 16 Nov 2006 13:23:53 -0500 Received: (qmail 21804 invoked from network); 16 Nov 2006 13:23:51 -0500 Received: from localhost (HELO raht.cworth.org) (127.0.0.1) by localhost with SMTP; 16 Nov 2006 13:23:51 -0500 To: "Michael K. Edwards" Sender: git-owner@vger.kernel.org --pgp-sign-Multipart_Thu_Nov_16_10:23:34_2006-1 Content-Type: text/plain; charset=US-ASCII On Thu, 16 Nov 2006 09:57:00 -0800, "Michael K. Edwards" wrote: > What do you want all of those branches for? They haven't been > published to you (that's a human interaction that doesn't go through > git), so for all you know they're just upstream experiments, and doing > things with them is probably shooting yourself in the foot. The same "what do you want them all for" question could be asked of git-clone which also fetches all available branches. I really just want to be able to easily watch what's going on in multiple repositories. I want to be able to just say "git update" (or whatever) and then be able to list and browse and explore the stuff locally. Yes, there's still outside communication that's necessary, but with the ability to easily track all the remote branches that communication can be even less formal if I can easily browse and explore things locally. For example, I might not even know the name of the branch: Me: Have you pushed a branch for your new work on the frob-widget? Friend: Yes And then I can "get fetch" and see "cool-new-frob" come in without having to be told that name. Or I could have even just fetched without the specific communication if I was already expecting it for some reason. -Carl --pgp-sign-Multipart_Thu_Nov_16_10:23:34_2006-1 Content-Type: application/pgp-signature Content-Transfer-Encoding: 7bit -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.5 (GNU/Linux) iD8DBQBFXKym6JDdNq8qSWgRAm2lAJwKjxDgphT1oKmuD+k6QdH9MOMIqgCcDA2r IoW5DeJll2eyIjAUjrp73HE= =QNa1 -----END PGP SIGNATURE-----