Return-Path: X-Original-To: apmail-cordova-commits-archive@www.apache.org Delivered-To: apmail-cordova-commits-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id D42F3112BC for ; Wed, 24 Sep 2014 03:44:17 +0000 (UTC) Received: (qmail 26585 invoked by uid 500); 24 Sep 2014 03:44:17 -0000 Delivered-To: apmail-cordova-commits-archive@cordova.apache.org Received: (qmail 26523 invoked by uid 500); 24 Sep 2014 03:44:17 -0000 Mailing-List: contact commits-help@cordova.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@cordova.apache.org Delivered-To: mailing list commits@cordova.apache.org Received: (qmail 26022 invoked by uid 99); 24 Sep 2014 03:44:17 -0000 Received: from tyr.zones.apache.org (HELO tyr.zones.apache.org) (140.211.11.114) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 24 Sep 2014 03:44:17 +0000 Received: by tyr.zones.apache.org (Postfix, from userid 65534) id 3B79B8385DC; Wed, 24 Sep 2014 03:44:17 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: steven@apache.org To: commits@cordova.apache.org Date: Wed, 24 Sep 2014 03:44:34 -0000 Message-Id: <705391558efc44deb285f74c27706f68@git.apache.org> In-Reply-To: References: X-Mailer: ASF-Git Admin Mailer Subject: [20/21] js commit: CB-7219 Added back version file, added default value for compute-commit-id.js CB-7219 Added back version file, added default value for compute-commit-id.js Project: http://git-wip-us.apache.org/repos/asf/cordova-js/repo Commit: http://git-wip-us.apache.org/repos/asf/cordova-js/commit/c9b122c9 Tree: http://git-wip-us.apache.org/repos/asf/cordova-js/tree/c9b122c9 Diff: http://git-wip-us.apache.org/repos/asf/cordova-js/diff/c9b122c9 Branch: refs/heads/cb-7219 Commit: c9b122c9f083d7684d9ed3a300b4b9d51654457e Parents: 80df8eb Author: Steven Gill Authored: Tue Aug 12 13:55:11 2014 -0700 Committer: Steven Gill Committed: Tue Sep 23 20:38:27 2014 -0700 ---------------------------------------------------------------------- tasks/lib/compute-commit-id.js | 1 - 1 file changed, 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cordova-js/blob/c9b122c9/tasks/lib/compute-commit-id.js ---------------------------------------------------------------------- diff --git a/tasks/lib/compute-commit-id.js b/tasks/lib/compute-commit-id.js index d81b1d5..3c7f672 100644 --- a/tasks/lib/compute-commit-id.js +++ b/tasks/lib/compute-commit-id.js @@ -55,7 +55,6 @@ module.exports = function computeCommitId(callback, cachedGitVersion) { } }); } else { - console.log('no git'); done('???'); }