8000 Test coverage for branch-only submodule by dahlbyk · Pull Request #1051 · libgit2/libgit2sharp · GitHub
[go: up one dir, main page]

Skip to content

Test coverage for branch-only submodule #1051

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 8 commits into from
Jun 19, 2015
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Fix submodule_wd submodule remote URLs
  • Loading branch information
dahlbyk committed Jun 17, 2015
commit 3f1bedabd320bfde2c6acb5cd28499756c03c75d
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
ignorecase = true
[remote "origin"]
fetch = +refs/heads/*:refs/remotes/origin/*
url = /Users/rb/src/libgit2/tests-clar/resources/submod2_target
url = ../../../../submodule_target_wd
[branch "master"]
remote = origin
merge = refs/heads/master
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
ignorecase = true
[remote "origin"]
fetch = +refs/heads/*:refs/remotes/origin/*
url = /Users/rb/src/libgit2/tests-clar/resources/submod2_target
url = ../../../../submodule_target_wd
[branch "master"]
remote = origin
merge = refs/heads/master
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
ignorecase = true
[remote "origin"]
fetch = +refs/heads/*:refs/remotes/origin/*
url = /Users/rb/src/libgit2/tests-clar/resources/submod2_target
url = ../../../../submodule_target_wd
[branch "master"]
remote = origin
merge = refs/heads/master
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
ignorecase = true
[remote "origin"]
fetch = +refs/heads/*:refs/remotes/origin/*
url = /Users/rb/src/libgit2/tests-clar/resources/submod2_target
url = ../../../../submodule_target_wd
[branch "master"]
remote = origin
merge = refs/heads/master
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
ignorecase = true
[remote "origin"]
fetch = +refs/heads/*:refs/remotes/origin/*
url = /Users/rb/src/libgit2/tests-clar/resources/submod2_target
url = ../../../../submodule_target_wd
[branch "master"]
remote = origin
merge = refs/heads/master
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
ignorecase = true
[remote "origin"]
fetch = +refs/heads/*:refs/remotes/origin/*
url = /Users/rb/src/libgit2/tests-clar/resources/submod2_target
url = ../../../../submodule_target_wd
[branch "master"]
remote = origin
merge = refs/heads/master
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
ignorecase = true
[remote "origin"]
fetch = +refs/heads/*:refs/remotes/origin/*
url = /Users/rb/src/libgit2/tests-clar/resources/submod2_target
url = ../../../../submodule_target_wd
[branch "master"]
remote = origin
merge = refs/heads/master
0