Hello, I'm trying to use git on a linux server, but unfortunately I've only been granted jailshelled access. Most of git works, but some commands just fail to run, e.g. git repack git rebase git index-pack All these commands fail with the error "git: git-xxx is not a git-command. See git --help". However most other every-day commands work just fine (add, status, commit...) I've been in contact with the server admins and they kindly upgraded git to the latest 1.6.5.2 release but that didn't help. I enquired about the contents of `git --exec-path` (as I don't have access from the jailshell) and they said that all the "missing" commands are present in that directory. I also tried "git --help -all" but that doesn't show any commands in the output! In a way I'm wondering how it is working at all... So I guess my question is, why are some commands working but not others? If all commands are treated uniformly by using the command binary from the libexec dir it would seem as though all commands should work or all should be "missing". Also, are they any ideas on how to get the missing commands to work? Thanks for your help, Alex MDC -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html