summaryrefslogtreecommitdiff
path: root/TODO
blob: 99bef184d2d8b1616be3ca05e801aa18e4bc02fd (plain)
1
2
3
4
5
6
7
8
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" });