aboutsummaryrefslogtreecommitdiff
path: root/Makefile
AgeCommit message (Collapse)Author
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
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.