summaryrefslogtreecommitdiff
path: root/tests-clar/object
Commit message (Expand)AuthorAgeFilesLines
* 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
* message: Expose git_message_prettify()nulltoken2012-06-192-3/+7
* clar: Fix warningsVicent Marti2012-06-191-1/+6
* tree: Proper path comparison logicVicent Marti2012-06-191-0/+63
* Fix broken tests caused by no longer prettifying by defaultTim Clem2012-06-151-1/+1
* misc: Fix warnings from PVS Studio trialVicent Martí2012-06-071-2/+2
* blob: add git_blob_create_fromchunks()nulltoken2012-06-071-0/+87
* errors: Rename error codesVicent Martí2012-05-182-6/+6
* errors: Rename the generic return codesVicent Martí2012-05-183-15/+15
* tree: Naming conventionsVicent Martí2012-05-161-1/+1
* tree: Kill the `git_tree_diff` functionsVicent Martí2012-05-161-168/+0
* tests: make sure we clean up in objects/blob/write.cCarlos Martín Nieto2012-05-131-4/+5
* blob: Add git_blob_create_fromdisk()nulltoken2012-05-131-0/+68
* object: make git_object_lookup() return GIT_ENOTFOUND when searching for an e...nulltoken2012-05-111-0/+26
* Merge pull request #670 from nulltoken/ntk/topic/clean-commit_messageVicent Martí2012-05-082-1/+172
|\
| * commit/tag: ensure the message is cleaned upnulltoken2012-05-072-1/+172
* | Clean up warnings and testsRussell Belfer2012-05-081-4/+6
* | object: make git_object_lookup() return GIT_ENOTFOUND when searching for an e...nulltoken2012-05-081-0/+35
|/
* Merge remote-tracking branch 'scottjg/fix-mingw32' into developmentVicent Martí2012-05-051-0/+8
|\
| * Fix unsigned/signed comparison on Windows in commitstagedfile.cScott J. Goldman2012-05-051-0/+8
* | Remove old and unused error codesVicent Martí2012-05-021-1/+1
* | BoomVicent Martí2012-05-021-2/+2
* | Backport more test dataVicent Martí2012-05-021-1/+1
* | Update test suiteVicent Martí2012-05-027-25/+25
* | Merge branch 'new-error-handling' into developmentVicent Martí2012-05-023-12/+71
|\ \ | |/ |/|
| * error handling: move the missing parts over to the new error handlingCarlos Martín Nieto2012-04-261-6/+12
| * tag: Add git_tag_peel() which recursively peel a tag until a non tag git_obje...nulltoken2012-04-101-0/+56
| * Convert attr, ignore, mwindow, status to new errorsRussell Belfer2012-03-161-2/+2
| * error-handling: Add new routinesVicent Martí2012-03-031-1/+1
* | tests-clar/object: remove unused helper print_tree()schu2012-04-031-30/+0
* | tests: Cleanup & fix test suiteVicent Martí2012-04-032-152/+4
* | Simple readability fixes.Ben Straub2012-03-314-5/+16
* | Discovered cl_git_strequal! Mounted a crusade!Ben Straub2012-03-317-25/+25
* | Moved more assertions inside Clar test helpers.Ben Straub2012-03-314-84/+56
* | Fixed linux build/test issues.Ben Straub2012-03-301-4/+70
* | Moved tag tests to object suite.Ben Straub2012-03-302-0/+379
* | t09-tree.c ported.Ben Straub2012-03-302-0/+208