From mboxrd@z Thu Jan 1 00:00:00 1970 From: ebiederm@xmission.com (Eric W. Biederman) Subject: Re: [ANNOUNCE] GIT 0.99.5 Date: Fri, 26 Aug 2005 09:12:36 -0600 Message-ID: References: <7vr7ci4u7q.fsf@assigned-by-dhcp.cox.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: git@vger.kernel.org X-From: git-owner@vger.kernel.org Fri Aug 26 17:16:04 2005 Return-path: Received: from vger.kernel.org ([209.132.176.167]) by ciao.gmane.org with esmtp (Exim 4.43) id 1E8ft0-00082B-Vv for gcvg-git@gmane.org; Fri, 26 Aug 2005 17:12:55 +0200 Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S965072AbVHZPMw (ORCPT ); Fri, 26 Aug 2005 11:12:52 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S965067AbVHZPMw (ORCPT ); Fri, 26 Aug 2005 11:12:52 -0400 Received: from ebiederm.dsl.xmission.com ([166.70.28.69]:16337 "EHLO ebiederm.dsl.xmission.com") by vger.kernel.org with ESMTP id S965072AbVHZPMv (ORCPT ); Fri, 26 Aug 2005 11:12:51 -0400 Received: from ebiederm.dsl.xmission.com (localhost [127.0.0.1]) by ebiederm.dsl.xmission.com (8.13.4/8.13.4/Debian-3) with ESMTP id j7QFCc5E011223; Fri, 26 Aug 2005 09:12:38 -0600 Received: (from eric@localhost) by ebiederm.dsl.xmission.com (8.13.4/8.13.4/Submit) id j7QFCaTq011222; Fri, 26 Aug 2005 09:12:36 -0600 X-Authentication-Warning: ebiederm.dsl.xmission.com: eric set sender to ebiederm@xmission.com using -f To: Junio C Hamano In-Reply-To: <7vr7ci4u7q.fsf@assigned-by-dhcp.cox.net> (Junio C. Hamano's message of "Wed, 24 Aug 2005 19:38:01 -0700") User-Agent: Gnus/5.1007 (Gnus v5.10.7) Emacs/21.4 (gnu/linux) Sender: git-owner@vger.kernel.org Precedence: bulk X-Mailing-List: git@vger.kernel.org Archived-At: Junio C Hamano writes: > Documentation > ------------- A nit but possibly an important for 1.0 there are quite a few git commands that don't have man pages or whose man pages are currently very poor. Getting the code sane and stable of course comes first but if people can't figure out how to use git... Eric