libgit2/tests/commit
John Haley 5785ae9b5e Fix initial commit test
`test_commit_commit__create_initial_commit_parent_not_current` was not correctly 
testing that `HEAD` was not changed. Now we grab the oid that it was pointing to
before the call to `git_commit_create` and the oid that it's pointing to afterwards
and compare those.
2016-05-04 11:15:56 -07:00
..
commit.c Fix initial commit test 2016-05-04 11:15:56 -07:00
parent.c Rename tests-clar to tests 2013-11-14 14:05:52 -08:00
parse.c commit: fix extraction of single-line signatures 2016-03-17 10:48:06 +01:00
signature.c Introduce git_signature_from_buffer 2016-04-28 12:47:14 -04:00
write.c commit: add function to attach a signature to a commit 2016-03-15 12:55:03 +01:00