summaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
Diffstat (limited to 'TODO')
-rw-r--r--TODO8
1 files changed, 0 insertions, 8 deletions
diff --git a/TODO b/TODO
deleted file mode 100644
index 99bef18..0000000
--- a/TODO
+++ /dev/null
@@ -1,8 +0,0 @@
-Would be cool to be able to do this, Git::Wrapper style:
-
- my $annex = Git::Annex->new;
- $annex->annex->find({ in => "here" });
-
-instead of
-
- $annex->git->annex("find", { in => "here" });