Bug 479216 - Most git-* commands have been moved out of $PATH as of git-1.6.1-1.fc11
Summary: Most git-* commands have been moved out of $PATH as of git-1.6.1-1.fc11
Keywords:
Status: CLOSED NEXTRELEASE
Alias: None
Product: Fedora Documentation
Classification: Retired
Component: release-notes
Version: devel
Hardware: All
OS: Linux
low
medium
Target Milestone: ---
Assignee: Release Notes Tracker
QA Contact: Karsten Wade
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2009-01-08 02:49 UTC by Todd Zullinger
Modified: 2009-01-26 18:24 UTC (History)
1 user (show)

Fixed In Version:
Clone Of:
Environment:
Last Closed: 2009-01-08 15:11:03 UTC
Embargoed:


Attachments (Terms of Use)

Description Todd Zullinger 2009-01-08 02:49:35 UTC
As announced at http://www.redhat.com/archives/fedora-devel-list/2009-January/msg00071.html, most of the git-* commannds have been moved from the standard $PATH.  Use of the git-* form has been deprecated since around 2006 and upstream moved these commands by default with git-1.6.0.  Users are encouraged to update their scripts.  If changing scripts is not feasible, a workaround is possible:

PATH=$(git --exec-path):$PATH

Comment 1 Jason Taylor 2009-01-08 15:11:03 UTC
Added to F11 Bugs/Known Issues page.

Comment 2 Todd Zullinger 2009-01-24 03:21:49 UTC
Since it doesn't look like Docs/Beats has been scrubbed up for F11 yet, I added a note to https://fedoraproject.org/wiki/Fedora_11_Alpha_release_notes.  I think we should avoid calling this a bug, as it is quite intentional and in line with upstream's defaults. :)

Comment 3 Karsten Wade 2009-01-26 18:24:07 UTC
Thanks Todd, that's the best place to put it right now.  We'll migrate content from there to the main release notes later anyway; it will also appear in the Beta release notes page, etc.


Note You need to log in before you can comment on or make changes to this bug.