libgit2/tests/resources
nulltoken 4cc71bb7fb tests: Add "describe" test repository
Built with the following script:

	#!/bin/sh

	test_tick () {
		sleep 10
	}

	test_tick &&
	echo one >file && git add file && git commit -m initial &&
	one=$(git rev-parse HEAD) &&

	git describe --always HEAD &&

	test_tick &&
	echo two >file && git add file && git commit -m second &&
	two=$(git rev-parse HEAD) &&

	test_tick &&
	echo three >file && git add file && git commit -m third &&

	test_tick &&
	echo A >file && git add file && git commit -m A &&
	test_tick &&
	git tag -a -m A A &&

	test_tick &&
	echo c >file && git add file && git commit -m c &&
	test_tick &&
	git tag c &&

	git reset --hard $two &&
	test_tick &&
	echo B >side && git add side && git commit -m B &&
	test_tick &&
	git tag -a -m B B &&

	test_tick &&
	git merge -m Merged c &&
	merged=$(git rev-parse HEAD) &&

	git reset --hard $two &&
	test_tick &&
	echo D >another && git add another && git commit -m D &&
	test_tick &&
	git tag -a -m D D &&
	test_tick &&
	git tag -a -m R R &&

	test_tick &&
	echo DD >another && git commit -a -m another &&

	test_tick &&
	git tag e &&

	test_tick &&
	echo DDD >another && git commit -a -m "yet another" &&

	test_tick &&
	git merge -m Merged $merged &&

	test_tick &&
	echo X >file && echo X >side && git add file side &&
	git commit -m x
2014-04-30 09:31:58 +02:00
..
attr Rename tests-clar to tests 2013-11-14 14:05:52 -08:00
attr_index Rename tests-clar to tests 2013-11-14 14:05:52 -08:00
bad_tag.git Rename tests-clar to tests 2013-11-14 14:05:52 -08:00
binaryunicode Rename tests-clar to tests 2013-11-14 14:05:52 -08:00
blametest.git Rename tests-clar to tests 2013-11-14 14:05:52 -08:00
cherrypick Added cherry pick tests 2014-04-14 16:16:22 +02:00
config Rename tests-clar to tests 2013-11-14 14:05:52 -08:00
crlf/.gitted Handle git_buf's from users more liberally 2014-01-08 10:08:23 -08:00
deprecated-mode.git Rename tests-clar to tests 2013-11-14 14:05:52 -08:00
describe tests: Add "describe" test repository 2014-04-30 09:31:58 +02:00
diff Rename tests-clar to tests 2013-11-14 14:05:52 -08:00
diff_format_email Added git_diff_stats test files 2014-04-15 17:22:03 +02:00
duplicate.git Add failing test for git_object_short_id 2014-03-10 11:35:14 -07:00
empty_bare.git Rename tests-clar to tests 2013-11-14 14:05:52 -08:00
empty_standard_repo/.gitted Rename tests-clar to tests 2013-11-14 14:05:52 -08:00
filemodes Rename tests-clar to tests 2013-11-14 14:05:52 -08:00
icase Rename tests-clar to tests 2013-11-14 14:05:52 -08:00
issue_592 Rename tests-clar to tests 2013-11-14 14:05:52 -08:00
issue_592b Rename tests-clar to tests 2013-11-14 14:05:52 -08:00
issue_1397 Rename tests-clar to tests 2013-11-14 14:05:52 -08:00
merge-resolve Add git_merge_status to provide info about an upcoming merge 2014-03-20 09:25:06 -07:00
mergedrepo Rename tests-clar to tests 2013-11-14 14:05:52 -08:00
partial-testrepo/.gitted Rename tests-clar to tests 2013-11-14 14:05:52 -08:00
peeled.git Rename tests-clar to tests 2013-11-14 14:05:52 -08:00
push_src Rename tests-clar to tests 2013-11-14 14:05:52 -08:00
renames Rename tests-clar to tests 2013-11-14 14:05:52 -08:00
revert merge_file should use more aggressive levels 2014-01-20 17:15:11 -05:00
shallow.git Rename tests-clar to tests 2013-11-14 14:05:52 -08:00
short_tag.git Rename tests-clar to tests 2013-11-14 14:05:52 -08:00
status Rename tests-clar to tests 2013-11-14 14:05:52 -08:00
submod2 Rename tests-clar to tests 2013-11-14 14:05:52 -08:00
submod2_target Rename tests-clar to tests 2013-11-14 14:05:52 -08:00
submodules Rename tests-clar to tests 2013-11-14 14:05:52 -08:00
template Rename tests-clar to tests 2013-11-14 14:05:52 -08:00
testrepo/.gitted Preserve tree filemode in index during checkout 2014-01-22 13:26:30 -05:00
testrepo2 Rename tests-clar to tests 2013-11-14 14:05:52 -08:00
testrepo.git Rename tests-clar to tests 2013-11-14 14:05:52 -08:00
twowaymerge.git Rename tests-clar to tests 2013-11-14 14:05:52 -08:00
typechanges Rename tests-clar to tests 2013-11-14 14:05:52 -08:00
unsymlinked.git Rename tests-clar to tests 2013-11-14 14:05:52 -08:00
userdiff Add PHP tests and fix bug in PHP builtin driver 2014-01-27 14:57:03 -08:00
.gitattributes Rename tests-clar to tests 2013-11-14 14:05:52 -08:00
.gitignore Rename tests-clar to tests 2013-11-14 14:05:52 -08:00
bad.index tree-cache: Don't segfault upon corruption 2013-11-19 13:25:37 +01:00
big.index Rename tests-clar to tests 2013-11-14 14:05:52 -08:00
gitgit.index Rename tests-clar to tests 2013-11-14 14:05:52 -08:00
push.sh Rename tests-clar to tests 2013-11-14 14:05:52 -08:00