summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'development' into vmg/dupe-odb-backendsvmg/dupe-odb-backendsVicent Marti2013-04-2254-833/+1252
|\
| * Merge pull request #1485 from libgit2/include-git2-sysVicent Martí2013-04-2240-531/+748
| |\
| | * Move git_reference__alloc to include/git2/sysRussell Belfer2013-04-219-52/+78
| | * Move refdb_backend to include/git2/sysRussell Belfer2013-04-219-114/+119
| | * Move git_commit_create_from_oids into sys/commit.hRussell Belfer2013-04-213-105/+129
| | * Added git_commit_create_oidJohn Wiegley2013-04-212-10/+60
| | * Move some low-level repo fns to include/git2/sysRussell Belfer2013-04-216-72/+101
| | * Added git_repository_new functionJohn Wiegley2013-04-212-0/+14
| | * Move odb_backend implementors stuff into git2/sysRussell Belfer2013-04-2115-182/+225
| | * Move git_config_backend to include/git2/sysRussell Belfer2013-04-216-50/+76
| * | Merge pull request #1495 from jasperla/developmentVicent Martí2013-04-211-0/+2
| |\ \ | | |/ | |/|
| | * Add missing prototype for p_realpath().Jasper Lievisse Adriaanse2013-04-221-0/+2
| |/
| * Merge pull request #1494 from nulltoken/fix/mailmapVicent Martí2013-04-211-0/+11
| |\
| | * mailmap: Coalesce some identitiesnulltoken2013-04-211-0/+11
| |/
| * Plug a couple of leaksCarlos Martín Nieto2013-04-201-0/+4
| * Merge pull request #1491 from ethomson/backends_dont_refdbVicent Martí2013-04-2010-37/+38
| |\
| | * alloc doesn't take a refdb; git_refdb_free nicely in the testsEdward Thomson2013-04-1910-37/+38
| |/
| * remote: specify what values direction can mean in git_remote_connect()Carlos Martín Nieto2013-04-191-1/+2
| * Merge pull request #1479 from arrbee/iterator-for-directoryRussell Belfer2013-04-197-262/+452
| |\
| | * Fix workdir iterator leakRussell Belfer2013-04-181-7/+5
| | * Fix win64 warningsRussell Belfer2013-04-182-3/+3
| | * Fix fs iterator test on case sensitive fsRussell Belfer2013-04-181-2/+2
| | * Fix uninitialized var warningsRussell Belfer2013-04-183-3/+3
| | * More filesystem iterator testsRussell Belfer2013-04-181-31/+103
| | * More filesystem iterator cleanupRussell Belfer2013-04-181-41/+42
| | * Make workdir iterator use filesystem iteratorRussell Belfer2013-04-181-391/+154
| | * Add filesystem iterator variantRussell Belfer2013-04-183-0/+356
| * | Fix some minor issuesBen Straub2013-04-191-9/+2
| |/
* | odb: Disable inode checks for Win32Vicent Marti2013-04-221-0/+4
* | odb: Do not allow duplicate on-disk backendsVicent Marti2013-04-191-9/+28
|/
* Merge pull request #1482 from nviennot/error-name-emailVicent Martí2013-04-181-1/+1
|\
| * Return error for empty name/emailNicolas Viennot2013-04-181-1/+1
* | treebuilder: don't overwrite the error messageCarlos Martín Nieto2013-04-181-1/+0
|/
* Merge pull request #1478 from ethomson/win32_typechange_testVicent Martí2013-04-171-1/+1
|\
| * use a longer string for dummy data in test to avoid conflicting w/ indexEdward Thomson2013-04-171-1/+1
* | repository: Doc fixVicent Marti2013-04-181-3/+1
* | Merge pull request #1475 from libgit2/vmg/refs-peelVicent Martí2013-04-177-69/+142
|\ \ | |/ |/|
| * refs: Do not union the peelvmg/refs-peelVicent Marti2013-04-173-17/+14
| * refs: Check alloc is cleanerVicent Marti2013-04-171-2/+1
| * refs: Add `git_referene_target_peel`Vicent Marti2013-04-177-71/+148
* | Merge pull request #1477 from ethomson/checkout_modified_use_cacheVicent Martí2013-04-171-0/+12
|\ \
| * | checkout: use cache when possible to determine if workdir item is dirtyEdward Thomson2013-04-171-0/+12
* | | Merge pull request #1476 from libgit2/vmg/bare-openVicent Martí2013-04-172-0/+46
|\ \ \ | |/ / |/| |
| * | repository: Add `git_repository_open_bare`vmg/bare-openVicent Marti2013-04-172-0/+46
| |/
* | Merge pull request #1474 from ghedo/developmentVicent Martí2013-04-171-1/+1
|\ \
| * | Update link to Perl bindingsAlessandro Ghedini2013-04-171-1/+1
|/ /
* | Add mailmap entries for meCarlos Martín Nieto2013-04-171-0/+2
* | /mailmap meBen Straub2013-04-161-1/+3
|/
* libgit2 0.18.0 "Big Ben"Vicent Marti2013-04-161-2/+2
* Merge pull request #1469 from libgit2/vmg/unified-revisionVicent Martí2013-04-1513-139/+239
|\