Hello Alexander, On Wed, Aug 22, 2018 at 03:36:54PM +0200, Alexander Dahl wrote: > folder-hook . push "<limit>.<enter>" > folder-hook =Lists/buildroot 'push "<limit>!=s \"git commit\"<enter>"'
Can't test now, but first one looks not correct, it should be
folder-hook . 'push <limit>.<enter>'
# quoting is before `push`
Does this work?
