Age | Commit message (Collapse) | Author |
|
|
|
As of Emacs 29, update-file-autoloads is obsolete.
|
|
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.
|
|
|
|
|
|
|
|
|
|
|
|
I shouldn't rely on the license notice at the top of the files.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
I'll eventually set up the tests to run on sr.ht builds.
|
|
This was detected by the GitLab CI runs. I'm not sure why `make test`
passed for me locally.
|
|
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).
|
|
|
|
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.
|