summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* start implementing diff driver registryRussell Belfer2013-06-102-4/+42
* Fix some memory leaksRussell Belfer2013-06-102-1/+5
* fix missing file and bad prototypeRussell Belfer2013-06-102-1/+42
* Reorganize diff and add basic diff driverRussell Belfer2013-06-1033-1633/+1802
* Move some diff helpers into separate fileRussell Belfer2013-06-052-422/+433
* Basic function context headerRussell Belfer2013-06-051-16/+67
* I'm a dickVicent Marti2013-06-051-7/+7
* Ensure git_futils_mkdir won't mkdir rootRussell Belfer2013-06-051-13/+14
* Merge pull request #1633 from jamill/directory_create_fixVicent Martí2013-06-051-5/+13
|\
| * Allow creation of directories under the volume root in Win32Jameson Miller2013-06-051-5/+13
* | Merge pull request #1624 from libgit2/vmg/full-ref-iteratorVicent Martí2013-06-0316-542/+700
|\ \ | |/ |/|
| * Make iterators use GIT_ITEROVER & smart advanceRussell Belfer2013-05-318-121/+253
| * FreesVicent Marti2013-05-301-2/+2
| * RefcountingVicent Marti2013-05-303-3/+8
| * ...Aaaand this worksVicent Marti2013-05-306-205/+186
| * What are the chances, reallyVicent Marti2013-05-297-149/+203
| * Liike thisVicent Marti2013-05-286-56/+51
| * This refs iterator pleases the gods.Vicent Marti2013-05-281-78/+69
* | Don't bail on parsing commits with an invalid timezoneScott J. Goldman2013-06-021-2/+4
* | Make git_index_read_tree preserve stat cacheRussell Belfer2013-05-311-14/+54
* | Merge pull request #1626 from ethomson/index_ext_truncationVicent Martí2013-05-311-2/+3
|\ \
| * | improve test for index extension truncationEdward Thomson2013-05-311-2/+3
* | | Merge pull request #1621 from NHDaly/clone_transport_flagsVicent Martí2013-05-311-0/+4
|\ \ \
| * | | Added support for setting transport flags (No check SSL cert) to git_clone call.Nathan Daly2013-05-311-0/+4
| |/ /
* | | Merge pull request #1559 from carlosmn/ref-shorthandVicent Martí2013-05-311-0/+17
|\ \ \
| * | | Introduce git_reference_shorthandCarlos Martín Nieto2013-05-081-0/+17
* | | | Merge pull request #1623 from yorah/fix/tag_autoVicent Martí2013-05-312-10/+3
|\ \ \ \
| * | | | Proposal to handle default value (auto = 0)yorah2013-05-302-7/+1
| * | | | remote: make default tag retrieving behaviour consistentyorah2013-05-301-6/+5
| | |/ / | |/| |
* | | | Merge pull request #1622 from yorah/fix/thread-segfaultBen Straub2013-05-301-1/+3
|\ \ \ \ | |/ / / |/| | |
| * | | thread: fix segfault on Windows 64 bitsyorah2013-05-301-1/+3
| | |/ | |/|
* | | allow (ignore) bare slash in gitignoreEdward Thomson2013-05-292-1/+7
|/ /
* | Fixing unwrapped callocRussell Belfer2013-05-271-1/+1
* | packbuilder: also write index in git_packbuilder_writeMichael Schubert2013-05-271-22/+36
* | qsort_r appeared in glibc 2.8Edward Thomson2013-05-251-1/+2
* | Add ~ expansion to global attributes and excludesRussell Belfer2013-05-242-12/+25
* | Clarify GIT_DIFF_INCLUDE_UNTRACKED_CONTENT optionRussell Belfer2013-05-241-0/+4
* | Typedef git_config_level_t and use it everywhereRussell Belfer2013-05-242-16/+16
* | Docs for git_libgit2_opts and cache disable tweakRussell Belfer2013-05-241-0/+5
* | qsort_r is broken on HURD, avoidEdward Thomson2013-05-241-1/+2
* | Ensure reuc vector is always validRussell Belfer2013-05-241-6/+8
* | Merge pull request #1593 from ethomson/conflict_iteratorVicent Martí2013-05-242-30/+123
|\ \
| * | introduce git_conflict_iteratorEdward Thomson2013-05-172-30/+123
* | | Merge pull request #1592 from ethomson/merge_setupVicent Martí2013-05-242-40/+577
|\ \ \
| * | | merge setupEdward Thomson2013-05-172-40/+577
| |/ /
* | | Merge pull request #1603 from ben/shallowVicent Martí2013-05-241-0/+17
|\ \ \
| * | | Stop leaking memoryBen Straub2013-05-231-1/+6
| * | | Improve test failure outputBen Straub2013-05-231-0/+12
* | | | Merge pull request #1595 from arrbee/even-more-rename-fixesVicent Martí2013-05-249-254/+579
|\ \ \ \
| * | | | Fill out diff rename test coverageRussell Belfer2013-05-231-1/+1