Commits
- Commit:
37ad0a50f29496187cdbfd590ff76d0f427c151a
- From:
- Christian Weisgerber <naddy@mips.inka.de>
- Date:
run the tog tests as part of the default regress set
ok and README update by jamsek
- Commit:
cce8ba758294f57f72fa4e100fd2074dff3cc6ff
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
have 'make clean' traverse into regress/gotd in order to remove gotd.conf
- Commit:
8704c7cea5c81c45015529a58461bf8b49f9c4d9
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
add a simple deltify test
- Commit:
82ebf666930f3ea5b44663d1fede65ed22282361
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
tweak parse_uri() function, declare it as public API, and add a test for it
- Commit:
7d4057662589d6190d63231f5ea868a05f2780d2
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
retire C tests which depended on Got's own Git repository to run
- Commit:
1c11b35cd62a3d95ca80329b5edb14875c18fa6a
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
add a test for got_compare_paths()
- Commit:
25a58941e2beadb3c782e68c751bd74947177955
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
remove the pathset abstraction again; replaced by RB tree
- Commit:
aaa0878e4df2825d2597e407b5015a0e663ec7f8
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
add got_pathset API which manages a tree of paths
- Commit:
0e67301325787b5b65e8e3d635a2d98a7c182393
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
add a command line test suite with a simple 'got checkout' test
- Commit:
079b2f6564ee7fbd71071aedde0c3c317b985d46
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
add a Makefile hierarchy which builds the whole show