You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Add test for current style push of nested subrepo
Assuming both bar/ and bar/baz/ have been created with 'git-subrepo clone',
a 'git-subrepo push bar' takes contents of bar/baz/* as well, as if
bar/baz/ were not another subrepo.
This test confirms this current style.
* One may consider adding nested subrepos a bug
With such expectation, git-subrepo would fail the test.
* Fixingydotnet#553
Assuming "bar" and "baz" in "bar/baz" are both subrepos, make
"git-subrepo push bar" to skip "baz" -- for that, one would use
"git-subrepo push bar/baz" instead.
See also test/push-nested.t.
Co-authored-by: Michele Martone <[email protected]>
0 commit comments