summaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
authorSean Whitton <spwhitton@spwhitton.name>2020-02-10 20:41:06 -0700
committerSean Whitton <spwhitton@spwhitton.name>2020-02-10 20:41:06 -0700
commit9e44c51b844cb598dfdd617d893ab002b5a47816 (patch)
tree387215f2bcc6337b46f187674950757f24f4b281 /TODO
parent8c5c28070f599b437033743786cbf5bdec08ca5d (diff)
downloadp5-Git-Annex-9e44c51b844cb598dfdd617d893ab002b5a47816.tar.gz
add 'annex' attribute
Signed-off-by: Sean Whitton <spwhitton@spwhitton.name>
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" });