Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/libgit2sharp.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKeith Dahlby <dahlbyk@gmail.com>2012-02-21 09:13:40 +0400
committerKeith Dahlby <dahlbyk@gmail.com>2012-02-21 09:13:40 +0400
commit1204fdff3b815ab27f0afac21f40a399889e383d (patch)
treead6896c11e38660e2509d7262fd043e4ac806bc2 /LibGit2Sharp.Tests/Resources
parent1cb40daeab62551b44a964e2dce60bad098a0477 (diff)
Add support for local tracking branches (branch..remote = ".")
Diffstat (limited to 'LibGit2Sharp.Tests/Resources')
-rw-r--r--LibGit2Sharp.Tests/Resources/testrepo_wd/dot_git/config3
-rw-r--r--LibGit2Sharp.Tests/Resources/testrepo_wd/dot_git/refs/heads/track-local1
2 files changed, 4 insertions, 0 deletions
diff --git a/LibGit2Sharp.Tests/Resources/testrepo_wd/dot_git/config b/LibGit2Sharp.Tests/Resources/testrepo_wd/dot_git/config
index 7e002a7d..45012594 100644
--- a/LibGit2Sharp.Tests/Resources/testrepo_wd/dot_git/config
+++ b/LibGit2Sharp.Tests/Resources/testrepo_wd/dot_git/config
@@ -12,6 +12,9 @@
[branch "master"]
remote = origin
merge = refs/heads/master
+[branch "track-local"]
+ remote = .
+ merge = refs/heads/master
[unittests]
longsetting = 15234
intsetting = 2
diff --git a/LibGit2Sharp.Tests/Resources/testrepo_wd/dot_git/refs/heads/track-local b/LibGit2Sharp.Tests/Resources/testrepo_wd/dot_git/refs/heads/track-local
new file mode 100644
index 00000000..99098dc8
--- /dev/null
+++ b/LibGit2Sharp.Tests/Resources/testrepo_wd/dot_git/refs/heads/track-local
@@ -0,0 +1 @@
+580c2111be43802dab11328176d94c391f1deae9