summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* errors: Rename error codesbreaking-changesVicent Martí2012-05-1861-170/+171
* errors: Rename the generic return codesVicent Martí2012-05-1890-368/+404
* Properly tag all `enums` with a `_t`Vicent Martí2012-05-188-31/+34
* refs: git_reference_listall -> git_reference_listVicent Martí2012-05-186-7/+7
* errors: Remove old commentsVicent Martí2012-05-181-13/+0
* global: Fix unit tests after reorderingVicent Martí2012-05-187-82/+82
* global: Change parameter ordering in APIVicent Martí2012-05-1814-97/+118
* Merge pull request #709 from arrbee/profiling-with-scottgVicent Martí2012-05-176-25/+52
|\
| * No point in keeping commented out fnRussell Belfer2012-05-171-9/+0
| * Other optimization and warning fixesRussell Belfer2012-05-172-14/+23
| * Optimize away git_text_gather_stats in diffRussell Belfer2012-05-173-7/+23
| * Basic setup for profilingRussell Belfer2012-05-173-2/+13
* | Merge pull request #708 from arrbee/fix-empty-workdir-iteratorVicent Martí2012-05-172-4/+81
|\ \ | |/ |/|
| * Fix workdir iterators on empty directoriesRussell Belfer2012-05-172-4/+81
|/
* Merge pull request #706 from arrbee/fix_592_againVicent Martí2012-05-1625-36/+148
|\
| * Fix status for files under ignored dirsRussell Belfer2012-05-1625-36/+148
|/
* Merge pull request #705 from nulltoken/fix/note_list_callback_signatureVicent Martí2012-05-163-11/+24
|\
| * notes: make git_note_foreach() callback signature easier to cope with from a ...nulltoken2012-05-163-11/+24
|/
* tree: Naming conventionsVicent Martí2012-05-166-14/+17
* clar: Fix warningVicent Martí2012-05-161-1/+0
* tree: Kill the `git_tree_diff` functionsVicent Martí2012-05-163-472/+0
* Merge pull request #700 from cholin/revwalk_resetVicent Martí2012-05-161-0/+3
|\
| * really reset walker with git_revwalk_resetNico von Geyso2012-05-151-0/+3
* | Merge pull request #702 from arrbee/fix-status-fileVicent Martí2012-05-1619-330/+766
|\ \
| * | Document git_buf_common_prefixRussell Belfer2012-05-152-0/+4
| * | Fix notes to use new fixed iterator signatureRussell Belfer2012-05-151-1/+1
| * | Ranged iterators and rewritten git_status_fileRussell Belfer2012-05-1518-329/+761
* | | Merge pull request #703 from carlosmn/consistencyVicent Martí2012-05-162-5/+17
|\ \ \ | |/ / |/| |
| * | indexer: add more consistency checksCarlos Martín Nieto2012-05-161-0/+11
| * | Introduce GITERR_INDEXERCarlos Martín Nieto2012-05-152-5/+6
|/ /
* | Merge pull request #699 from nulltoken/fix/compilation-warningsVicent Martí2012-05-142-7/+5
|\ \
| * | Fix compilation warningsnulltoken2012-05-142-7/+5
|/ /
* | Merge pull request #696 from nulltoken/topic/notes-listVicent Martí2012-05-143-37/+252
|\ \
| * | notes: add git_notes_foreach()nulltoken2012-05-143-37/+252
* | | Revert "Specifiy dllimport to MSVC if we're not building libgit2.dll"Vicent Martí2012-05-141-5/+1
|/ /
* | 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-142-1/+16
|\ \
| * | branch: make git_branch_delete() return GIT_ENOTFOUND when the branch doesn't...nulltoken2012-05-132-1/+16
| |/
* | Merge pull request #688 from hanwen/masterVicent Martí2012-05-1424-10/+505
|\ \
| * | Handle duplicate objects from different backends in git_odb_read_prefix().Han-Wen Nienhuys2012-05-1224-10/+505
| |/
* | Specifiy dllimport to MSVC if we're not building libgit2.dllSascha Cunz2012-05-141-1/+5
* | Merge pull request #671 from nulltoken/topic/blob_create_fromdiskVicent Martí2012-05-143-16/+121
|\ \
| * | 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-133-16/+120
| |/
* | Merge pull request #681 from scottjg/solaris-fixesVicent Martí2012-05-149-14/+54
|\ \
| * | Add a test to verify FILENAME_MAXScott J. Goldman2012-05-131-0/+11
| * | Fix readdir_r() usage for SolarisScott J. Goldman2012-05-122-6/+29
| * | Fix comment typo in common.hScott J. Goldman2012-05-101-1/+1
| * | Fix rmdir() usage on SolarisScott J. Goldman2012-05-101-1/+1