From mboxrd@z Thu Jan 1 00:00:00 1970 From: Junio C Hamano Subject: Re: finding deleted file names Date: Fri, 04 Jul 2008 00:05:50 -0700 Message-ID: <7v1w2aw2lt.fsf@gitster.siamese.dyndns.org> References: <93c3eada0807021701m13b7adddv51537f4cf9d52533@mail.gmail.com> <237967ef0807021812r3ccbfbacg2cb6b12358d2ee2e@mail.gmail.com> <93c3eada0807021945la3e565csc50eed4b14feb9c3@mail.gmail.com> <20080703104233.GA26162@sigill.intra.peff.net> <93c3eada0807032345r2ff59d69kca42bc9ea7782f31@mail.gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: "Jeff King" , "Mikael Magnusson" , git@vger.kernel.org To: geoffrey.russell@gmail.com X-From: git-owner@vger.kernel.org Fri Jul 04 09:07:36 2008 Return-path: Envelope-to: gcvg-git-2@gmane.org Received: from vger.kernel.org ([209.132.176.167]) by lo.gmane.org with esmtp (Exim 4.50) id 1KEfOH-0000aR-G8 for gcvg-git-2@gmane.org; Fri, 04 Jul 2008 09:07:33 +0200 Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753325AbYGDHGg (ORCPT ); Fri, 4 Jul 2008 03:06:36 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1753442AbYGDHGg (ORCPT ); Fri, 4 Jul 2008 03:06:36 -0400 Received: from a-sasl-fastnet.sasl.smtp.pobox.com ([207.106.133.19]:45222 "EHLO sasl.smtp.pobox.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753042AbYGDHGf (ORCPT ); Fri, 4 Jul 2008 03:06:35 -0400 Received: from localhost.localdomain (localhost [127.0.0.1]) by a-sasl-fastnet.sasl.smtp.pobox.com (Postfix) with ESMTP id EEA99143CA; Fri, 4 Jul 2008 03:06:33 -0400 (EDT) Received: from pobox.com (ip68-225-240-77.oc.oc.cox.net [68.225.240.77]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by a-sasl-fastnet.sasl.smtp.pobox.com (Postfix) with ESMTPSA id DDE2F143C7; Fri, 4 Jul 2008 03:05:59 -0400 (EDT) In-Reply-To: <93c3eada0807032345r2ff59d69kca42bc9ea7782f31@mail.gmail.com> (Geoff Russell's message of "Fri, 4 Jul 2008 16:15:01 +0930") User-Agent: Gnus/5.110006 (No Gnus v0.6) Emacs/21.4 (gnu/linux) X-Pobox-Relay-ID: BC561CD4-4997-11DD-A0AE-CE28B26B55AE-77302942!a-sasl-fastnet.pobox.com Sender: git-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: git@vger.kernel.org Archived-At: "Geoff Russell" writes: > ... I've made a bunch of changes to a repository, a few weeks later I > figure I've deleted a file I need but am not really sure of its name. So > I want to list the files that I've deleted during the past few weeks. $ git log --pretty=oneline --diff-filter=D --name-only -M --since=90.days