This is the mail archive of the systemtap-cvs@sourceware.org mailing list for the systemtap project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[SCM] systemtap: system-wide probe/trace tool branch, master, updated. rhel52-ga-466-gd99a656


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 <tytso at mit dot edu>
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" <tytso@mit.edu>

commit 23957b6c147b63db1c071a4c2daaf23b4185dadb
Author: Theodore Ts'o <tytso at mit dot edu>
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" <tytso@mit.edu>

-----------------------------------------------------------------------

Summary of changes:
 git_version.sh |   25 ++++++++++++++++++++++++-
 1 files changed, 24 insertions(+), 1 deletions(-)


hooks/post-receive
--
systemtap: system-wide probe/trace tool


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]