diff options
| author | Carlos Martín Nieto <cmn@dwim.me> | 2014-04-02 18:14:02 +0200 |
|---|---|---|
| committer | Carlos Martín Nieto <cmn@dwim.me> | 2014-04-02 20:22:22 +0200 |
| commit | 6f6be8fe4199b5bccad00a9a3ab8b078286c1837 (patch) | |
| tree | b370c775748144099178f9fcaaf8521ecc616ad4 /tests/fetchhead/fetchhead_data.h | |
| parent | 64a862c2b88e2c92157e9b5f257fa433612bd828 (diff) | |
| download | libgit2-6f6be8fe4199b5bccad00a9a3ab8b078286c1837.tar.gz | |
remote: write tests for cloning from an empty repo
Cloning from an empty repo must set master's upstream to origin's
master, even if neither of them exist.
Fetching from a non-empty origin must then mark the master branch
for-merge. This currently fails.
Diffstat (limited to 'tests/fetchhead/fetchhead_data.h')
| -rw-r--r-- | tests/fetchhead/fetchhead_data.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/fetchhead/fetchhead_data.h b/tests/fetchhead/fetchhead_data.h index 294c9fb01..34adb3d08 100644 --- a/tests/fetchhead/fetchhead_data.h +++ b/tests/fetchhead/fetchhead_data.h @@ -28,4 +28,3 @@ #define FETCH_HEAD_EXPLICIT_DATA \ "0966a434eb1a025db6b71485ab63a3bfbea520b6\t\tbranch 'first-merge' of git://github.com/libgit2/TestGitRepository\n" - |
