summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* filter: Add write-to CRLF filterVicent Martí2012-02-294-115/+254
* filter: Load attributes for fileVicent Martí2012-02-283-0/+129
* buffer: Null terminate on rtrimVicent Martí2012-02-271-0/+2
* filter: Apply filters before writing a file to the ODBVicent Martí2012-02-274-49/+281
* buffer: Unify `git_fbuffer` and `git_buf`Vicent Martí2012-02-2713-142/+142
* Add git_remote_list()Carlos Martín Nieto2012-02-261-0/+69
* config: correctly deal with setting a multivar with regex where there are no ...Carlos Martín Nieto2012-02-251-52/+61
* A remote exists with an URL aloneCarlos Martín Nieto2012-02-241-0/+3
* Ensure that commits don't fail if committing content that already existsPaul Betts2012-02-231-0/+2
* tree: break out on write errorCarlos Martín Nieto2012-02-231-0/+1
* Fix readdir usage across platformsRussell Belfer2012-02-234-14/+30
* Fix warnings about type conversion on win32Russell Belfer2012-02-232-5/+5
* Fix -Wuninitialized warningschu2012-02-231-1/+1
* Merge pull request #570 from arrbee/uniform-iteratorsVicent Martí2012-02-2215-82/+902
|\
| * Fix iterators based on pull request feedbackRussell Belfer2012-02-227-284/+221
| * Iterator improvements from diff implementationRussell Belfer2012-02-222-38/+58
| * Uniform iterators for trees, index, and workdirRussell Belfer2012-02-2114-61/+924
* | Merge pull request #565 from carlosmn/multimapVicent Martí2012-02-222-220/+336
|\ \
| * | Implement setting multivarsCarlos Martín Nieto2012-02-172-9/+120
| * | Support getting multivarsCarlos Martín Nieto2012-02-172-0/+69
| * | Store multivars in the multimapCarlos Martín Nieto2012-02-171-3/+11
| * | First round of config multimap changesCarlos Martín Nieto2012-02-171-219/+147
* | | Export parse_tag_buffer as git_tag__parse_buffer.Jay Freeman (saurik)2012-02-222-3/+6
| |/ |/|
* | 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
|/