From mboxrd@z Thu Jan 1 00:00:00 1970 From: Johannes Sixt Subject: Re: git workflow for fully distributed mini-teams Date: Thu, 17 Sep 2009 16:47:34 +0200 Message-ID: <4AB24C06.5030207@viscovery.net> References: <20090916164356.GB24893@vidovic> <4AB1E514.9030501@viscovery.net> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Cc: Git Mailing List To: Rustom Mody X-From: git-owner@vger.kernel.org Thu Sep 17 16:47:43 2009 Return-path: Envelope-to: gcvg-git-2@lo.gmane.org Received: from vger.kernel.org ([209.132.176.167]) by lo.gmane.org with esmtp (Exim 4.50) id 1MoIGt-0004Yv-8m for gcvg-git-2@lo.gmane.org; Thu, 17 Sep 2009 16:47:43 +0200 Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752115AbZIQOre (ORCPT ); Thu, 17 Sep 2009 10:47:34 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1752164AbZIQOrd (ORCPT ); Thu, 17 Sep 2009 10:47:33 -0400 Received: from lilzmailso02.liwest.at ([212.33.55.13]:29506 "EHLO lilzmailso02.liwest.at" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752115AbZIQOrd (ORCPT ); Thu, 17 Sep 2009 10:47:33 -0400 Received: from cpe228-254.liwest.at ([81.10.228.254] helo=linz.eudaptics.com) by lilzmailso02.liwest.at with esmtpa (Exim 4.69) (envelope-from ) id 1MoIGk-0002t8-Td; Thu, 17 Sep 2009 16:47:35 +0200 Received: from [127.0.0.1] (J6T.linz.viscovery [192.168.1.95]) by linz.eudaptics.com (Postfix) with ESMTP id A0633BC81; Thu, 17 Sep 2009 16:47:34 +0200 (CEST) User-Agent: Thunderbird 2.0.0.21 (Windows/20090302) In-Reply-To: X-Spam-Score: -1.4 (-) Sender: git-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: git@vger.kernel.org Archived-At: [On this list, we reply to all, so that the Cc list remains] Rustom Mody schrieb: > I started looking at git bundle and find things like master\~10. > Whats the backslash doing? It's intended as markup for the pipeline that generates the documentation from git-bundle.txt. Either the markup is incorrect, or there is a bug in the pipeline, because I only see it in the generated HTML. Ignore it. -- Hannes