Return-Path: X-Original-To: apmail-incubator-cloudstack-dev-archive@minotaur.apache.org Delivered-To: apmail-incubator-cloudstack-dev-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 8A02ED2C4 for ; Fri, 8 Mar 2013 23:07:25 +0000 (UTC) Received: (qmail 97822 invoked by uid 500); 8 Mar 2013 23:07:25 -0000 Delivered-To: apmail-incubator-cloudstack-dev-archive@incubator.apache.org Received: (qmail 97786 invoked by uid 500); 8 Mar 2013 23:07:25 -0000 Mailing-List: contact cloudstack-dev-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: cloudstack-dev@incubator.apache.org Delivered-To: mailing list cloudstack-dev@incubator.apache.org Received: (qmail 97778 invoked by uid 99); 8 Mar 2013 23:07:25 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 08 Mar 2013 23:07:25 +0000 X-ASF-Spam-Status: No, hits=-0.7 required=5.0 tests=RCVD_IN_DNSWL_LOW,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of jzb@zonker.net designates 66.111.4.25 as permitted sender) Received: from [66.111.4.25] (HELO out1-smtp.messagingengine.com) (66.111.4.25) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 08 Mar 2013 23:07:21 +0000 Received: from compute6.internal (compute6.nyi.mail.srv.osa [10.202.2.46]) by gateway1.nyi.mail.srv.osa (Postfix) with ESMTP id 25B6E204F9 for ; Fri, 8 Mar 2013 18:07:00 -0500 (EST) Received: from web3.nyi.mail.srv.osa ([10.202.2.213]) by compute6.internal (MEProxy); Fri, 08 Mar 2013 18:07:00 -0500 DKIM-Signature: v=1; a=rsa-sha1; c=relaxed/relaxed; d= messagingengine.com; h=message-id:from:to:mime-version :content-transfer-encoding:content-type:in-reply-to:references :subject:date; s=smtpout; bh=YEZfTGNQEXwNggFKWYL+iqN+G3w=; b=cf5 TJxDDuB3BzKV7f60uRmKKdXeBhC60zlr8BYVeby61VJa7kp1GpIM9GE8OeRJ5nFX KKOPceOVOCFiADEPYsd2ThWt7aKN2741olJQTzS5qLAsKVSiMZ02LeIF5dRxJu61 WoejZWqem+7dpCtVCrYI1j2MXiztEL9+Gie7rITA= Received: by web3.nyi.mail.srv.osa (Postfix, from userid 99) id EA6CEB3BC09; Fri, 8 Mar 2013 18:06:59 -0500 (EST) Message-Id: <1362784019.9589.140661201912805.6024CC26@webmail.messagingengine.com> X-Sasl-Enc: lymGxO4wBiIar8DIdtDACZDztnR9tLqLKz9ZAYz9+Dza 1362784019 From: Joe Brockmeier To: cloudstack-dev@incubator.apache.org MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Type: text/plain X-Mailer: MessagingEngine.com Webmail Interface - ajax-d7ce2893 In-Reply-To: References: Subject: Re: master build is broken again Date: Fri, 08 Mar 2013 17:06:59 -0600 X-Virus-Checked: Checked by ClamAV on apache.org On Fri, Mar 8, 2013, at 04:41 PM, Mike Tutkowski wrote: > I wanted to make sure I understood this line properly: > > "git clean -f" will clean up your workspace, in case there are temporary > untracked files under your workspace. > > What happens to your untracked files when you execute "git clean -f"? > They're not deleted, are they? Or maybe that's the point of the -f > option > (to delete such files)? >From the git-clean man page: "Cleans the working tree by recursively removing files that are not under version control, starting from the current directory." Git has a configuration variable called clean.requireForce that is usually set to "true" - meaning you have to type the -f to tell git "yes, I really mean it - delete those files." Best, jzb -- Joe Brockmeier jzb@zonker.net Twitter: @jzb http://www.dissociatedpress.net/