diff options
| author | nulltoken <emeric.fermas@gmail.com> | 2012-07-20 16:38:54 +0200 |
|---|---|---|
| committer | nulltoken <emeric.fermas@gmail.com> | 2012-07-24 16:09:48 +0200 |
| commit | fb910281d6598e2c235f6ec93384d4e08838d655 (patch) | |
| tree | 03b18d2edfc6abfff5512b2e7b15b15bfbd44950 /tests-clar/resources/testrepo.git | |
| parent | bf9e8cc86b9c32946a395fd12a9b1a5cb71575a9 (diff) | |
| download | libgit2-fb910281d6598e2c235f6ec93384d4e08838d655.tar.gz | |
branch: introduce git_branch_tracking()
Diffstat (limited to 'tests-clar/resources/testrepo.git')
| -rw-r--r-- | tests-clar/resources/testrepo.git/config | 3 | ||||
| -rw-r--r-- | tests-clar/resources/testrepo.git/refs/heads/track-local | 1 |
2 files changed, 4 insertions, 0 deletions
diff --git a/tests-clar/resources/testrepo.git/config b/tests-clar/resources/testrepo.git/config index b4fdac6c2..6b03dacb5 100644 --- a/tests-clar/resources/testrepo.git/config +++ b/tests-clar/resources/testrepo.git/config @@ -10,3 +10,6 @@ [branch "master"] remote = test merge = refs/heads/master +[branch "track-local"] + remote = . + merge = refs/heads/master diff --git a/tests-clar/resources/testrepo.git/refs/heads/track-local b/tests-clar/resources/testrepo.git/refs/heads/track-local new file mode 100644 index 000000000..f37febb2c --- /dev/null +++ b/tests-clar/resources/testrepo.git/refs/heads/track-local @@ -0,0 +1 @@ +9fd738e8f7967c078dceed8190330fc8648ee56a |
