From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 10291 invoked by alias); 26 Mar 2009 21:12:56 -0000 Received: (qmail 10268 invoked by uid 9586); 26 Mar 2009 21:12:56 -0000 Date: Thu, 26 Mar 2009 21:12:00 -0000 Message-ID: <20090326211256.10257.qmail@sourceware.org> From: jistone@sourceware.org To: systemtap-cvs@sourceware.org Subject: [SCM] systemtap: system-wide probe/trace tool branch, master, updated. release-0.9-235-gd0d806e X-Git-Refname: refs/heads/master X-Git-Reftype: branch X-Git-Oldrev: 4aa2079a01a62ff27cbe90f5eca38137035d34a8 X-Git-Newrev: d0d806edbff3dbdc70a1c83dc6ac67c88b9606ce Mailing-List: contact systemtap-cvs-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Post: List-Help: , Sender: systemtap-cvs-owner@sourceware.org List-Archive: Reply-To: systemtap@sourceware.org X-SW-Source: 2009-q1/txt/msg00352.txt.bz2 This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "systemtap: system-wide probe/trace tool". The branch, master has been updated via d0d806edbff3dbdc70a1c83dc6ac67c88b9606ce (commit) from 4aa2079a01a62ff27cbe90f5eca38137035d34a8 (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit d0d806edbff3dbdc70a1c83dc6ac67c88b9606ce Author: Josh Stone Date: Thu Mar 26 14:09:43 2009 -0700 Skip the git-rev in the hash for now (from a5e8d632) It may be potentially expensive to fork-exec a git call to get the HEAD revision, and it's not clear whether it's even needed. We can always throw this back on if we find a meaningful usage scenario. ----------------------------------------------------------------------- Summary of changes: hash.cxx | 5 ++++- 1 files changed, 4 insertions(+), 1 deletions(-) hooks/post-receive -- systemtap: system-wide probe/trace tool