summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* errors: Rename error codesbreaking-changesVicent Martí2012-05-1837-121/+121
* errors: Rename the generic return codesVicent Martí2012-05-1844-166/+166
* Properly tag all `enums` with a `_t`Vicent Martí2012-05-182-4/+4
* refs: git_reference_listall -> git_reference_listVicent Martí2012-05-183-3/+3
* global: Change parameter ordering in APIVicent Martí2012-05-1812-69/+90
* Merge pull request #709 from arrbee/profiling-with-scottgVicent Martí2012-05-173-23/+39
|\
| * 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
* | Fix workdir iterators on empty directoriesRussell Belfer2012-05-171-4/+12
|/
* Fix status for files under ignored dirsRussell Belfer2012-05-161-20/+40
* notes: make git_note_foreach() callback signature easier to cope with from a ...nulltoken2012-05-161-7/+9
* tree: Naming conventionsVicent Martí2012-05-164-12/+15
* tree: Kill the `git_tree_diff` functionsVicent Martí2012-05-161-270/+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-1615-305/+481
|\ \
| * | 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-1514-304/+476
* | | indexer: add more consistency checksCarlos Martín Nieto2012-05-161-0/+11
* | | Introduce GITERR_INDEXERCarlos Martín Nieto2012-05-151-5/+5
|/ /
* | Fix compilation warningsnulltoken2012-05-141-4/+1
* | notes: add git_notes_foreach()nulltoken2012-05-141-23/+135
* | Merge pull request #692 from nulltoken/fix/delete-branch_ENOTFOUNDVicent Martí2012-05-141-1/+1
|\ \
| * | branch: make git_branch_delete() return GIT_ENOTFOUND when the branch doesn't...nulltoken2012-05-131-1/+1
| |/
* | Merge pull request #688 from hanwen/masterVicent Martí2012-05-141-10/+15
|\ \
| * | Handle duplicate objects from different backends in git_odb_read_prefix().Han-Wen Nienhuys2012-05-121-10/+15
| |/
* | Merge pull request #671 from nulltoken/topic/blob_create_fromdiskVicent Martí2012-05-141-16/+40
|\ \
| * | blob: Add git_blob_create_fromdisk()nulltoken2012-05-131-16/+40
| |/
* | Merge pull request #681 from scottjg/solaris-fixesVicent Martí2012-05-146-12/+39
|\ \
| * | Fix readdir_r() usage for SolarisScott J. Goldman2012-05-122-6/+29
| * | Fix rmdir() usage on SolarisScott J. Goldman2012-05-101-1/+1
| * | Hook up Windows compat fnmatch() for SolarisScott J. Goldman2012-05-104-5/+9
* | | Merge pull request #682 from arrbee/attribute-cache-busterVicent Martí2012-05-144-34/+100
|\ \ \
| * | | Add cache busting to attribute cacheRussell Belfer2012-05-104-34/+100
| |/ /
* | | iterator: prevent git_iterator_free() from segfaulting when being passed a NU...nulltoken2012-05-131-0/+3
| |/ |/|
* | Merge pull request #683 from arrbee/better-repo-initVicent Martí2012-05-121-1/+68
|\ \
| * | Fixed leaks and added testsRussell Belfer2012-05-111-16/+13
| * | Improve repo initialization to be more like gitRussell Belfer2012-05-091-1/+71
| |/
* | object: make git_object_lookup() return GIT_ENOTFOUND when searching for an e...nulltoken2012-05-111-2/+2
|/
* Fix 64-bit build warningRussell Belfer2012-05-091-1/+1
* Merge pull request #679 from nulltoken/fix/git__isspaceRussell Belfer2012-05-091-1/+1
|\
| * util: Fix git__isspace() implementationnulltoken2012-05-091-1/+1
* | fetch: filter tag annotation pseudo-refs while generating wantsCarlos Martín Nieto2012-05-092-4/+4
* | remote: don't try to create tag annotations as refs/tags/v0.1.0^{}Carlos Martín Nieto2012-05-091-0/+4
* | indexer: close the pack's fd before renaming itCarlos Martín Nieto2012-05-091-1/+2
|/
* msvc: Do not use `isspace` Vicent Martí2012-05-097-18/+33
* Merge pull request #677 from arrbee/status-without-headVicent Martí2012-05-084-3/+53
|\
| * Add support for diffing index with no HEADRussell Belfer2012-05-084-3/+53