From mboxrd@z Thu Jan 1 00:00:00 1970 From: Junio C Hamano Subject: Re: [PATCH] git-push.txt: describe how to default to pushing only current branch Date: Sat, 14 Mar 2009 14:25:11 -0700 Message-ID: <7veiwzajbc.fsf@gitster.siamese.dyndns.org> References: <20090313164941.GA16504@sigill.intra.peff.net> <1236994051-27346-1-git-send-email-chris_johnsen@pobox.com> <7vd4cjc3da.fsf@gitster.siamese.dyndns.org> <20090313164941.GA16504@sigill.intra.peff.net> <1236994051-27346-1-git-send-email-chris_johnsen@pobox.com> <20090314203434.GA15444@coredump.intra.peff.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: Chris Johnsen , git@vger.kernel.org To: Jeff King X-From: git-owner@vger.kernel.org Sat Mar 14 22:27:11 2009 Return-path: Envelope-to: gcvg-git-2@gmane.org Received: from vger.kernel.org ([209.132.176.167]) by lo.gmane.org with esmtp (Exim 4.50) id 1LibNp-0002B8-KX for gcvg-git-2@gmane.org; Sat, 14 Mar 2009 22:27:06 +0100 Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752029AbZCNVZV (ORCPT ); Sat, 14 Mar 2009 17:25:21 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1751689AbZCNVZV (ORCPT ); Sat, 14 Mar 2009 17:25:21 -0400 Received: from a-sasl-quonix.sasl.smtp.pobox.com ([208.72.237.25]:65284 "EHLO sasl.smtp.pobox.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751242AbZCNVZU (ORCPT ); Sat, 14 Mar 2009 17:25:20 -0400 Received: from localhost.localdomain (unknown [127.0.0.1]) by a-sasl-quonix.sasl.smtp.pobox.com (Postfix) with ESMTP id C53CB6A62; Sat, 14 Mar 2009 17:25:17 -0400 (EDT) Received: from pobox.com (unknown [68.225.240.211]) (using TLSv1 with cipher DHE-RSA-AES128-SHA (128/128 bits)) (No client certificate requested) by a-sasl-quonix.sasl.smtp.pobox.com (Postfix) with ESMTPSA id E60846A5F; Sat, 14 Mar 2009 17:25:12 -0400 (EDT) In-Reply-To: <20090314203434.GA15444@coredump.intra.peff.net> (Jeff King's message of "Sat, 14 Mar 2009 16:34:35 -0400") User-Agent: Gnus/5.110006 (No Gnus v0.6) Emacs/21.4 (gnu/linux) X-Pobox-Relay-ID: 9D722CE0-10DE-11DE-BF37-C5D912508E2D-77302942!a-sasl-quonix.pobox.com Sender: git-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: git@vger.kernel.org Archived-At: Jeff King writes: > Actually, looking closer, the information seems to be lost entirely. > Asciidoc renders this to in the XML, but docbook seems to > throw it away when converting to a manpage. In theory it's possible to > apply our own xsl style to turn this into something else, and I think > that is a better solution than just trying to fix this one spot. When I check the asciidoc output for manpages (which I rarely do), I often render it to Postscript to see the typesetting. I guess not many people consider manpages are for printing anymore but are solely for monospaced terminal consumption these days.