solutions:
1) push to another repository which allows seting up hooks, then sync to
github/nixos
2) don't preven this when pushing, prevent when pulling by:
git merge --ff-only or .git/config:
merge.ff
[..]
When set to only, only such fast-forward merges are allowed (equivalent
to giving the --ff-only option from the command line).
Using Google did not reveal more options to me.
Marc Weber
_______________________________________________
nix-dev mailing list
[email protected]
http://lists.science.uu.nl/mailman/listinfo/nix-dev