Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 252396

Summary: dev-util/git-1.6.0.6: git commands don't work
Product: Gentoo Linux Reporter: François Valenduc <francoisvalenduc>
Component: [OLD] DevelopmentAssignee: Gentoo Linux bug wranglers <bug-wranglers>
Status: RESOLVED INVALID    
Severity: normal    
Priority: High    
Version: 2007.0   
Hardware: AMD64   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---

Description François Valenduc 2008-12-24 15:26:38 UTC
With git 1.6.0.6, git commands don't work anymore. I need to type git pull instead of git-pull for example. But, a man page for git-pull still exists. Is it normal ?
I have noticed that all git commands exists in the folder /usr/libexec/git-core/ but If I run /usr/libexec/git-core/git-pull, I get the error: /usr/libexec/git-core/git-pull: line 11: git-sh-setup: No such file or directory



Reproducible: Always
Comment 1 Kevin Pyle 2008-12-24 17:59:40 UTC
Yes, this is normal and intended behavior.  The v1.6.0 release notes for Git indicate that upstream deprecated the git-foo commands in early 2006 and announced their planned retirement in the 1.5.4 release notes.  See </usr/share/doc/git-*/RelNotes-1.6.0.txt.bz2>.

The presence of the legacy form for man pages is likely because running "man git pull" would read the man pages for "git" and for "pull", in order.
Comment 2 Lars Wendler (Polynomial-C) (RETIRED) gentoo-dev 2008-12-24 19:23:19 UTC
As Kevin said. Upstream changed the naming scheme of the binaries.