lukett1989 / git-osx-installer

Automatically exported from code.google.com/p/git-osx-installer
0 stars 0 forks source link

hyphenated git commands not found #21

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. git-commit

what I see:
-bash: git-svn: command not found

What version of the product are you using? On what operating system?
git version 1.6.0.5
Mac OS X 10.5.6

Please provide any additional information below.
commands without the hyphen work. i.e. "git commit" works.

Original issue reported on code.google.com by livelove...@gmail.com on 20 Dec 2008 at 9:23

GoogleCodeExporter commented 8 years ago
These were finally removed in git 1.6

"Invoking a git subcommand as "git-xyzzy" from the command
line has been deprecated since early 2006 (and officially announced in
1.5.4 release notes); use of them from your scripts after adding
output from "git --exec-path" to the $PATH is still supported in this
release, but users are again strongly encouraged to adjust their
scripts to use "git xyzzy" form, as we will stop installing
"git-xyzzy" hardlinks for built-in commands in later releases."
http://www.kernel.org/pub/software/scm/git/docs/RelNotes-1.6.0.txt

Original comment by Xavier.S...@gmail.com on 18 Jan 2009 at 5:03

GoogleCodeExporter commented 8 years ago

Original comment by timchar...@gmail.com on 12 Jun 2009 at 3:04