]> git.proxmox.com Git - libgit2.git/commit
Cleanup Clar to make it SIMPLER
authorVicent Marti <tanoku@gmail.com>
Tue, 18 Dec 2012 23:12:26 +0000 (00:12 +0100)
committerVicent Marti <tanoku@gmail.com>
Wed, 2 Jan 2013 01:05:11 +0000 (02:05 +0100)
commit156cfec096fd71cbd6d15592e80d164b8f3b55ad
treecd094a1cbf813efe0d6f33e3cdd1a3477ea44b2a
parent036e81f72613e59fdf344af57ed0a381ade356b0
Cleanup Clar to make it SIMPLER
19 files changed:
.gitignore
.gitmodules [new file with mode: 0644]
CMakeLists.txt
tests-clar/clar [changed from file to submodule]
tests-clar/clar_helpers.c
tests-clar/clar_libgit2.h
tests-clar/clone/network.c [deleted file]
tests-clar/fetchhead/network.c [deleted file]
tests-clar/main.c [new file with mode: 0644]
tests-clar/network/fetch.c [deleted file]
tests-clar/network/push.c [deleted file]
tests-clar/network/push_util.c [deleted file]
tests-clar/network/push_util.h [deleted file]
tests-clar/online/clone.c [new file with mode: 0644]
tests-clar/online/fetch.c [new file with mode: 0644]
tests-clar/online/fetchhead.c [new file with mode: 0644]
tests-clar/online/push.c [new file with mode: 0644]
tests-clar/online/push_util.c [new file with mode: 0644]
tests-clar/online/push_util.h [new file with mode: 0644]