aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2023-12-10tests: Update branch name expectation for git-annex changeHEADmasterKyle Meyer
git-annex 10.20230214 started including the parent branch name in the names of view branches. Given annexview's current "hibernating prototype" status, don't bother making this assertion work with older git-annex versions.
2023-12-10tests: Fix assertion that uses unsorted field namesKyle Meyer
2023-12-10tests: Fix copy-paste error in test nameKyle Meyer
2023-12-10annexview--with-cache: Assign result of cl-delete-ifKyle Meyer
Don't rely on cl-delete-if's modification of the input to give the desired result.
2023-12-10annexview-git-executable: Fix defcustom typeKyle Meyer
2023-12-10make: Use loaddefs-generate if availableKyle Meyer
As of Emacs 29, update-file-autoloads is obsolete.
2023-12-10make: Update Magit dependenciesKyle Meyer
Many of these dependencies are from before Magit 3.0.0. The Compat dependency hasn't yet made it into a Magit release, but leaving it at /dev/null if using the released Magit should work fine.
2023-12-10make: Rename a variableKyle Meyer
2020-04-16README: Add note on status of projectKyle Meyer
2020-04-16README: Add a missing spaceKyle Meyer
2020-04-16README: RewriteKyle Meyer
2020-04-16README: Drop .md extensionKyle Meyer
2020-04-16Add COPYING fileKyle Meyer
I shouldn't rely on the license notice at the top of the files.
2020-04-13README: Link to newer sr.ht send-email tutorialKyle Meyer
2020-04-13Update link for Annexview's new homeKyle Meyer
2019-01-14README: Fix a typoKyle Meyer
2019-01-14README: Change link ID styleKyle Meyer
2019-01-14README: Use "mailto:" for list addressKyle Meyer
2019-01-14README: Add contributing sectionKyle Meyer
2019-01-14Make sr.ht annexview's new homeKyle Meyer
2019-01-14Remove .gitlab-ci.ymlKyle Meyer
I'll eventually set up the tests to run on sr.ht builds.
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.