From mboxrd@z Thu Jan 1 00:00:00 1970 From: =?UTF-8?q?Nguy=E1=BB=85n=20Th=C3=A1i=20Ng=E1=BB=8Dc=20Duy?= Subject: [PATCH 08/10] checkout: add --full to fully populate working directory Date: Mon, 15 Nov 2010 17:36:48 +0700 Message-ID: <1289817410-32470-9-git-send-email-pclouds@gmail.com> References: <1289817410-32470-1-git-send-email-pclouds@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: QUOTED-PRINTABLE Cc: =?UTF-8?q?Nguy=E1=BB=85n=20Th=C3=A1i=20Ng=E1=BB=8Dc=20Duy?= To: git@vger.kernel.org X-From: git-owner@vger.kernel.org Mon Nov 15 11:40:30 2010 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 1PHwU9-0002Vb-BQ for gcvg-git-2@lo.gmane.org; Mon, 15 Nov 2010 11:40:29 +0100 Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S932124Ab0KOKkT convert rfc822-to-quoted-printable (ORCPT ); Mon, 15 Nov 2010 05:40:19 -0500 Received: from mail-px0-f174.google.com ([209.85.212.174]:36066 "EHLO mail-px0-f174.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S932093Ab0KOKkR (ORCPT ); Mon, 15 Nov 2010 05:40:17 -0500 Received: by mail-px0-f174.google.com with SMTP id 15so923789pxi.19 for ; Mon, 15 Nov 2010 02:40:17 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:received:from:to:cc:subject :date:message-id:x-mailer:in-reply-to:references:mime-version :content-type:content-transfer-encoding; bh=XLE0aI480PFlfgRviJSGmxYKXXWNjmCc4T8QHMPLGro=; b=jODyJLopq+lR12gMXcCIPWaCzoqRiJ665A5RGTeZSgizlqg8psrhLJLrtlZcS+PlL5 zjoIV2nneFu+odz3fkHAxSo03IpWZR8N/7Od09yCfM5ZnDMPXrsz7iqVbGgIrBUJ/6S0 e8UKfGHfL0fMXvN79L7NPBXsceWQ0njlj8uLY= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=from:to:cc:subject:date:message-id:x-mailer:in-reply-to:references :mime-version:content-type:content-transfer-encoding; b=q9xn/hwQWXL4ttYQUCMheSuYi3snurjScFZWUo8BY03bPo/ryjicfZwvDq4jzOa586 akcWW9/m8FamBlYfnAvg+I2hIz3yPYDlIr5LKTNAl9rGBpxUUy3/THfdga/Hv22oCzL8 INkizswR61R2eXF0FH2b/dZQZZNnNyQLRbDQo= Received: by 10.142.179.21 with SMTP id b21mr3864045wff.432.1289817617581; Mon, 15 Nov 2010 02:40:17 -0800 (PST) Received: from pclouds@gmail.com ([115.73.247.75]) by mx.google.com with ESMTPS id w14sm8576673wfd.18.2010.11.15.02.40.11 (version=TLSv1/SSLv3 cipher=RC4-MD5); Mon, 15 Nov 2010 02:40:16 -0800 (PST) Received: by pclouds@gmail.com (sSMTP sendmail emulation); Mon, 15 Nov 2010 17:38:59 +0700 X-Mailer: git-send-email 1.7.3.2.210.g045198 In-Reply-To: <1289817410-32470-1-git-send-email-pclouds@gmail.com> Sender: git-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: git@vger.kernel.org Archived-At: Signed-off-by: Nguy=E1=BB=85n Th=C3=A1i Ng=E1=BB=8Dc Duy --- Documentation/git-checkout.txt | 6 +++++- builtin/checkout.c | 23 ++++++++++++++++++++--- t/t1011-read-tree-sparse-checkout.sh | 7 +++++++ 3 files changed, 32 insertions(+), 4 deletions(-) diff --git a/Documentation/git-checkout.txt b/Documentation/git-checkou= t.txt index 478bfe7..1d82063 100644 --- a/Documentation/git-checkout.txt +++ b/Documentation/git-checkout.txt @@ -12,7 +12,7 @@ SYNOPSIS 'git checkout' [-q] [-f] [-m] [[-b|-B|--orphan] ] [] 'git checkout' [-f|--ours|--theirs|-m|--conflict=3D