summaryrefslogtreecommitdiff
path: root/tests-clar/object
Commit message (Expand)AuthorAgeFilesLines
...
* tag: Deploy EINVALIDSPEC usagenulltoken2012-12-011-1/+30
* Merge pull request #1110 from libgit2/features/push_rebasedVicent Martí2012-11-291-0/+1
|\
| * Remove git_object_oid2typePhilip Kelley2012-11-291-11/+0
| * Push! By schu, phkelley, and congyiwu, et alPhilip Kelley2012-11-281-0/+12
* | Consolidate text buffer functionsRussell Belfer2012-11-281-13/+19
|/
* Fix warnings on Win64 buildRussell Belfer2012-11-272-3/+3
* API updates for index.hBen Straub2012-11-271-1/+1
* API updates for tag.hRussell Belfer2012-11-271-1/+1
* API review / update for tree.hRussell Belfer2012-11-271-6/+6
* More external API cleanupVicent Marti2012-11-272-3/+3
* Rename ref and reflog apis for consistencyBen Straub2012-11-271-5/+5
* Reset all static variables to NULL in clar's __cleanupSascha Cunz2012-11-235-1/+13
* Prevent creating `..`, `.`, and `.git` with tree builderScott J. Goldman2012-11-181-0/+6
* tag: rename git_tag_type to git_tag_target_typenulltoken2012-11-171-1/+1
* Fix MSVC compilation warningsnulltoken2012-11-171-1/+1
* Merge pull request #1016 from arrbee/fix-checkout-dir-removalVicent Martí2012-11-131-2/+2
|\
| * Extensions to rmdir and mkdir utilitiesRussell Belfer2012-11-091-2/+2
* | Remove git_hash_ctx_new - callers now _ctx_init()Edward Thomson2012-11-131-8/+8
* | Win32 CryptoAPI and CNG support for SHA1Edward Thomson2012-11-131-7/+7
* | Fix compilation warningnulltoken2012-11-121-1/+1
* | index: prevent tree creation from a non merged statenulltoken2012-11-091-0/+40
* | tree: enforce coverage of silent entry replacementnulltoken2012-11-081-0/+117
|/
* tags: Fixed the tag parser to correctly treat the message field as optional.Erik van Zijst2012-11-021-0/+33
* index: Fix testsVicent Marti2012-11-011-1/+1
* index refactoringEdward Thomson2012-10-291-2/+2
* message: reorganize testsnulltoken2012-10-262-65/+65
* Merge pull request #968 from arrbee/diff-support-typechangeRussell Belfer2012-10-171-2/+2
|\
| * Add complex checkout test and then fix checkoutRussell Belfer2012-10-091-2/+2
* | tags: cover EEXISTS propagation upon creationnulltoken2012-10-111-2/+2
|/
* Tests: Add test for git_tag_list to check for 'git tag -l "*bar"'Sascha Cunz2012-09-231-0/+5
* Tests: reindent object/tag/list.c to use tabsSascha Cunz2012-09-231-63/+63
* Tests::object::tag: also test for a 'foo/*/bar'.Sascha Cunz2012-09-231-0/+14
* Tests: Add 3 tags to resources/testrepo.Sascha Cunz2012-09-231-4/+4
* Tests::Object::Tag: Add a mechanism to test which tags were returnedSascha Cunz2012-09-231-12/+48
* Tests::Object::Tag: move listing tags tests to an own fileSascha Cunz2012-09-222-45/+60
* object: make git_object_peel() test more readablenulltoken2012-09-061-10/+25
* Make git_object_peel a bit smarterRussell Belfer2012-08-271-3/+13
* tree entry: rename git_tree_entry_attributes() into git_tree_entry_filemode()nulltoken2012-08-211-5/+5
* filemode: deploy enum usagenulltoken2012-08-212-35/+39
* treebuilder: enhance attributes handling on insertionnulltoken2012-08-191-0/+118
* tests: fix tree walking testCarlos Martín Nieto2012-08-141-1/+1
* Make git_message_prettify return bytes writtenRussell Belfer2012-08-141-15/+20
* Check prettify message output buffer after cleanupRussell Belfer2012-08-121-0/+60
* Merge remote-tracking branch 'arrbee/tree-walk-fixes' into developmentVicent Marti2012-08-061-0/+103
|\
| * Add new iteration behavior to git_tree_walkRussell Belfer2012-08-031-0/+103
* | portability: Improve x86/amd64 compatibilitynulltoken2012-07-241-1/+1
|/
* object: introduce git_object_peel()nulltoken2012-07-171-0/+79
* tree: unfound tree entry returns GIT_ENOTFOUNDnulltoken2012-07-121-6/+6
* Don't rmdir() nonexistent dirs in object::tree::frompath testsScott J. Goldman2012-06-291-1/+0
* tree: Bring back `entry_bypath`Vicent Marti2012-06-291-45/+30