summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | 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
|/ / / /
* | | | 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
|\ \ \
| * | | Fix examplesvmg/unified-revisionVicent Marti2013-04-161-9/+11
| * | | Update docsVicent Marti2013-04-151-9/+7
| * | | git_revision -> git_revspecVicent Marti2013-04-154-32/+32
| * | | Is this crazy?Vicent Marti2013-04-154-64/+60
| * | | Merge remote-tracking branch 'ben/unified-revparse' into developmentVicent Marti2013-04-1513-124/+228
| |\ \ \
| | * | | Clean up minor detailsBen Straub2013-04-153-5/+3
| | * | | Clean up example code.Ben Straub2013-04-151-3/+3