From mboxrd@z Thu Jan 1 00:00:00 1970 From: Peter Shenkin Subject: Re: [PATCH] Clarify that '--tags' fetches tags only Date: Sat, 1 Oct 2011 17:16:44 +0000 (UTC) Message-ID: References: <1314997486-29996-1-git-send-email-anatol.pomozov@gmail.com> <1316649176-32352-1-git-send-email-anatol.pomozov@gmail.com> <119711285.RuumktFLOq@hyperion> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit To: git@vger.kernel.org X-From: git-owner@vger.kernel.org Sat Oct 01 19:17:19 2011 Return-path: Envelope-to: gcvg-git-2@lo.gmane.org Received: from vger.kernel.org ([209.132.180.67]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1RA3Be-00077U-Lk for gcvg-git-2@lo.gmane.org; Sat, 01 Oct 2011 19:17:19 +0200 Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1756245Ab1JARRF (ORCPT ); Sat, 1 Oct 2011 13:17:05 -0400 Received: from lo.gmane.org ([80.91.229.12]:53945 "EHLO lo.gmane.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751486Ab1JARRD (ORCPT ); Sat, 1 Oct 2011 13:17:03 -0400 Received: from list by lo.gmane.org with local (Exim 4.69) (envelope-from ) id 1RA3BN-00072p-8Z for git@vger.kernel.org; Sat, 01 Oct 2011 19:17:01 +0200 Received: from h-67-101-25-249.nycmny83.dynamic.covad.net ([67.101.25.249]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sat, 01 Oct 2011 19:17:01 +0200 Received: from shenkin by h-67-101-25-249.nycmny83.dynamic.covad.net with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sat, 01 Oct 2011 19:17:01 +0200 X-Injected-Via-Gmane: http://gmane.org/ X-Complaints-To: usenet@dough.gmane.org X-Gmane-NNTP-Posting-Host: sea.gmane.org User-Agent: Loom/3.14 (http://gmane.org/) X-Loom-IP: 67.101.25.249 (Mozilla/5.0 (Macintosh; Intel Mac OS X 10_6_8) AppleWebKit/535.1 (KHTML, like Gecko) Chrome/14.0.835.186 Safari/535.1) Sender: git-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: git@vger.kernel.org Archived-At: Michael Witten gmail.com> writes: > However, my point was this: > > You can still tell git to fetch anything else you want in addition. Michael, Yes, you are right. I am still missing how to do that. Can you show me a sample fetch invocation that would have the effect of downloading all tags and also branch heads? Thanks, -P.