aboutsummaryrefslogtreecommitdiff
path: root/TODO.md
blob: ee349e48339835ff3198688d2aab8794571d34ef (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
TODO
====

* 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.