aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2016-10-13 18:19:15 -0300
committerSilvio Rhatto <rhatto@riseup.net>2016-10-13 18:19:15 -0300
commitd3effd09b15bcbece5c85ba23832bc8a88adc685 (patch)
treeb4819abcbd7619b0d77c2fcf65bb3ac50b251383
parent2374a25ae7fc899a885ef4e8ab1f9f42cd308e49 (diff)
downloadutils-git-d3effd09b15bcbece5c85ba23832bc8a88adc685.tar.gz
utils-git-d3effd09b15bcbece5c85ba23832bc8a88adc685.tar.bz2
Removes TODO
-rw-r--r--TODO.md15
1 files changed, 0 insertions, 15 deletions
diff --git a/TODO.md b/TODO.md
deleted file mode 100644
index a7741b9..0000000
--- a/TODO.md
+++ /dev/null
@@ -1,15 +0,0 @@
-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`.