On Tue, Oct 11, 2016 at 9:26 AM, Svyatoslav Mishyn <j...@openmailbox.org>
wrote:
>
> in git repo I have this:
> /home/juef/git/mirrors/fossil/test: cat .git/hooks/post-commit
> #!/bin/sh
>
> fossil_dir=/home/juef/fossil
> repo=test
>
> /home/juef/bin/g2f "$repo"
> cd "${fossil_dir}/${repo}" && fossil co trunk
>

"fossil co trunk" does a Fossil check out, so I don't see how that updates
the Fossil repo with the git commit.
_______________________________________________
fossil-users mailing list
fossil-users@lists.fossil-scm.org
http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users

Reply via email to