aboutsummaryrefslogtreecommitdiff
path: root/TODO.md
blob: ec6ec3ae38f8ea987094bc8b99db80a65a11d3ff (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
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` to move stuff from `.git/modules` to the submodule folder.
* Support for regular `.mrconfig` files at `mrconfig-updater`.
* Determine a way to check all git repositories in a folder that has a given property like a feature branch.
* Better recursive support for commit-updates (including submodules).
* Write a "git ware" plugin:
  * Handles 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.