-
@tarsius , I enjoy borg's way to manage packages very much. However, when I add a submodule which name ends in .el like git submodule add --name rg.el https://github.com/dajva/rg.el lib/rg.el borg cann't add it to I usually choose to remove .el suffix, so I don't encounter this problem until I forget once. So does it a bug or just design in this way? Maybe this deserve a notice in borg or packed's mannual. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
The |
Beta Was this translation helpful? Give feedback.
The
.
ends up being used in the name of Git variables where it serves as a separator.x.y.el.z
is very different fromx.y-el.z
. I'm not sure it is even valid. Doesn't seem worth adding a workaround for this.