-
Hello! Thanks for the open source. Often i'm getting
```
Subrepo 'x' has no new commits to push
```
on
```bash
git subrepo push --all
```
Despite there are commits in x which that sub-reposit…
-
I have a repository with several subrepos. On a branch of my project repo, I make changes to several subrepos.
Now, before I merge the project branch into project master I want all subrepos to be c…
-
Thanks for this library - it's really helped me see into git machinations that have always scared me
I've a subrepo `A`. `A` is a fork of `B`. All pulls/pushes will be to `A` (and then synced by ot…
elmpp updated
4 years ago
-
Moving discussion from #131 to here.
@grimmySwe, thanks for starting this.
I am somewhat of a wiki zealot. I've created a few of my own and spent 5+
years working for an Enterprise Wiki company. :)
…
-
If I have done a `git subrepo clone git@github.com:foobar/somerepo.git include` I end up with a commit at the tip of my branch that has the contents of the squashed _subrepo clone_. Good so far.
I…
-
hi,
have you considered remembering the config for the subrebos using a config file, similarly to [`git subrepo`](https://github.com/ingydotnet/git-subrepo) which creates a `.gitrepo` file located…
-
I apologize for bothering anyone, but I just can't seem to get the package to work, though it does look extremely useful. The documentation could probably use improvement, especially some worked-out …
-
I tried to do a git subrepo push and entered the wrong github password. As a result of this the push failed and I tried again. However, now the push failed because a git worktree in .git/tmp/subrepo/…
-
Hello,
this is not directly a bug report or feature request, rather than asking for advice.
We use subrepos for our package git tree, one subrepo package(PKGBUILD) for each.
This amounts to rou…
-
To @tamarachamind, git subrepo seems to be more suitable for modularization in this kind of projects than submodules: https://github.com/ingydotnet/git-subrepo. I can elaborate my reasons a bit furthe…