summaryrefslogtreecommitdiff
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* Add missing accessor for fetchRecurseSubmodulesdevelopmentRussell Belfer2012-09-071-0/+29
* Merge pull request #900 from pwkelley/developmentVicent Martí2012-09-061-0/+6
|\
| * Expose a malloc function to 3rd party ODB backendsPhilip Kelley2012-08-271-0/+6
* | diff: Cleanup documentation and printf compatVicent Marti2012-09-061-1/+12
* | Fix comments and a minor bugRussell Belfer2012-09-051-34/+100
* | Diff iteratorsRussell Belfer2012-09-053-3/+62
* | Merge pull request #856 from libgit2/utf8-winVicent Martí2012-09-041-59/+0
|\ \
| * | windows: Keep UTF-8 on the stack yoVicent Marti2012-08-281-59/+0
* | | branch: Add missing includeVicent Marti2012-09-041-0/+1
|/ /
* | Merge branch 'branch-delete-ref' into developmentVicent Marti2012-08-272-13/+15
|\ \
| * | branch: Change `git_branch_delete` to take a refVicent Marti2012-08-262-13/+13
| |/
* | Merge pull request #904 from arrbee/better-object-peelVicent Martí2012-08-272-5/+8
|\ \
| * | Make git_object_peel a bit smarterRussell Belfer2012-08-272-5/+8
| |/
* | Merge pull request #897 from nulltoken/topic/git_reference_check_formatVicent Martí2012-08-271-0/+48
|\ \ | |/ |/|
| * refs: expose git_reference_normalize_name()nulltoken2012-08-271-0/+48
* | indexer: kill git_indexer_stats.data_receivedCarlos Martín Nieto2012-08-261-1/+0
* | Merge pull request #895 from carlosmn/sidebandVicent Martí2012-08-242-1/+3
|\ \
| * | network: add sideband supportCarlos Martín Nieto2012-08-241-1/+1
| * | indexer: recognize and mark when all of the packfile has been downloadedCarlos Martín Nieto2012-08-241-0/+2
| |/
* | Working implementation of git_submodule_statusRussell Belfer2012-08-243-91/+103
* | Major submodule rewriteRussell Belfer2012-08-242-45/+421
|/
* Fix warnings and merge issues on Win64Russell Belfer2012-08-231-0/+5
* Some cleanup suggested during reviewRussell Belfer2012-08-221-13/+2
* Add template dir and set gid to repo initRussell Belfer2012-08-222-17/+42
* Add git_repository_init_ext for power inittersRussell Belfer2012-08-221-4/+131
* Merge pull request #891 from arrbee/internal-ignore-apiVicent Martí2012-08-222-0/+75
|\
| * Wrap up ignore API and add testsRussell Belfer2012-08-221-0/+74
| * Add public API for internal ignoresRussell Belfer2012-08-211-0/+1
* | tree entry: rename git_tree_entry_attributes() into git_tree_entry_filemode()nulltoken2012-08-211-2/+2
* | filemode: deploy enum usagenulltoken2012-08-211-2/+2
* | filemode: introduce enum to ease use of attributesnulltoken2012-08-211-0/+10
|/
* treebuilder: enhance attributes handling on insertionnulltoken2012-08-191-1/+7
* Merge pull request #778 from ben/cloneVicent Martí2012-08-194-3/+133
|\
| * Add documentation for clone methods.Ben Straub2012-07-311-2/+3
| * Add checkout.h to git2.h.Ben Straub2012-07-313-4/+5
| * Enable stats on git_index_read_tree.Ben Straub2012-07-301-14/+2
| * Checkout: use git_index_read_tree_with_stats.Ben Straub2012-07-301-0/+15
| * Checkout: add head- and ref-centric checkouts.Ben Straub2012-07-271-9/+14
| * Merge remote-tracking branch 'upstream/development' into test-mergeBen Straub2012-07-278-37/+174
| |\
| * | Checkout: implementation of most optionsBen Straub2012-07-261-1/+2
| * | Restructure for better checkout optionsBen Straub2012-07-262-21/+26
| * | checkout: introduce git_checkout_optsBen Straub2012-07-261-3/+33
| * | Merge branch 'development' into cloneBen Straub2012-07-1718-79/+217
| |\ \
| * | | Fix documentation comment to match actual params.Ben Straub2012-07-131-4/+1
| * | | Clone: new home for git_checkout_force.Ben Straub2012-06-211-0/+38
| * | | Add progress reporting to clone.Ben Straub2012-06-211-3/+6
| * | | Add git_clone and git_clone_bare.Ben Straub2012-06-212-0/+46
* | | | refs: fix missing parameter documentationnulltoken2012-08-151-0/+2
* | | | notes: slight documentation enhancementsnulltoken2012-08-151-12/+14
* | | | Merge pull request #873 from carlosmn/tree-walkCarlos Martín Nieto2012-08-141-2/+3
|\ \ \ \