aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2018-07-14tests: Add a missing cl- prefixKyle Meyer
This was detected by the GitLab CI runs. I'm not sure why `make test` passed for me locally.
2018-07-14Set up GitLab CIKyle Meyer
I'm not familiar with GitLab CI, so I'm probably doing something stupid here, but, after much tweaking, this at least should set up two jobs (no magit, magit) that pass (well...after the next commit).
2018-07-14README: Add link to package commentaryKyle Meyer
2018-07-14Hello, PlutoKyle Meyer
Provide support for creating/modifying views and setting metadata. All of git-annex's view commands are exposed, and most of the "setting" features of the 'git annex metadata' command are supported. Of the remaining bits, I intend to support only the --force flag (needed for setting metadata a directory's files). The user interface may still require a good amount of tweaking, but things seem to be in a working state.