Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-12-10 | tests: Fix assertion that uses unsorted field names | Kyle Meyer | |
2023-12-10 | tests: Fix copy-paste error in test name | Kyle Meyer | |
2023-12-10 | annexview--with-cache: Assign result of cl-delete-if | Kyle Meyer | |
Don't rely on cl-delete-if's modification of the input to give the desired result. | |||
2023-12-10 | annexview-git-executable: Fix defcustom type | Kyle Meyer | |
2023-12-10 | make: Use loaddefs-generate if available | Kyle Meyer | |
As of Emacs 29, update-file-autoloads is obsolete. | |||
2023-12-10 | make: Update Magit dependencies | Kyle 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-10 | make: Rename a variable | Kyle Meyer | |
2020-04-16 | README: Add note on status of project | Kyle Meyer | |
2020-04-16 | README: Add a missing space | Kyle Meyer | |
2020-04-16 | README: Rewrite | Kyle Meyer | |
2020-04-16 | README: Drop .md extension | Kyle Meyer | |
2020-04-16 | Add COPYING file | Kyle Meyer | |
I shouldn't rely on the license notice at the top of the files. | |||
2020-04-13 | README: Link to newer sr.ht send-email tutorial | Kyle Meyer | |
2020-04-13 | Update link for Annexview's new home | Kyle Meyer | |
2019-01-14 | README: Fix a typo | Kyle Meyer | |
2019-01-14 | README: Change link ID style | Kyle Meyer | |
2019-01-14 | README: Use "mailto:" for list address | Kyle Meyer | |
2019-01-14 | README: Add contributing section | Kyle Meyer | |
2019-01-14 | Make sr.ht annexview's new home | Kyle Meyer | |
2019-01-14 | Remove .gitlab-ci.yml | Kyle Meyer | |
I'll eventually set up the tests to run on sr.ht builds. | |||
2018-07-14 | tests: Add a missing cl- prefix | Kyle Meyer | |
This was detected by the GitLab CI runs. I'm not sure why `make test` passed for me locally. | |||
2018-07-14 | Set up GitLab CI | Kyle 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-14 | README: Add link to package commentary | Kyle Meyer | |
2018-07-14 | Hello, Pluto | Kyle 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. |