From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ron Eggler Subject: found some code... Date: Wed, 18 Jan 2012 01:02:28 +0000 (UTC) Message-ID: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit To: git@vger.kernel.org X-From: git-owner@vger.kernel.org Wed Jan 18 02:05:20 2012 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 1RnJxl-0002ii-L2 for gcvg-git-2@lo.gmane.org; Wed, 18 Jan 2012 02:05:18 +0100 Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754059Ab2ARBFL (ORCPT ); Tue, 17 Jan 2012 20:05:11 -0500 Received: from lo.gmane.org ([80.91.229.12]:42361 "EHLO lo.gmane.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754001Ab2ARBFK (ORCPT ); Tue, 17 Jan 2012 20:05:10 -0500 Received: from list by lo.gmane.org with local (Exim 4.69) (envelope-from ) id 1RnJxb-0002eB-JB for git@vger.kernel.org; Wed, 18 Jan 2012 02:05:07 +0100 Received: from exchange.extremecctv.com ([208.181.49.113]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 18 Jan 2012 02:05:07 +0100 Received: from ron.eggler by exchange.extremecctv.com with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 18 Jan 2012 02:05:07 +0100 X-Injected-Via-Gmane: http://gmane.org/ X-Complaints-To: usenet@dough.gmane.org X-Gmane-NNTP-Posting-Host: sea.gmane.org User-Agent: Loom/3.14 (http://gmane.org/) X-Loom-IP: 208.181.49.113 (Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/535.7 (KHTML, like Gecko) Chrome/16.0.912.75 Safari/535.7) Sender: git-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: git@vger.kernel.org Archived-At: Hi There, Some mishap had happened with my project: I found a piece of code that is the most recent one that never got commited to the repository. It is dated December 5th and it definitely is the most recent piece of code. Now in the mean time I switched computers so I had to reinstall git and get create new local folders. Now this directory with the most recent code, shows every file as unversioned which should not be true. Only a couple, maybe 3 files had changed with that last change. Now when I commit this now, is that gonna mess up my old repo or can I safely gio ahead and commit that most recent code (even tho it might commit the whole folder) - it almost seems like it forgot which files were in the repo vs. which files were in my local folder... Thanks for hints and suggestions how I get myself cleanly out of this mess! Thanks, Ron