summaryrefslogtreecommitdiff
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* 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
|\ \ \ \
| * | | | tree: allow the user to skip an entry or cancel the walkCarlos Martín Nieto2012-08-131-2/+3
* | | | | Merge pull request #875 from arrbee/fix-message-prettify-length-checkRussell Belfer2012-08-141-3/+5
|\ \ \ \ \
| * | | | | Make git_message_prettify return bytes writtenRussell Belfer2012-08-141-3/+5
| |/ / / /
* | | | | Merge pull request #871 from joshtriplett/fix-note_foreach-docsVicent Martí2012-08-131-1/+1
|\ \ \ \ \
| * | | | | git_note_foreach: Fix documentation for notes_ref parameterJosh Triplett2012-08-121-1/+1
| |/ / / /
* | | | | Merge pull request #870 from joshtriplett/fix-note_create-docsVicent Martí2012-08-131-2/+2
|\ \ \ \ \
| * | | | | git_note_oid: Fix the documentation to reference parameters using the correct...Josh Triplett2012-08-121-2/+2
| |/ / / /
* | | | | Merge pull request #872 from joshtriplett/fix-note_remove-docsVicent Martí2012-08-131-1/+1
|\ \ \ \ \
| * | | | | git_note_remove: Copyediting on documentation for the oid parameterJosh Triplett2012-08-121-1/+1
| |/ / / /