summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Uniform iterators for trees, index, and workdirRussell Belfer2012-02-2114-61/+924
* Fix check for writing remote's fetch and push configurationsCarlos Martín Nieto2012-02-211-2/+2
* Move git_remote_load() to git_bufCarlos Martín Nieto2012-02-201-22/+16
* Add git_remote_save()Carlos Martín Nieto2012-02-201-0/+50
* Add git_remote_set_{fetch,push}spec()Carlos Martín Nieto2012-02-201-0/+38
* notes: fix assertschu2012-02-161-3/+3
* Merge pull request #558 from schu/notes-apiVicent Martí2012-02-154-3/+483
|\
| * Add git notes APIschu2012-02-152-0/+467
| * util: add git__ishexschu2012-02-151-0/+9
| * commit: actually allow yet to be born update_refschu2012-02-151-3/+7
* | zlib: Remove custom `git2/zlib.h` headerVicent Martí2012-02-156-6/+7
|/
* Update Copyright headerschu2012-02-13112-112/+112
* config_file: fix clang sizeof-pointer-memaccessschu2012-02-131-1/+1
* Merge pull request #554 from carlosmn/revwalk-resetVicent Martí2012-02-111-0/+1
|\
| * revwalk: unmark commits as uninteresting on resetCarlos Martín Nieto2012-02-071-0/+1
* | odb: Proper symlink hashingVicent Martí2012-02-103-25/+107
* | odb: Add internal `git_odb__hashfd`Vicent Martí2012-02-103-24/+32
|/
* Merge pull request #551 from schu/treebuilder-entriesVicent Martí2012-02-052-9/+1
|\
| * treebuilder: remove needless variable entry_countschu2012-02-052-9/+1
* | repository: ensure that the path to the .git directory ends with a forward sl...nulltoken2012-02-031-1/+1
* | Fix the build on EmscriptenEhsan Akhgari2012-02-021-0/+1
* | Add unit tests for recent bug fixesRussell Belfer2012-02-012-0/+10
* | Fix memory leak in attr file cacheRussell Belfer2012-02-011-4/+13
* | status: Document submodule TODOsVicent Martí2012-02-011-11/+16
* | Fix issue with ignoring whole directoriesRussell Belfer2012-01-311-0/+2
* | Fix attr path is_dir checkRussell Belfer2012-01-316-35/+58
* | Convert status assert to skip fileRussell Belfer2012-01-311-2/+12
* | refspec: a ref name includes the refs/ prefixCarlos Martín Nieto2012-01-311-1/+1
|/
* cache: Simplify locking mechanicsVicent Martí2012-01-272-54/+40
* win32: Use the Windows Atomic API on MinGW tooVicent Martí2012-01-261-7/+7
* msvc: Move `ssize_t` typedef to MSVC-onlyVicent Martí2012-01-262-4/+3
* repository: add minimal reinitialization of repositorynulltoken2012-01-251-7/+43
* config: don't use 'section "subsection"' internal form on config_setCarlos Martín Nieto2012-01-231-12/+2
* Merge branch 'fix-subdir-attr-paths' into developmentRussell Belfer2012-01-205-64/+108
|\
| * Remove poor git__removechar functionRussell Belfer2012-01-164-22/+13
| * Fix handling of relative paths for attrsRussell Belfer2012-01-167-64/+117
* | diff-index: fix leakCarlos Martín Nieto2012-01-192-1/+2
* | http: use PRIuZCarlos Martín Nieto2012-01-191-1/+1
* | refs: don't leak the packref when deleting/renamingCarlos Martín Nieto2012-01-191-2/+4
* | hashtable: add remove2 to retrieve the value that was removedCarlos Martín Nieto2012-01-192-2/+11
* | indexer: save the pack index with the right nameCarlos Martín Nieto2012-01-191-1/+1
* | remote: don't try to free the ref on errorCarlos Martín Nieto2012-01-191-1/+2
* | transport: prevent git_remote_download() from segfaulting when being passed a...nulltoken2012-01-191-1/+1
* | Move path related functions from fileops to pathRussell Belfer2012-01-1719-304/+368
* | repository: add the invalid repository path to the error messagenulltoken2012-01-171-1/+1
* | transport: prevent the transport determination mechanism from segfaulting whe...nulltoken2012-01-171-1/+1
* | Fix MSVC compilation warningnulltoken2012-01-171-1/+1
|/
* Merge pull request #531 from arrbee/gitignoreRussell Belfer2012-01-1615-175/+555
|\
| * Patch cleanup for mergeRussell Belfer2012-01-166-25/+23
| * Fix several memory issuesRussell Belfer2012-01-115-43/+30