summaryrefslogtreecommitdiff
path: root/tests-clar
Commit message (Expand)AuthorAgeFilesLines
* errors: Rename the generic return codesVicent Martí2012-05-1820-52/+52
* Properly tag all `enums` with a `_t`Vicent Martí2012-05-181-1/+1
* refs: git_reference_listall -> git_reference_listVicent Martí2012-05-182-3/+3
* global: Fix unit tests after reorderingVicent Martí2012-05-187-82/+82
* Fix workdir iterators on empty directoriesRussell Belfer2012-05-171-0/+69
* Fix status for files under ignored dirsRussell Belfer2012-05-1624-16/+108
* notes: make git_note_foreach() callback signature easier to cope with from a ...nulltoken2012-05-161-3/+3
* tree: Naming conventionsVicent Martí2012-05-161-1/+1
* clar: Fix warningVicent Martí2012-05-161-1/+0
* tree: Kill the `git_tree_diff` functionsVicent Martí2012-05-161-168/+0
* Ranged iterators and rewritten git_status_fileRussell Belfer2012-05-153-14/+265
* Fix compilation warningsnulltoken2012-05-141-3/+4
* notes: add git_notes_foreach()nulltoken2012-05-141-14/+96
* Merge pull request #693 from nulltoken/topic/enhance_branch_move_test_coverageVicent Martí2012-05-141-0/+10
|\
| * branch: cover with test that moving a non existing branch returns ENOTFOUNDnulltoken2012-05-131-0/+10
* | Merge pull request #692 from nulltoken/fix/delete-branch_ENOTFOUNDVicent Martí2012-05-141-0/+15
|\ \
| * | branch: make git_branch_delete() return GIT_ENOTFOUND when the branch doesn't...nulltoken2012-05-131-0/+15
| |/
* | Merge pull request #688 from hanwen/masterVicent Martí2012-05-1423-0/+490
|\ \
| * | Handle duplicate objects from different backends in git_odb_read_prefix().Han-Wen Nienhuys2012-05-1223-0/+490
| |/
* | Merge pull request #671 from nulltoken/topic/blob_create_fromdiskVicent Martí2012-05-141-0/+69
|\ \
| * | 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
| |/
* | Merge pull request #681 from scottjg/solaris-fixesVicent Martí2012-05-141-0/+11
|\ \
| * | Add a test to verify FILENAME_MAXScott J. Goldman2012-05-131-0/+11
* | | Merge pull request #682 from arrbee/attribute-cache-busterVicent Martí2012-05-147-99/+157
|\ \ \
| * | | Fixed mode on clarRussell Belfer2012-05-101-0/+0
| * | | Add cache busting to attribute cacheRussell Belfer2012-05-106-99/+157
| |/ /
* | | mergebase: enhance test code coveragenulltoken2012-05-131-0/+111
| |/ |/|
* | Merge pull request #683 from arrbee/better-repo-initVicent Martí2012-05-121-0/+24
|\ \
| * | Fixed leaks and added testsRussell Belfer2012-05-111-0/+24
* | | object: make git_object_lookup() return GIT_ENOTFOUND when searching for an e...nulltoken2012-05-111-0/+26
| |/ |/|
* | clar: Update from upstreamVicent Martí2012-05-091-6/+8
* | Fix MSVC compilation issuenulltoken2012-05-091-104/+104
|/
* tests-clar/diff: fix missing-prototype warningMichael Schubert2012-05-091-2/+2
* Merge pull request #677 from arrbee/status-without-headVicent Martí2012-05-081-0/+45
|\
| * Add support for diffing index with no HEADRussell Belfer2012-05-081-0/+45
* | 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
* | Merge pull request #668 from nulltoken/topic/binary-blobsRussell Belfer2012-05-086-27/+196
|\ \
| * | diff: fix the diffing of two identical blobsnulltoken2012-05-074-9/+42
| * | diff: make git_diff_blobs() able to detect binary blobsnulltoken2012-05-073-10/+117
| * | tests: add two binary blobs to attr test repositorynulltoken2012-05-072-0/+0
| * | diff: fix the diffing of a concrete blob against a null onenulltoken2012-05-071-13/+42
| * | diff: When diffing two blobs, ensure the delta callback parameter is filled w...nulltoken2012-05-071-1/+1
| |/
* | Merge pull request #676 from carlosmn/remotesVicent Martí2012-05-082-2/+14
|\ \
| * | remotes: change git_remote_new's signatureCarlos Martín Nieto2012-05-082-2/+2
| * | remote: add git_remote_add()Carlos Martín Nieto2012-05-081-0/+12
* | | Clean up warnings and testsRussell Belfer2012-05-082-6/+9
|/ /
* | status: Prevent git_status_file() from returning ENOTFOUND when not applicablenulltoken2012-05-081-0/+16
* | repository: ensure git_repository_discover() returns ENOTFOUND when unable to...nulltoken2012-05-081-5/+5