refactor: `tests` is now `tests/libgit2`
Like we want to separate libgit2 and utility source code, we want to separate libgit2 and utility tests. Start by moving all the tests into libgit2.
Showing
tests/libgit2/CMakeLists.txt
0 → 100644
File moved
File moved
File moved
File moved
File moved
File moved
File moved
File moved
tests/libgit2/network/remote/defaultbranch.c
0 → 100644
This diff is collapsed.
Click to expand it.
tests/libgit2/network/remote/push.c
0 → 100644
This diff is collapsed.
Click to expand it.
tests/libgit2/network/remote/rename.c
0 → 100644
This diff is collapsed.
Click to expand it.
tests/libgit2/network/url/joinpath.c
0 → 100644
This diff is collapsed.
Click to expand it.
tests/libgit2/network/url/pattern.c
0 → 100644
This diff is collapsed.
Click to expand it.
tests/libgit2/network/url/redirect.c
0 → 100644
This diff is collapsed.
Click to expand it.
tests/libgit2/notes/notesref.c
0 → 100644
This diff is collapsed.
Click to expand it.
tests/libgit2/object/blob/filter.c
0 → 100644
This diff is collapsed.
Click to expand it.
tests/libgit2/object/blob/fromstream.c
0 → 100644
This diff is collapsed.
Click to expand it.
tests/libgit2/object/blob/write.c
0 → 100644
This diff is collapsed.
Click to expand it.
tests/libgit2/object/cache.c
0 → 100644
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
tests/libgit2/object/commit/parse.c
0 → 100644
This diff is collapsed.
Click to expand it.
tests/libgit2/object/lookup.c
0 → 100644
This diff is collapsed.
Click to expand it.
tests/libgit2/object/lookupbypath.c
0 → 100644
This diff is collapsed.
Click to expand it.
tests/libgit2/object/message.c
0 → 100644
This diff is collapsed.
Click to expand it.
tests/libgit2/object/peel.c
0 → 100644
This diff is collapsed.
Click to expand it.
tests/libgit2/object/raw/compare.c
0 → 100644
This diff is collapsed.
Click to expand it.
tests/libgit2/object/raw/convert.c
0 → 100644
This diff is collapsed.
Click to expand it.
tests/libgit2/object/raw/data.h
0 → 100644
This diff is collapsed.
Click to expand it.
tests/libgit2/object/raw/hash.c
0 → 100644
This diff is collapsed.
Click to expand it.
tests/libgit2/object/raw/short.c
0 → 100644
This diff is collapsed.
Click to expand it.
tests/libgit2/object/raw/type2string.c
0 → 100644
This diff is collapsed.
Click to expand it.
tests/libgit2/object/shortid.c
0 → 100644
This diff is collapsed.
Click to expand it.
tests/libgit2/object/tag/list.c
0 → 100644
This diff is collapsed.
Click to expand it.
tests/libgit2/object/tag/parse.c
0 → 100644
This diff is collapsed.
Click to expand it.
tests/libgit2/object/tag/peel.c
0 → 100644
This diff is collapsed.
Click to expand it.
tests/libgit2/object/tag/read.c
0 → 100644
This diff is collapsed.
Click to expand it.
tests/libgit2/object/tag/write.c
0 → 100644
This diff is collapsed.
Click to expand it.
tests/libgit2/object/tree/attributes.c
0 → 100644
This diff is collapsed.
Click to expand it.
tests/libgit2/object/tree/duplicateentries.c
0 → 100644
This diff is collapsed.
Click to expand it.
tests/libgit2/object/tree/frompath.c
0 → 100644
This diff is collapsed.
Click to expand it.
tests/libgit2/object/tree/parse.c
0 → 100644
This diff is collapsed.
Click to expand it.
tests/libgit2/object/tree/read.c
0 → 100644
This diff is collapsed.
Click to expand it.
tests/libgit2/object/tree/update.c
0 → 100644
This diff is collapsed.
Click to expand it.
tests/libgit2/object/tree/walk.c
0 → 100644
This diff is collapsed.
Click to expand it.
tests/libgit2/object/tree/write.c
0 → 100644
This diff is collapsed.
Click to expand it.
tests/libgit2/object/validate.c
0 → 100644
This diff is collapsed.
Click to expand it.
tests/libgit2/odb/alternates.c
0 → 100644
This diff is collapsed.
Click to expand it.
tests/libgit2/odb/backend/backend_helpers.c
0 → 100644
This diff is collapsed.
Click to expand it.
tests/libgit2/odb/backend/mempack.c
0 → 100644
This diff is collapsed.
Click to expand it.
tests/libgit2/odb/backend/multiple.c
0 → 100644
This diff is collapsed.
Click to expand it.
tests/libgit2/odb/backend/nonrefreshing.c
0 → 100644
This diff is collapsed.
Click to expand it.
tests/libgit2/odb/backend/refreshing.c
0 → 100644
This diff is collapsed.
Click to expand it.
tests/libgit2/odb/backend/simple.c
0 → 100644
This diff is collapsed.
Click to expand it.
tests/libgit2/odb/emptyobjects.c
0 → 100644
This diff is collapsed.
Click to expand it.
tests/libgit2/odb/foreach.c
0 → 100644
This diff is collapsed.
Click to expand it.
tests/libgit2/odb/freshen.c
0 → 100644
This diff is collapsed.
Click to expand it.
tests/libgit2/odb/largefiles.c
0 → 100644
This diff is collapsed.
Click to expand it.
tests/libgit2/odb/loose.c
0 → 100644
This diff is collapsed.
Click to expand it.
tests/libgit2/odb/mixed.c
0 → 100644
This diff is collapsed.
Click to expand it.
tests/libgit2/odb/pack_data.h
0 → 100644
This diff is collapsed.
Click to expand it.
tests/libgit2/odb/packed.c
0 → 100644
This diff is collapsed.
Click to expand it.
tests/libgit2/odb/packed_one.c
0 → 100644
This diff is collapsed.
Click to expand it.
tests/libgit2/odb/sorting.c
0 → 100644
This diff is collapsed.
Click to expand it.
tests/libgit2/odb/streamwrite.c
0 → 100644
This diff is collapsed.
Click to expand it.
tests/libgit2/online/badssl.c
0 → 100644
This diff is collapsed.
Click to expand it.
tests/libgit2/online/customcert.c
0 → 100644
This diff is collapsed.
Click to expand it.
tests/libgit2/online/fetch.c
0 → 100644
This diff is collapsed.
Click to expand it.
tests/libgit2/online/fetchhead.c
0 → 100644
This diff is collapsed.
Click to expand it.
tests/libgit2/online/push_util.c
0 → 100644
This diff is collapsed.
Click to expand it.
tests/libgit2/online/push_util.h
0 → 100644
This diff is collapsed.
Click to expand it.
tests/libgit2/online/remotes.c
0 → 100644
This diff is collapsed.
Click to expand it.
tests/libgit2/pack/filelimit.c
0 → 100644
This diff is collapsed.
Click to expand it.
tests/libgit2/pack/indexer.c
0 → 100644
This diff is collapsed.
Click to expand it.
tests/libgit2/pack/midx.c
0 → 100644
This diff is collapsed.
Click to expand it.
tests/libgit2/pack/packbuilder.c
0 → 100644
This diff is collapsed.
Click to expand it.
tests/libgit2/pack/sharing.c
0 → 100644
This diff is collapsed.
Click to expand it.
tests/libgit2/pack/threadsafety.c
0 → 100644
This diff is collapsed.
Click to expand it.
tests/libgit2/patch/parse.c
0 → 100644
This diff is collapsed.
Click to expand it.
tests/libgit2/patch/print.c
0 → 100644
This diff is collapsed.
Click to expand it.
tests/libgit2/path/core.c
0 → 100644
This diff is collapsed.
Click to expand it.
tests/libgit2/path/dotgit.c
0 → 100644
This diff is collapsed.
Click to expand it.
tests/libgit2/path/win32.c
0 → 100644
This diff is collapsed.
Click to expand it.
tests/libgit2/perf/helper__perf__do_merge.c
0 → 100644
This diff is collapsed.
Click to expand it.
tests/libgit2/perf/helper__perf__do_merge.h
0 → 100644
This diff is collapsed.
Click to expand it.
tests/libgit2/perf/helper__perf__timer.c
0 → 100644
This diff is collapsed.
Click to expand it.
tests/libgit2/perf/merge.c
0 → 100644
This diff is collapsed.
Click to expand it.
tests/libgit2/precompiled.c
0 → 100644
This diff is collapsed.
Click to expand it.
tests/libgit2/precompiled.h
0 → 100644
This diff is collapsed.
Click to expand it.
tests/libgit2/rebase/abort.c
0 → 100644
This diff is collapsed.
Click to expand it.
tests/libgit2/rebase/inmemory.c
0 → 100644
This diff is collapsed.
Click to expand it.
tests/libgit2/rebase/iterator.c
0 → 100644
This diff is collapsed.
Click to expand it.
tests/libgit2/rebase/setup.c
0 → 100644
This diff is collapsed.
Click to expand it.
tests/libgit2/rebase/sign.c
0 → 100644
This diff is collapsed.
Click to expand it.
tests/libgit2/rebase/submodule.c
0 → 100644
This diff is collapsed.
Click to expand it.
tests/libgit2/refs/basic.c
0 → 100644
This diff is collapsed.
Click to expand it.
tests/libgit2/refs/branches/checkedout.c
0 → 100644
This diff is collapsed.
Click to expand it.
tests/libgit2/refs/branches/create.c
0 → 100644
This diff is collapsed.
Click to expand it.
tests/libgit2/refs/branches/delete.c
0 → 100644
This diff is collapsed.
Click to expand it.
tests/libgit2/refs/branches/ishead.c
0 → 100644
This diff is collapsed.
Click to expand it.
tests/libgit2/refs/branches/iterator.c
0 → 100644
This diff is collapsed.
Click to expand it.
tests/libgit2/refs/branches/lookup.c
0 → 100644
This diff is collapsed.
Click to expand it.
tests/libgit2/refs/branches/move.c
0 → 100644
This diff is collapsed.
Click to expand it.
tests/libgit2/refs/branches/name.c
0 → 100644
This diff is collapsed.
Click to expand it.
tests/libgit2/refs/branches/remote.c
0 → 100644
This diff is collapsed.
Click to expand it.
tests/libgit2/refs/branches/upstream.c
0 → 100644
This diff is collapsed.
Click to expand it.
tests/libgit2/refs/branches/upstreamname.c
0 → 100644
This diff is collapsed.
Click to expand it.
tests/libgit2/refs/crashes.c
0 → 100644
This diff is collapsed.
Click to expand it.
tests/libgit2/refs/create.c
0 → 100644
This diff is collapsed.
Click to expand it.
tests/libgit2/refs/delete.c
0 → 100644
This diff is collapsed.
Click to expand it.
tests/libgit2/refs/dup.c
0 → 100644
This diff is collapsed.
Click to expand it.
tests/libgit2/refs/foreachglob.c
0 → 100644
This diff is collapsed.
Click to expand it.
tests/libgit2/refs/isvalidname.c
0 → 100644
This diff is collapsed.
Click to expand it.
tests/libgit2/refs/iterator.c
0 → 100644
This diff is collapsed.
Click to expand it.
tests/libgit2/refs/list.c
0 → 100644
This diff is collapsed.
Click to expand it.
tests/libgit2/refs/listall.c
0 → 100644
This diff is collapsed.
Click to expand it.
tests/libgit2/refs/lookup.c
0 → 100644
This diff is collapsed.
Click to expand it.
tests/libgit2/refs/namespaces.c
0 → 100644
This diff is collapsed.
Click to expand it.
tests/libgit2/refs/normalize.c
0 → 100644
This diff is collapsed.
Click to expand it.
tests/libgit2/refs/overwrite.c
0 → 100644
This diff is collapsed.
Click to expand it.
tests/libgit2/refs/pack.c
0 → 100644
This diff is collapsed.
Click to expand it.
tests/libgit2/refs/peel.c
0 → 100644
This diff is collapsed.
Click to expand it.
tests/libgit2/refs/races.c
0 → 100644
This diff is collapsed.
Click to expand it.
tests/libgit2/refs/read.c
0 → 100644
This diff is collapsed.
Click to expand it.
tests/libgit2/refs/ref_helpers.h
0 → 100644
This diff is collapsed.
Click to expand it.
tests/libgit2/refs/reflog/drop.c
0 → 100644
This diff is collapsed.
Click to expand it.
tests/libgit2/refs/reflog/messages.c
0 → 100644
This diff is collapsed.
Click to expand it.
tests/libgit2/refs/reflog/reflog.c
0 → 100644
This diff is collapsed.
Click to expand it.
tests/libgit2/refs/reflog/reflog_helpers.c
0 → 100644
This diff is collapsed.
Click to expand it.
tests/libgit2/refs/reflog/reflog_helpers.h
0 → 100644
This diff is collapsed.
Click to expand it.
tests/libgit2/refs/rename.c
0 → 100644
This diff is collapsed.
Click to expand it.
tests/libgit2/refs/revparse.c
0 → 100644
This diff is collapsed.
Click to expand it.
tests/libgit2/refs/setter.c
0 → 100644
This diff is collapsed.
Click to expand it.
tests/libgit2/refs/shorthand.c
0 → 100644
This diff is collapsed.
Click to expand it.
tests/libgit2/refs/transactions.c
0 → 100644
This diff is collapsed.
Click to expand it.
tests/libgit2/refs/unicode.c
0 → 100644
This diff is collapsed.
Click to expand it.
tests/libgit2/refs/update.c
0 → 100644
This diff is collapsed.
Click to expand it.
tests/libgit2/remote/create.c
0 → 100644
This diff is collapsed.
Click to expand it.
tests/libgit2/remote/fetch.c
0 → 100644
This diff is collapsed.
Click to expand it.
tests/libgit2/remote/httpproxy.c
0 → 100644
This diff is collapsed.
Click to expand it.
tests/libgit2/remote/insteadof.c
0 → 100644
This diff is collapsed.
Click to expand it.
tests/libgit2/remote/list.c
0 → 100644
This diff is collapsed.
Click to expand it.
tests/libgit2/repo/config.c
0 → 100644
This diff is collapsed.
Click to expand it.
tests/libgit2/repo/discover.c
0 → 100644
This diff is collapsed.
Click to expand it.
tests/libgit2/repo/env.c
0 → 100644
This diff is collapsed.
Click to expand it.
tests/libgit2/repo/extensions.c
0 → 100644
This diff is collapsed.
Click to expand it.
tests/libgit2/repo/getters.c
0 → 100644
This diff is collapsed.
Click to expand it.
tests/libgit2/repo/hashfile.c
0 → 100644
This diff is collapsed.
Click to expand it.
tests/libgit2/repo/head.c
0 → 100644
This diff is collapsed.
Click to expand it.
tests/libgit2/repo/headtree.c
0 → 100644
This diff is collapsed.
Click to expand it.
tests/libgit2/repo/init.c
0 → 100644
This diff is collapsed.
Click to expand it.
tests/libgit2/repo/message.c
0 → 100644
This diff is collapsed.
Click to expand it.
tests/libgit2/repo/new.c
0 → 100644
This diff is collapsed.
Click to expand it.
tests/libgit2/repo/open.c
0 → 100644
This diff is collapsed.
Click to expand it.
tests/libgit2/repo/pathspec.c
0 → 100644
This diff is collapsed.
Click to expand it.
tests/libgit2/repo/repo_helpers.c
0 → 100644
This diff is collapsed.
Click to expand it.
tests/libgit2/repo/reservedname.c
0 → 100644
This diff is collapsed.
Click to expand it.
tests/libgit2/repo/setters.c
0 → 100644
This diff is collapsed.
Click to expand it.
tests/libgit2/repo/shallow.c
0 → 100644
This diff is collapsed.
Click to expand it.
tests/libgit2/repo/state.c
0 → 100644
This diff is collapsed.
Click to expand it.
tests/libgit2/repo/template.c
0 → 100644
This diff is collapsed.
Click to expand it.
tests/libgit2/reset/default.c
0 → 100644
This diff is collapsed.
Click to expand it.
tests/libgit2/reset/hard.c
0 → 100644
This diff is collapsed.
Click to expand it.
tests/libgit2/reset/mixed.c
0 → 100644
This diff is collapsed.
Click to expand it.
tests/libgit2/reset/reset_helpers.c
0 → 100644
This diff is collapsed.
Click to expand it.
tests/libgit2/reset/soft.c
0 → 100644
This diff is collapsed.
Click to expand it.
tests/libgit2/revert/bare.c
0 → 100644
This diff is collapsed.
Click to expand it.
tests/libgit2/revert/rename.c
0 → 100644
This diff is collapsed.
Click to expand it.
tests/libgit2/revert/workdir.c
0 → 100644
This diff is collapsed.
Click to expand it.
tests/libgit2/revwalk/basic.c
0 → 100644
This diff is collapsed.
Click to expand it.
tests/libgit2/revwalk/hidecb.c
0 → 100644
This diff is collapsed.
Click to expand it.
tests/libgit2/revwalk/mergebase.c
0 → 100644
This diff is collapsed.
Click to expand it.
tests/libgit2/revwalk/signatureparsing.c
0 → 100644
This diff is collapsed.
Click to expand it.
tests/libgit2/revwalk/simplify.c
0 → 100644
This diff is collapsed.
Click to expand it.
tests/libgit2/stash/apply.c
0 → 100644
This diff is collapsed.
Click to expand it.
tests/libgit2/stash/drop.c
0 → 100644
This diff is collapsed.
Click to expand it.
tests/libgit2/stash/foreach.c
0 → 100644
This diff is collapsed.
Click to expand it.
tests/libgit2/stash/save.c
0 → 100644
This diff is collapsed.
Click to expand it.
tests/libgit2/stash/stash_helpers.c
0 → 100644
This diff is collapsed.
Click to expand it.
tests/libgit2/stash/submodules.c
0 → 100644
This diff is collapsed.
Click to expand it.
tests/libgit2/status/renames.c
0 → 100644
This diff is collapsed.
Click to expand it.
tests/libgit2/status/single.c
0 → 100644
This diff is collapsed.
Click to expand it.
tests/libgit2/status/status_data.h
0 → 100644
This diff is collapsed.
Click to expand it.
tests/libgit2/status/status_helpers.c
0 → 100644
This diff is collapsed.
Click to expand it.
tests/libgit2/status/status_helpers.h
0 → 100644
This diff is collapsed.
Click to expand it.
tests/libgit2/status/submodules.c
0 → 100644
This diff is collapsed.
Click to expand it.
tests/libgit2/status/worktree_init.c
0 → 100644
This diff is collapsed.
Click to expand it.
tests/libgit2/str/basic.c
0 → 100644
This diff is collapsed.
Click to expand it.
tests/libgit2/str/oom.c
0 → 100644
This diff is collapsed.
Click to expand it.
tests/libgit2/str/percent.c
0 → 100644
This diff is collapsed.
Click to expand it.
tests/libgit2/str/quote.c
0 → 100644
This diff is collapsed.
Click to expand it.
tests/libgit2/str/splice.c
0 → 100644
This diff is collapsed.
Click to expand it.
tests/libgit2/stream/deprecated.c
0 → 100644
This diff is collapsed.
Click to expand it.
tests/libgit2/stream/registration.c
0 → 100644
This diff is collapsed.
Click to expand it.
tests/libgit2/stress/diff.c
0 → 100644
This diff is collapsed.
Click to expand it.
tests/libgit2/submodule/add.c
0 → 100644
This diff is collapsed.
Click to expand it.
tests/libgit2/submodule/escape.c
0 → 100644
This diff is collapsed.
Click to expand it.
tests/libgit2/submodule/init.c
0 → 100644
This diff is collapsed.
Click to expand it.
tests/libgit2/submodule/inject_option.c
0 → 100644
This diff is collapsed.
Click to expand it.
tests/libgit2/submodule/lookup.c
0 → 100644
This diff is collapsed.
Click to expand it.
tests/libgit2/submodule/modify.c
0 → 100644
This diff is collapsed.
Click to expand it.
tests/libgit2/submodule/nosubs.c
0 → 100644
This diff is collapsed.
Click to expand it.
tests/libgit2/submodule/open.c
0 → 100644
This diff is collapsed.
Click to expand it.
tests/libgit2/submodule/repository_init.c
0 → 100644
This diff is collapsed.
Click to expand it.
tests/libgit2/submodule/status.c
0 → 100644
This diff is collapsed.
Click to expand it.
tests/libgit2/submodule/submodule_helpers.c
0 → 100644
This diff is collapsed.
Click to expand it.
tests/libgit2/submodule/submodule_helpers.h
0 → 100644
This diff is collapsed.
Click to expand it.
tests/libgit2/submodule/update.c
0 → 100644
This diff is collapsed.
Click to expand it.
tests/libgit2/threads/atomic.c
0 → 100644
This diff is collapsed.
Click to expand it.
tests/libgit2/threads/basic.c
0 → 100644
This diff is collapsed.
Click to expand it.
tests/libgit2/threads/diff.c
0 → 100644
This diff is collapsed.
Click to expand it.
tests/libgit2/threads/iterator.c
0 → 100644
This diff is collapsed.
Click to expand it.
tests/libgit2/threads/refdb.c
0 → 100644
This diff is collapsed.
Click to expand it.
tests/libgit2/threads/thread_helpers.c
0 → 100644
This diff is collapsed.
Click to expand it.
tests/libgit2/threads/tlsdata.c
0 → 100644
This diff is collapsed.
Click to expand it.
tests/libgit2/trace/trace.c
0 → 100644
This diff is collapsed.
Click to expand it.
tests/libgit2/trace/windows/stacktrace.c
0 → 100644
This diff is collapsed.
Click to expand it.
tests/libgit2/transport/register.c
0 → 100644
This diff is collapsed.
Click to expand it.
tests/libgit2/transports/smart/packet.c
0 → 100644
This diff is collapsed.
Click to expand it.
tests/libgit2/valgrind-supp-mac.txt
0 → 100644
This diff is collapsed.
Click to expand it.
tests/libgit2/win32/forbidden.c
0 → 100644
This diff is collapsed.
Click to expand it.
tests/libgit2/win32/longpath.c
0 → 100644
This diff is collapsed.
Click to expand it.
tests/libgit2/win32/systemdir.c
0 → 100644
This diff is collapsed.
Click to expand it.
tests/libgit2/worktree/bare.c
0 → 100644
This diff is collapsed.
Click to expand it.
tests/libgit2/worktree/config.c
0 → 100644
This diff is collapsed.
Click to expand it.
tests/libgit2/worktree/merge.c
0 → 100644
This diff is collapsed.
Click to expand it.
tests/libgit2/worktree/open.c
0 → 100644
This diff is collapsed.
Click to expand it.
tests/libgit2/worktree/reflog.c
0 → 100644
This diff is collapsed.
Click to expand it.
tests/libgit2/worktree/refs.c
0 → 100644
This diff is collapsed.
Click to expand it.
tests/libgit2/worktree/repository.c
0 → 100644
This diff is collapsed.
Click to expand it.
tests/libgit2/worktree/submodule.c
0 → 100644
This diff is collapsed.
Click to expand it.
tests/libgit2/worktree/worktree.c
0 → 100644
This diff is collapsed.
Click to expand it.
tests/libgit2/worktree/worktree_helpers.c
0 → 100644
This diff is collapsed.
Click to expand it.
tests/network/remote/defaultbranch.c
deleted
100644 → 0
This diff is collapsed.
Click to expand it.
tests/network/remote/push.c
deleted
100644 → 0
This diff is collapsed.
Click to expand it.
tests/network/remote/rename.c
deleted
100644 → 0
This diff is collapsed.
Click to expand it.
tests/network/url/joinpath.c
deleted
100644 → 0
This diff is collapsed.
Click to expand it.
tests/network/url/pattern.c
deleted
100644 → 0
This diff is collapsed.
Click to expand it.
tests/network/url/redirect.c
deleted
100644 → 0
This diff is collapsed.
Click to expand it.
tests/notes/notesref.c
deleted
100644 → 0
This diff is collapsed.
Click to expand it.
tests/object/blob/filter.c
deleted
100644 → 0
This diff is collapsed.
Click to expand it.
tests/object/blob/fromstream.c
deleted
100644 → 0
This diff is collapsed.
Click to expand it.
tests/object/blob/write.c
deleted
100644 → 0
This diff is collapsed.
Click to expand it.
tests/object/cache.c
deleted
100644 → 0
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
tests/object/commit/parse.c
deleted
100644 → 0
This diff is collapsed.
Click to expand it.
tests/object/lookup.c
deleted
100644 → 0
This diff is collapsed.
Click to expand it.
tests/object/lookupbypath.c
deleted
100644 → 0
This diff is collapsed.
Click to expand it.
tests/object/message.c
deleted
100644 → 0
This diff is collapsed.
Click to expand it.
tests/object/peel.c
deleted
100644 → 0
This diff is collapsed.
Click to expand it.
tests/object/raw/compare.c
deleted
100644 → 0
This diff is collapsed.
Click to expand it.
tests/object/raw/convert.c
deleted
100644 → 0
This diff is collapsed.
Click to expand it.
tests/object/raw/data.h
deleted
100644 → 0
This diff is collapsed.
Click to expand it.
tests/object/raw/hash.c
deleted
100644 → 0
This diff is collapsed.
Click to expand it.
tests/object/raw/short.c
deleted
100644 → 0
This diff is collapsed.
Click to expand it.
tests/object/raw/type2string.c
deleted
100644 → 0
This diff is collapsed.
Click to expand it.
tests/object/shortid.c
deleted
100644 → 0
This diff is collapsed.
Click to expand it.
tests/object/tag/list.c
deleted
100644 → 0
This diff is collapsed.
Click to expand it.
tests/object/tag/parse.c
deleted
100644 → 0
This diff is collapsed.
Click to expand it.
tests/object/tag/peel.c
deleted
100644 → 0
This diff is collapsed.
Click to expand it.
tests/object/tag/read.c
deleted
100644 → 0
This diff is collapsed.
Click to expand it.
tests/object/tag/write.c
deleted
100644 → 0
This diff is collapsed.
Click to expand it.
tests/object/tree/attributes.c
deleted
100644 → 0
This diff is collapsed.
Click to expand it.
tests/object/tree/duplicateentries.c
deleted
100644 → 0
This diff is collapsed.
Click to expand it.
tests/object/tree/frompath.c
deleted
100644 → 0
This diff is collapsed.
Click to expand it.
tests/object/tree/parse.c
deleted
100644 → 0
This diff is collapsed.
Click to expand it.
tests/object/tree/read.c
deleted
100644 → 0
This diff is collapsed.
Click to expand it.
tests/object/tree/update.c
deleted
100644 → 0
This diff is collapsed.
Click to expand it.
tests/object/tree/walk.c
deleted
100644 → 0
This diff is collapsed.
Click to expand it.
tests/object/tree/write.c
deleted
100644 → 0
This diff is collapsed.
Click to expand it.
tests/object/validate.c
deleted
100644 → 0
This diff is collapsed.
Click to expand it.
tests/odb/alternates.c
deleted
100644 → 0
This diff is collapsed.
Click to expand it.
tests/odb/backend/backend_helpers.c
deleted
100644 → 0
This diff is collapsed.
Click to expand it.
tests/odb/backend/mempack.c
deleted
100644 → 0
This diff is collapsed.
Click to expand it.
tests/odb/backend/multiple.c
deleted
100644 → 0
This diff is collapsed.
Click to expand it.
tests/odb/backend/nonrefreshing.c
deleted
100644 → 0
This diff is collapsed.
Click to expand it.
tests/odb/backend/refreshing.c
deleted
100644 → 0
This diff is collapsed.
Click to expand it.
tests/odb/backend/simple.c
deleted
100644 → 0
This diff is collapsed.
Click to expand it.
tests/odb/emptyobjects.c
deleted
100644 → 0
This diff is collapsed.
Click to expand it.
tests/odb/foreach.c
deleted
100644 → 0
This diff is collapsed.
Click to expand it.
tests/odb/freshen.c
deleted
100644 → 0
This diff is collapsed.
Click to expand it.
tests/odb/largefiles.c
deleted
100644 → 0
This diff is collapsed.
Click to expand it.
tests/odb/loose.c
deleted
100644 → 0
This diff is collapsed.
Click to expand it.
tests/odb/mixed.c
deleted
100644 → 0
This diff is collapsed.
Click to expand it.
tests/odb/pack_data.h
deleted
100644 → 0
This diff is collapsed.
Click to expand it.
tests/odb/packed.c
deleted
100644 → 0
This diff is collapsed.
Click to expand it.
tests/odb/packed_one.c
deleted
100644 → 0
This diff is collapsed.
Click to expand it.
tests/odb/sorting.c
deleted
100644 → 0
This diff is collapsed.
Click to expand it.
tests/odb/streamwrite.c
deleted
100644 → 0
This diff is collapsed.
Click to expand it.
tests/online/badssl.c
deleted
100644 → 0
This diff is collapsed.
Click to expand it.
tests/online/customcert.c
deleted
100644 → 0
This diff is collapsed.
Click to expand it.
tests/online/fetch.c
deleted
100644 → 0
This diff is collapsed.
Click to expand it.
tests/online/fetchhead.c
deleted
100644 → 0
This diff is collapsed.
Click to expand it.
tests/online/push_util.c
deleted
100644 → 0
This diff is collapsed.
Click to expand it.
tests/online/push_util.h
deleted
100644 → 0
This diff is collapsed.
Click to expand it.
tests/online/remotes.c
deleted
100644 → 0
This diff is collapsed.
Click to expand it.
tests/pack/filelimit.c
deleted
100644 → 0
This diff is collapsed.
Click to expand it.
tests/pack/indexer.c
deleted
100644 → 0
This diff is collapsed.
Click to expand it.
tests/pack/midx.c
deleted
100644 → 0
This diff is collapsed.
Click to expand it.
tests/pack/packbuilder.c
deleted
100644 → 0
This diff is collapsed.
Click to expand it.
tests/pack/sharing.c
deleted
100644 → 0
This diff is collapsed.
Click to expand it.
tests/pack/threadsafety.c
deleted
100644 → 0
This diff is collapsed.
Click to expand it.
tests/patch/parse.c
deleted
100644 → 0
This diff is collapsed.
Click to expand it.
tests/patch/print.c
deleted
100644 → 0
This diff is collapsed.
Click to expand it.
tests/path/core.c
deleted
100644 → 0
This diff is collapsed.
Click to expand it.
tests/path/dotgit.c
deleted
100644 → 0
This diff is collapsed.
Click to expand it.
tests/path/win32.c
deleted
100644 → 0
This diff is collapsed.
Click to expand it.
tests/perf/helper__perf__do_merge.c
deleted
100644 → 0
This diff is collapsed.
Click to expand it.
tests/perf/helper__perf__do_merge.h
deleted
100644 → 0
This diff is collapsed.
Click to expand it.
tests/perf/helper__perf__timer.c
deleted
100644 → 0
This diff is collapsed.
Click to expand it.
tests/perf/merge.c
deleted
100644 → 0
This diff is collapsed.
Click to expand it.
tests/precompiled.c
deleted
100644 → 0
This diff is collapsed.
Click to expand it.
tests/precompiled.h
deleted
100644 → 0
This diff is collapsed.
Click to expand it.
tests/rebase/abort.c
deleted
100644 → 0
This diff is collapsed.
Click to expand it.
tests/rebase/inmemory.c
deleted
100644 → 0
This diff is collapsed.
Click to expand it.
tests/rebase/iterator.c
deleted
100644 → 0
This diff is collapsed.
Click to expand it.
tests/rebase/setup.c
deleted
100644 → 0
This diff is collapsed.
Click to expand it.
tests/rebase/sign.c
deleted
100644 → 0
This diff is collapsed.
Click to expand it.
tests/rebase/submodule.c
deleted
100644 → 0
This diff is collapsed.
Click to expand it.
tests/refs/basic.c
deleted
100644 → 0
This diff is collapsed.
Click to expand it.
tests/refs/branches/checkedout.c
deleted
100644 → 0
This diff is collapsed.
Click to expand it.
tests/refs/branches/create.c
deleted
100644 → 0
This diff is collapsed.
Click to expand it.
tests/refs/branches/delete.c
deleted
100644 → 0
This diff is collapsed.
Click to expand it.
tests/refs/branches/ishead.c
deleted
100644 → 0
This diff is collapsed.
Click to expand it.
tests/refs/branches/iterator.c
deleted
100644 → 0
This diff is collapsed.
Click to expand it.
tests/refs/branches/lookup.c
deleted
100644 → 0
This diff is collapsed.
Click to expand it.
tests/refs/branches/move.c
deleted
100644 → 0
This diff is collapsed.
Click to expand it.
tests/refs/branches/name.c
deleted
100644 → 0
This diff is collapsed.
Click to expand it.
tests/refs/branches/remote.c
deleted
100644 → 0
This diff is collapsed.
Click to expand it.
tests/refs/branches/upstream.c
deleted
100644 → 0
This diff is collapsed.
Click to expand it.
tests/refs/branches/upstreamname.c
deleted
100644 → 0
This diff is collapsed.
Click to expand it.
tests/refs/crashes.c
deleted
100644 → 0
This diff is collapsed.
Click to expand it.
tests/refs/create.c
deleted
100644 → 0
This diff is collapsed.
Click to expand it.
tests/refs/delete.c
deleted
100644 → 0
This diff is collapsed.
Click to expand it.
tests/refs/dup.c
deleted
100644 → 0
This diff is collapsed.
Click to expand it.
tests/refs/foreachglob.c
deleted
100644 → 0
This diff is collapsed.
Click to expand it.
tests/refs/isvalidname.c
deleted
100644 → 0
This diff is collapsed.
Click to expand it.
tests/refs/iterator.c
deleted
100644 → 0
This diff is collapsed.
Click to expand it.
tests/refs/list.c
deleted
100644 → 0
This diff is collapsed.
Click to expand it.
tests/refs/listall.c
deleted
100644 → 0
This diff is collapsed.
Click to expand it.
tests/refs/lookup.c
deleted
100644 → 0
This diff is collapsed.
Click to expand it.
tests/refs/namespaces.c
deleted
100644 → 0
This diff is collapsed.
Click to expand it.
tests/refs/normalize.c
deleted
100644 → 0
This diff is collapsed.
Click to expand it.
tests/refs/overwrite.c
deleted
100644 → 0
This diff is collapsed.
Click to expand it.
tests/refs/pack.c
deleted
100644 → 0
This diff is collapsed.
Click to expand it.
tests/refs/peel.c
deleted
100644 → 0
This diff is collapsed.
Click to expand it.
tests/refs/races.c
deleted
100644 → 0
This diff is collapsed.
Click to expand it.
tests/refs/read.c
deleted
100644 → 0
This diff is collapsed.
Click to expand it.
tests/refs/ref_helpers.h
deleted
100644 → 0
This diff is collapsed.
Click to expand it.
tests/refs/reflog/drop.c
deleted
100644 → 0
This diff is collapsed.
Click to expand it.
tests/refs/reflog/messages.c
deleted
100644 → 0
This diff is collapsed.
Click to expand it.
tests/refs/reflog/reflog.c
deleted
100644 → 0
This diff is collapsed.
Click to expand it.
tests/refs/reflog/reflog_helpers.c
deleted
100644 → 0
This diff is collapsed.
Click to expand it.
tests/refs/reflog/reflog_helpers.h
deleted
100644 → 0
This diff is collapsed.
Click to expand it.
tests/refs/rename.c
deleted
100644 → 0
This diff is collapsed.
Click to expand it.
tests/refs/revparse.c
deleted
100644 → 0
This diff is collapsed.
Click to expand it.
tests/refs/setter.c
deleted
100644 → 0
This diff is collapsed.
Click to expand it.
tests/refs/shorthand.c
deleted
100644 → 0
This diff is collapsed.
Click to expand it.
tests/refs/transactions.c
deleted
100644 → 0
This diff is collapsed.
Click to expand it.
tests/refs/unicode.c
deleted
100644 → 0
This diff is collapsed.
Click to expand it.
tests/refs/update.c
deleted
100644 → 0
This diff is collapsed.
Click to expand it.
tests/remote/create.c
deleted
100644 → 0
This diff is collapsed.
Click to expand it.
tests/remote/fetch.c
deleted
100644 → 0
This diff is collapsed.
Click to expand it.
tests/remote/httpproxy.c
deleted
100644 → 0
This diff is collapsed.
Click to expand it.
tests/remote/insteadof.c
deleted
100644 → 0
This diff is collapsed.
Click to expand it.
tests/remote/list.c
deleted
100644 → 0
This diff is collapsed.
Click to expand it.
tests/repo/config.c
deleted
100644 → 0
This diff is collapsed.
Click to expand it.
tests/repo/discover.c
deleted
100644 → 0
This diff is collapsed.
Click to expand it.
tests/repo/env.c
deleted
100644 → 0
This diff is collapsed.
Click to expand it.
tests/repo/extensions.c
deleted
100644 → 0
This diff is collapsed.
Click to expand it.
tests/repo/getters.c
deleted
100644 → 0
This diff is collapsed.
Click to expand it.
tests/repo/hashfile.c
deleted
100644 → 0
This diff is collapsed.
Click to expand it.
tests/repo/head.c
deleted
100644 → 0
This diff is collapsed.
Click to expand it.
tests/repo/headtree.c
deleted
100644 → 0
This diff is collapsed.
Click to expand it.
tests/repo/init.c
deleted
100644 → 0
This diff is collapsed.
Click to expand it.
tests/repo/message.c
deleted
100644 → 0
This diff is collapsed.
Click to expand it.
tests/repo/new.c
deleted
100644 → 0
This diff is collapsed.
Click to expand it.
tests/repo/open.c
deleted
100644 → 0
This diff is collapsed.
Click to expand it.
tests/repo/pathspec.c
deleted
100644 → 0
This diff is collapsed.
Click to expand it.
tests/repo/repo_helpers.c
deleted
100644 → 0
This diff is collapsed.
Click to expand it.
tests/repo/reservedname.c
deleted
100644 → 0
This diff is collapsed.
Click to expand it.
tests/repo/setters.c
deleted
100644 → 0
This diff is collapsed.
Click to expand it.
tests/repo/shallow.c
deleted
100644 → 0
This diff is collapsed.
Click to expand it.
tests/repo/state.c
deleted
100644 → 0
This diff is collapsed.
Click to expand it.
tests/repo/template.c
deleted
100644 → 0
This diff is collapsed.
Click to expand it.
tests/reset/default.c
deleted
100644 → 0
This diff is collapsed.
Click to expand it.
tests/reset/hard.c
deleted
100644 → 0
This diff is collapsed.
Click to expand it.
tests/reset/mixed.c
deleted
100644 → 0
This diff is collapsed.
Click to expand it.
tests/reset/reset_helpers.c
deleted
100644 → 0
This diff is collapsed.
Click to expand it.
tests/reset/soft.c
deleted
100644 → 0
This diff is collapsed.
Click to expand it.
tests/revert/bare.c
deleted
100644 → 0
This diff is collapsed.
Click to expand it.
tests/revert/rename.c
deleted
100644 → 0
This diff is collapsed.
Click to expand it.
tests/revert/workdir.c
deleted
100644 → 0
This diff is collapsed.
Click to expand it.
tests/revwalk/basic.c
deleted
100644 → 0
This diff is collapsed.
Click to expand it.
tests/revwalk/hidecb.c
deleted
100644 → 0
This diff is collapsed.
Click to expand it.
tests/revwalk/mergebase.c
deleted
100644 → 0
This diff is collapsed.
Click to expand it.
tests/revwalk/signatureparsing.c
deleted
100644 → 0
This diff is collapsed.
Click to expand it.
tests/revwalk/simplify.c
deleted
100644 → 0
This diff is collapsed.
Click to expand it.
tests/stash/apply.c
deleted
100644 → 0
This diff is collapsed.
Click to expand it.
tests/stash/drop.c
deleted
100644 → 0
This diff is collapsed.
Click to expand it.
tests/stash/foreach.c
deleted
100644 → 0
This diff is collapsed.
Click to expand it.
tests/stash/save.c
deleted
100644 → 0
This diff is collapsed.
Click to expand it.
tests/stash/stash_helpers.c
deleted
100644 → 0
This diff is collapsed.
Click to expand it.
tests/stash/submodules.c
deleted
100644 → 0
This diff is collapsed.
Click to expand it.
tests/status/renames.c
deleted
100644 → 0
This diff is collapsed.
Click to expand it.
tests/status/single.c
deleted
100644 → 0
This diff is collapsed.
Click to expand it.
tests/status/status_data.h
deleted
100644 → 0
This diff is collapsed.
Click to expand it.
tests/status/status_helpers.c
deleted
100644 → 0
This diff is collapsed.
Click to expand it.
tests/status/status_helpers.h
deleted
100644 → 0
This diff is collapsed.
Click to expand it.
tests/status/submodules.c
deleted
100644 → 0
This diff is collapsed.
Click to expand it.
tests/status/worktree_init.c
deleted
100644 → 0
This diff is collapsed.
Click to expand it.
tests/str/basic.c
deleted
100644 → 0
This diff is collapsed.
Click to expand it.
tests/str/oom.c
deleted
100644 → 0
This diff is collapsed.
Click to expand it.
tests/str/percent.c
deleted
100644 → 0
This diff is collapsed.
Click to expand it.
tests/str/quote.c
deleted
100644 → 0
This diff is collapsed.
Click to expand it.
tests/str/splice.c
deleted
100644 → 0
This diff is collapsed.
Click to expand it.
tests/stream/deprecated.c
deleted
100644 → 0
This diff is collapsed.
Click to expand it.
tests/stream/registration.c
deleted
100644 → 0
This diff is collapsed.
Click to expand it.
tests/stress/diff.c
deleted
100644 → 0
This diff is collapsed.
Click to expand it.
tests/submodule/add.c
deleted
100644 → 0
This diff is collapsed.
Click to expand it.
tests/submodule/escape.c
deleted
100644 → 0
This diff is collapsed.
Click to expand it.
tests/submodule/init.c
deleted
100644 → 0
This diff is collapsed.
Click to expand it.
tests/submodule/inject_option.c
deleted
100644 → 0
This diff is collapsed.
Click to expand it.
tests/submodule/lookup.c
deleted
100644 → 0
This diff is collapsed.
Click to expand it.
tests/submodule/modify.c
deleted
100644 → 0
This diff is collapsed.
Click to expand it.
tests/submodule/nosubs.c
deleted
100644 → 0
This diff is collapsed.
Click to expand it.
tests/submodule/open.c
deleted
100644 → 0
This diff is collapsed.
Click to expand it.
tests/submodule/repository_init.c
deleted
100644 → 0
This diff is collapsed.
Click to expand it.
tests/submodule/status.c
deleted
100644 → 0
This diff is collapsed.
Click to expand it.
tests/submodule/submodule_helpers.c
deleted
100644 → 0
This diff is collapsed.
Click to expand it.
tests/submodule/submodule_helpers.h
deleted
100644 → 0
This diff is collapsed.
Click to expand it.
tests/submodule/update.c
deleted
100644 → 0
This diff is collapsed.
Click to expand it.
tests/threads/atomic.c
deleted
100644 → 0
This diff is collapsed.
Click to expand it.
tests/threads/basic.c
deleted
100644 → 0
This diff is collapsed.
Click to expand it.
tests/threads/diff.c
deleted
100644 → 0
This diff is collapsed.
Click to expand it.
tests/threads/iterator.c
deleted
100644 → 0
This diff is collapsed.
Click to expand it.
tests/threads/refdb.c
deleted
100644 → 0
This diff is collapsed.
Click to expand it.
tests/threads/thread_helpers.c
deleted
100644 → 0
This diff is collapsed.
Click to expand it.
tests/threads/tlsdata.c
deleted
100644 → 0
This diff is collapsed.
Click to expand it.
tests/trace/trace.c
deleted
100644 → 0
This diff is collapsed.
Click to expand it.
tests/trace/windows/stacktrace.c
deleted
100644 → 0
This diff is collapsed.
Click to expand it.
tests/transport/register.c
deleted
100644 → 0
This diff is collapsed.
Click to expand it.
tests/transports/smart/packet.c
deleted
100644 → 0
This diff is collapsed.
Click to expand it.
tests/valgrind-supp-mac.txt
deleted
100644 → 0
This diff is collapsed.
Click to expand it.
tests/win32/forbidden.c
deleted
100644 → 0
This diff is collapsed.
Click to expand it.
tests/win32/longpath.c
deleted
100644 → 0
This diff is collapsed.
Click to expand it.
tests/win32/systemdir.c
deleted
100644 → 0
This diff is collapsed.
Click to expand it.
tests/worktree/bare.c
deleted
100644 → 0
This diff is collapsed.
Click to expand it.
tests/worktree/config.c
deleted
100644 → 0
This diff is collapsed.
Click to expand it.
tests/worktree/merge.c
deleted
100644 → 0
This diff is collapsed.
Click to expand it.
tests/worktree/open.c
deleted
100644 → 0
This diff is collapsed.
Click to expand it.
tests/worktree/reflog.c
deleted
100644 → 0
This diff is collapsed.
Click to expand it.
tests/worktree/refs.c
deleted
100644 → 0
This diff is collapsed.
Click to expand it.
tests/worktree/repository.c
deleted
100644 → 0
This diff is collapsed.
Click to expand it.
tests/worktree/submodule.c
deleted
100644 → 0
This diff is collapsed.
Click to expand it.
tests/worktree/worktree.c
deleted
100644 → 0
This diff is collapsed.
Click to expand it.
tests/worktree/worktree_helpers.c
deleted
100644 → 0
This diff is collapsed.
Click to expand it.
Please
register
or
sign in
to comment