From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 21251 invoked by alias); 9 Jul 2008 11:06:07 -0000 Received: (qmail 21226 invoked by uid 426); 9 Jul 2008 11:06:07 -0000 Date: Wed, 09 Jul 2008 11:06:00 -0000 Message-ID: <20080709110607.21214.qmail@sourceware.org> From: fche@sourceware.org To: systemtap-cvs@sourceware.org Subject: [SCM] systemtap: system-wide probe/trace tool branch, master, updated. rhel52-ga-466-gd99a656 X-Git-Refname: refs/heads/master X-Git-Reftype: branch X-Git-Oldrev: 26de79f7a2b4db7c123f43cca0d01f5a505103d5 X-Git-Newrev: d99a656a615dd78773316b7ac3972f3f1bcd5fca 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: X-SW-Source: 2008-q3/txt/msg00016.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 d99a656a615dd78773316b7ac3972f3f1bcd5fca (commit) via 23957b6c147b63db1c071a4c2daaf23b4185dadb (commit) from 26de79f7a2b4db7c123f43cca0d01f5a505103d5 (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 d99a656a615dd78773316b7ac3972f3f1bcd5fca Author: Theodore Ts'o Date: Tue Jul 8 20:51:45 2008 -0400 Add hack to support git 1.6 in git_version.sh This is needed now for people who are running the "master" branch of git, which is currently in development for git version 1.6.0. This is a kludge to support hyphenated git commands (i.e., git-diff-files), but this form is explicitly deprecated, and doesn't work in git 1.6 unless you put git's execdir (obtained via git --exec-path) in your PATH environment variable. Even then, these programs may no longer exist future versions of git. It would be better to change the script to use "git diff-files", et. al., but I assume upstream had some vaguely justifiable reason for not writing the script that way. I'll let them decide when they are willing to fix the script the right way, even if it means breaking compatibility for some ancient version of git. n.b., git 1.5.0 was released February 2007, and git 1.4.0 was released June, 2006. Signed-off-by: "Theodore Ts'o" commit 23957b6c147b63db1c071a4c2daaf23b4185dadb Author: Theodore Ts'o Date: Tue Jul 8 20:51:44 2008 -0400 Sync latest fix for git_version.sh from RadeonHD's tree This incorporates commit de4fbeeb: "Fix check for wrong macro in in git-version.sh", from the xf86-video-radeonhd tree. Signed-off-by: "Theodore Ts'o" ----------------------------------------------------------------------- Summary of changes: git_version.sh | 25 ++++++++++++++++++++++++- 1 files changed, 24 insertions(+), 1 deletions(-) hooks/post-receive -- systemtap: system-wide probe/trace tool