summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #1627 from arrbee/iterator-api-improvementsvmg/full-ref-iteratorVicent Martí2013-05-3111-187/+329
|\
| * Make iterators use GIT_ITEROVER & smart advanceRussell Belfer2013-05-3111-187/+329
|/
* FreesVicent Marti2013-05-301-2/+2
* RefcountingVicent Marti2013-05-303-3/+8
* ...Aaaand this worksVicent Marti2013-05-3010-404/+194
* What are the chances, reallyVicent Marti2013-05-2911-448/+234
* Liike thisVicent Marti2013-05-2810-81/+90
* This refs iterator pleases the gods.Vicent Marti2013-05-281-78/+69
* Fixing unwrapped callocRussell Belfer2013-05-271-1/+1
* Merge pull request #1614 from schu/packbuilder-writeVicent Martí2013-05-272-25/+45
|\
| * packbuilder: also write index in git_packbuilder_writeMichael Schubert2013-05-272-25/+45
|/
* Merge pull request #1613 from schu/transport-sshVicent Martí2013-05-271-0/+2
|\
| * tests: don't verify SSH unsupported with GIT_SSHMichael Schubert2013-05-271-0/+2
|/
* Merge pull request #1612 from drodriguez/fix-branch-delete-docsRussell Belfer2013-05-261-1/+2
|\
| * Fix documentation of git_branch_delete.Daniel Rodríguez Troitiño2013-05-261-1/+2
|/
* Merge pull request #1609 from ethomson/qsort_r_glibcVicent Martí2013-05-251-1/+2
|\
| * qsort_r appeared in glibc 2.8Edward Thomson2013-05-251-1/+2
|/
* Merge pull request #1608 from arrbee/various-cleanups-and-tweaksVicent Martí2013-05-2413-59/+164
|\
| * Add ~ expansion to global attributes and excludesRussell Belfer2013-05-243-13/+59
| * Clarify GIT_DIFF_INCLUDE_UNTRACKED_CONTENT optionRussell Belfer2013-05-242-5/+14
| * Typedef git_config_level_t and use it everywhereRussell Belfer2013-05-244-29/+44
| * Docs for git_libgit2_opts and cache disable tweakRussell Belfer2013-05-242-2/+36
| * Add typedefs on some public enumsRussell Belfer2013-05-243-10/+11
|/
* Merge pull request #1607 from ethomson/hurdRussell Belfer2013-05-241-1/+2
|\
| * qsort_r is broken on HURD, avoidEdward Thomson2013-05-241-1/+2
|/
* Merge pull request #1605 from ethomson/replace_reuc_fixVicent Martí2013-05-241-6/+8
|\
| * Ensure reuc vector is always validRussell Belfer2013-05-241-6/+8
|/
* Merge pull request #1593 from ethomson/conflict_iteratorVicent Martí2013-05-246-40/+215
|\
| * introduce git_conflict_iteratorEdward Thomson2013-05-176-40/+215
* | Merge pull request #1592 from ethomson/merge_setupVicent Martí2013-05-245-59/+1476
|\ \
| * | merge setupEdward Thomson2013-05-175-59/+1476
| |/
* | Merge pull request #1603 from ben/shallowVicent Martí2013-05-2410-0/+71
|\ \
| * | Stop leaking memoryBen Straub2013-05-231-1/+6
| * | Improve test failure outputBen Straub2013-05-2310-0/+66
* | | Merge pull request #1595 from arrbee/even-more-rename-fixesVicent Martí2013-05-2416-284/+1109
|\ \ \
| * | | Fill out diff rename test coverageRussell Belfer2013-05-232-1/+106
| * | | Move core.abbrev lookup out of diff print loopRussell Belfer2013-05-231-43/+48
| * | | More diff rename tests; better split swap handlingRussell Belfer2013-05-236-24/+139
| * | | Fix dereference of freed deltaRussell Belfer2013-05-231-7/+12
| * | | Significant rename detection rewriteRussell Belfer2013-05-225-220/+319
| * | | Add more diff rename detection testsRussell Belfer2013-05-204-20/+186
| * | | More git_diff_find_similar improvementsRussell Belfer2013-05-203-71/+101
| * | | Extend diff exampleRussell Belfer2013-05-171-6/+44
| * | | Fix issues with git_diff_find_similarRussell Belfer2013-05-174-85/+203
| * | | Fix delta compare to use correct pathnameRussell Belfer2013-05-171-1/+14
| * | | Add git_diff_print_raw printing helperRussell Belfer2013-05-172-6/+78
| * | | Add git_oid_nfmt - a flexible OID formatterRussell Belfer2013-05-173-23/+82
* | | | Merge pull request #1604 from arrbee/config-file-checksVicent Martí2013-05-242-25/+164
|\ \ \ \ | |_|/ / |/| | |
| * | | More config code checks and cleanupsRussell Belfer2013-05-231-23/+34
| * | | More tests of config with various absent filesRussell Belfer2013-05-232-3/+131
|/ / /