I just tested the commit Chris posted. Yes, that commit is the cause of the startup delay:
st-082bab29f3551e5cee332832ff767c3fb65a5cbc >>> time ./st -e exit real 0m0.055s user 0m0.043s sys 0m0.003s st-9c44229c626ea7351a7809540435f40cffb624bc >>> time ./st -e exit real 0m0.523s user 0m0.507s sys 0m0.003s On Sat, Apr 6, 2013 at 11:04 PM, Raphaël Proust <[email protected]> wrote: > On Sat, Apr 6, 2013 at 9:10 PM, Igor Šarić <[email protected]> wrote: > > Can you please post the full hash? Thanks. > > git(1) understand hash-prefixes. > > Thus `git show 9c44229c` works. And the first line is "commit > 9c44229c626ea7351a7809540435f40cffb624bc". > > You probably don't need the long hash as git will consume the short > one just fine. > > > Protip: git's documentation is interesting. > > > Cheers, > -- > ______________ > Raphaël Proust > >
