From mboxrd@z Thu Jan 1 00:00:00 1970 From: roylee17 Subject: [RFC] Add an option for git-archive to output commit ID in alternative ways Date: Tue, 3 Mar 2009 03:15:04 -0800 (PST) Message-ID: <1236078904678-2414580.post@n2.nabble.com> 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 Tue Mar 03 12:16:46 2009 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 1LeSc1-0006tv-UZ for gcvg-git-2@gmane.org; Tue, 03 Mar 2009 12:16:38 +0100 Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753662AbZCCLPI (ORCPT ); Tue, 3 Mar 2009 06:15:08 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1753163AbZCCLPH (ORCPT ); Tue, 3 Mar 2009 06:15:07 -0500 Received: from kuber.nabble.com ([216.139.236.158]:35664 "EHLO kuber.nabble.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751280AbZCCLPG (ORCPT ); Tue, 3 Mar 2009 06:15:06 -0500 Received: from tervel.nabble.com ([192.168.236.150]) by kuber.nabble.com with esmtp (Exim 4.63) (envelope-from ) id 1LeSaW-00053T-M2 for git@vger.kernel.org; Tue, 03 Mar 2009 03:15:04 -0800 X-Nabble-From: roylee17@gmail.com Sender: git-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: git@vger.kernel.org Archived-At: Hi, Consider the following use case: Regularly building projects which are untar'ed on-the-fly with git-archive without intermediate tar balls. How can I track back which commit IDs were those source code git-archive from? I'd like to to add an option for git-archive to output the commit ID in alternative ways in addition to only store it inside the tar ball. Any comment? Regards, Roy -- View this message in context: http://n2.nabble.com/-RFC--Add-an-option-for-git-archive-to-output-commit-ID-in-alternative-ways-tp2414580p2414580.html Sent from the git mailing list archive at Nabble.com.