Hi Thierry, ----- Mail original -----
De: "Thierry Goubier" <thierry.goubier@gmail.com> Ã: "Pharo Development List" <pharo-dev@lists.pharo.org> Envoyé: Mardi 3 Février 2015 18:51:05 Objet: Re: [Pharo-dev] GitFileTree - Git command not found (is which shell startup script is run when pharo launched from UI)
Hi Christophe,
looks like that a configuration option for the path to the git command is necessary :) https://github.com/dalehenrich/filetree/issues/143
I'm planning a bit of a rewrite for GitFileTree (saw a few significant issues on Monticello to git integration pop-up recently) and I'll add that along with the others.
Thanks. By the way, for this specific case (run Pharo from UI), I still think it should be configurable with the OS (from some profile file) but I did not find a solution yet. Another option could be to retrieve the content of path variable with NativeBoost and use it to run the git command. I will test. Christophe.