Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 252396 - dev-util/git-1.6.0.6: git commands don't work
Summary: dev-util/git-1.6.0.6: git commands don't work
Status: RESOLVED INVALID
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Development (show other bugs)
Hardware: AMD64 Linux
: High normal (vote)
Assignee: Gentoo Linux bug wranglers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-12-24 15:26 UTC by François Valenduc
Modified: 2008-12-24 19:23 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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.