Please do not reply directly to this email. All additional
comments should be made in the comments box of this bug.

Summary: Most git-* commands have been moved out of $PATH as of git-1.6.1-1.fc11

https://bugzilla.redhat.com/show_bug.cgi?id=479216

           Summary: Most git-* commands have been moved out of $PATH as of
                    git-1.6.1-1.fc11
           Product: Fedora Documentation
           Version: devel
          Platform: All
        OS/Version: Linux
            Status: NEW
          Severity: medium
          Priority: low
         Component: release-notes
        AssignedTo: [email protected]
        ReportedBy: [email protected]
         QAContact: [email protected]
    Classification: Fedora


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

-- 
Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.

--
Fedora-relnotes-content mailing list
[email protected]
https://www.redhat.com/mailman/listinfo/fedora-relnotes-content

Reply via email to