aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2016-10-13 16:26:07 -0300
committerSilvio Rhatto <rhatto@riseup.net>2016-10-13 16:26:07 -0300
commit2374a25ae7fc899a885ef4e8ab1f9f42cd308e49 (patch)
treedb205ff57ff0ff46ac250e9c324699754e35945c
parent5ad8bc7f3e2a1d3c38b24035c8636103d34ec241 (diff)
downloadutils-git-2374a25ae7fc899a885ef4e8ab1f9f42cd308e49.tar.gz
utils-git-2374a25ae7fc899a885ef4e8ab1f9f42cd308e49.tar.bz2
Updates TODO
-rw-r--r--TODO.md14
1 files changed, 1 insertions, 13 deletions
diff --git a/TODO.md b/TODO.md
index eedbe49..a7741b9 100644
--- a/TODO.md
+++ b/TODO.md
@@ -1,15 +1,10 @@
TODO
====
-* Github and Gitlab command line scripts.
* 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.
-* 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 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.
@@ -18,10 +13,3 @@ TODO
* 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`.
-* Push-to-deploy plugin:
- * http://superuser.com/questions/230694/how-can-i-push-a-git-repository-to-a-folder-over-ssh
- * https://devcenter.heroku.com/articles/git
- * https://github.com/blog/1957-git-2-3-has-been-released (push-to-deploy)
- * https://github.com/git/git/blob/v2.3.0/Documentation/config.txt#L2155
- * http://stackoverflow.com/questions/1764380/push-to-a-non-bare-git-repository
- * http://bitflop.com/tutorials/git-bare-vs-non-bare-repositories.html