+++ /dev/null
-TODO
-====
-
-* Use `git annex sync` at `commit` when `git-annex` is detected; if that's the case, warn if on develop branch.
-* Add a `submodule-fix-path`/`submodule-dev` to move stuff from `.git/modules` to the submodule folder.
-* Add a `merge-push <dest-branch> <dest-remote>` to merge to a branch and then push it to a remote.
-* Write a "git ware" plugin handling safe clones/pull/merges by checking signed tags or commits.
-* Write a "git" interceptor:
- * Check proper user/email config.
- * Automatically set git-flow when initializing a repository.
- * Automatically set git-hooks integration.
- * Implement global hooks.
- * Check remote configuration.
- * Check hook tampering before doing anything in the repository.
- * That can disable/mitigate hooks by changing permission and ownership on `~/.git/hooks`.