From mboxrd@z Thu Jan 1 00:00:00 1970 From: David Greaves Subject: [PATCH 0/4] split core-git.txt and update Date: Tue, 10 May 2005 22:32:22 +0100 Message-ID: <42812866.2040208@dgreaves.com> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-From: git-owner@vger.kernel.org Tue May 10 23:56:03 2005 Return-path: Received: from vger.kernel.org ([12.107.209.244]) by ciao.gmane.org with esmtp (Exim 4.43) id 1DVch0-000374-Se for gcvg-git@gmane.org; Tue, 10 May 2005 23:55:07 +0200 Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S261816AbVEJWAi (ORCPT ); Tue, 10 May 2005 18:00:38 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S261835AbVEJWAF (ORCPT ); Tue, 10 May 2005 18:00:05 -0400 Received: from s2.ukfsn.org ([217.158.120.143]:30644 "EHLO mail.ukfsn.org") by vger.kernel.org with ESMTP id S261806AbVEJVcg (ORCPT ); Tue, 10 May 2005 17:32:36 -0400 Received: from localhost (lucy.ukfsn.org [127.0.0.1]) by mail.ukfsn.org (Postfix) with ESMTP id 2BEA9E6DEA; Tue, 10 May 2005 22:31:26 +0100 (BST) Received: from mail.ukfsn.org ([127.0.0.1]) by localhost (lucy.ukfsn.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 21441-10; Tue, 10 May 2005 22:31:26 +0100 (BST) Received: from oak.dgreaves.com (unknown [217.135.163.57]) by mail.ukfsn.org (Postfix) with ESMTP id A07EAE6DA7; Tue, 10 May 2005 22:31:25 +0100 (BST) Received: from ash.dgreaves.com ([10.0.0.90]) by oak.dgreaves.com with esmtp (Exim 4.20) id 1DVcL0-0001N7-Hm; Tue, 10 May 2005 22:32:22 +0100 User-Agent: Debian Thunderbird 1.0.2 (X11/20050331) X-Accept-Language: en-us, en To: Junio C Hamano , GIT Mailing Lists X-Enigmail-Version: 0.91.0.0 Sender: git-owner@vger.kernel.org Precedence: bulk X-Mailing-List: git@vger.kernel.org Hi Junio Here are some more doc patches. I've : * split up core-git.txt * restructured the git.txt page * described the environment variable usage and symbolic identifiers * verified the docs for the first section of commands * created a Makefile All against your repository. David --