Metacello new baseline: 'FileTree'; repository: 'github://dalehenrich/filetree:issue_171/repository'; load: 'Git'.
I tried a new pharo 5 image today and wanted to load my code via gitfiletree into the image but it does not work.
I can see on the console that git commands are invoked and the output is to be seen on the console. It seems the image does not get the same information. I can remember there is an actual problem with OSProcess? What I find weird is the fact that if I start the image by hand from the shell I get a pager like less for the commit info gitfiletree likes to parse. The process hangs there and if I press q in the console it proceeds and throws an error in pharo because the stream was empty.
Any thoughts?
Norbert