borg icon indicating copy to clipboard operation
borg copied to clipboard

Assimilate Emacs packages as Git submodules

Results 8 borg issues
Sort by recently updated
recently updated
newest added

If borg were to set the `core.excludesFile` locally for a submodule upon adding it (presumably to a file in-repo), there would be no need to modify your global excludes. While...

We should use `loaddefs-generate` instead.

The Discussions redirect page https://github.com/emacscollective/.github/wiki/Discussions-redirect (which is linked when trying to create a new Issue) is on the organization page, not the borg repo. So following the instructions on the...

Using Borg version: ``` main origin/main 74a930900728a43c32f3356ae21b3da36af375cc Author: Jonas Bernoulli AuthorDate: Mon, 18 Dec 2023 12:19:02 -0800 Commit: Jonas Bernoulli CommitDate: Mon, 18 Dec 2023 14:57:00 -0800 ``` If `.config/emacs`...

## I confirm that... I have read ["Bootstrapping-from-scratch"](https://emacsmirror.net/manual/borg/Bootstrapping-from-scratch.html), I want to customize the variable of `borg.drones-directory` value, so used command below: `git config --local borg.drones-directory "site-lisp/extensions/"` But there was an...

I noticed that borg build doesn't open a new window unlike e.g. M-x compile. I think borg-build should also open a new window.

When checking if a drone is modified ignored files are included as well. Repositories containing byte compiled lisp or autoloads file are shown as modified even if they are not...

enhancement

Like git submodule update --checkout but without detaching them. Reuses the existing borg.sh checkout command but resets it to the target commit without checking if the branch matches to said...