Eloy Duran
eloy.****@gmail*****
Sun Jun 10 22:06:38 JST 2007
> When the `setup.rb' runs, it rewrites the shebang, > so I heed to keep shebang when I commit... Yeah sorry, I just noticed that I needed to run the setup.rb which would install the tool. I didn't notice before because it still worked without osx/xcode. So this still leaves me with the question where/how the tool should be installed... Hisa/Laurent?? > Ah, sorry. I haven't wrote. > I have questions about it. > > Did you copy the commit log from ChangeLog when you commit? > Or, is there any automation? (as I can see some messages formatted to changelog in the commit log) What I do is write the ChangeLog, copy, paste the change into the commit message. Then I replace the tabs with spaces and commit... So actually, yeah a script would be nice, but I always forget :) > Can I write the ChangeLog backward? Yeah, sure just place the changes where you think they should have been. > > Thank you. Thank you! It's really looking good. Eloy PS: Just noticed that all commands get executed even if the required extra parameters aren't passed (filename etc). Wouldn't it be possible that if I for instance type: $ rubycocoa update It would show me the same output of: $ rubycocoa help update Because right now it just exits with an error... :/