From mboxrd@z Thu Jan 1 00:00:00 1970 From: Linus Torvalds Subject: Re: Efficient way to import snapshots? Date: Mon, 30 Jul 2007 16:19:28 -0700 (PDT) Message-ID: References: <20070730180710.GA64467@nowhere> <20070730192922.GB64467@nowhere> <7vps29k3gm.fsf@assigned-by-dhcp.cox.net> Mime-Version: 1.0 Content-Type: TEXT/PLAIN; charset=us-ascii Cc: Craig Boston , Git Mailing List To: Junio C Hamano X-From: git-owner@vger.kernel.org Tue Jul 31 01:20:25 2007 Return-path: Envelope-to: gcvg-git@gmane.org Received: from vger.kernel.org ([209.132.176.167]) by lo.gmane.org with esmtp (Exim 4.50) id 1IFeXG-00015x-By for gcvg-git@gmane.org; Tue, 31 Jul 2007 01:20:22 +0200 Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1760083AbXG3XUR (ORCPT ); Mon, 30 Jul 2007 19:20:17 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1759714AbXG3XUR (ORCPT ); Mon, 30 Jul 2007 19:20:17 -0400 Received: from smtp2.linux-foundation.org ([207.189.120.14]:59897 "EHLO smtp2.linux-foundation.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1757413AbXG3XUP (ORCPT ); Mon, 30 Jul 2007 19:20:15 -0400 Received: from imap1.linux-foundation.org (imap1.linux-foundation.org [207.189.120.55]) by smtp2.linux-foundation.org (8.13.5.20060308/8.13.5/Debian-3ubuntu1.1) with ESMTP id l6UNJXKp001093 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Mon, 30 Jul 2007 16:19:34 -0700 Received: from localhost (localhost [127.0.0.1]) by imap1.linux-foundation.org (8.13.5.20060308/8.13.5/Debian-3ubuntu1.1) with ESMTP id l6UNJS02003697; Mon, 30 Jul 2007 16:19:28 -0700 In-Reply-To: <7vps29k3gm.fsf@assigned-by-dhcp.cox.net> X-Spam-Status: No, hits=-2.729 required=5 tests=AWL,BAYES_00 X-Spam-Checker-Version: SpamAssassin 3.1.0-osdl_revision__1.16__ X-MIMEDefang-Filter: osdl$Revision: 1.181 $ X-Scanned-By: MIMEDefang 2.53 on 207.189.120.14 Sender: git-owner@vger.kernel.org Precedence: bulk X-Mailing-List: git@vger.kernel.org Archived-At: On Mon, 30 Jul 2007, Junio C Hamano wrote: > > By the way, the above "something more complex" may be a simple > "git add -u". No, that doesn't add new files, only already tracked ones. Linus