summaryrefslogtreecommitdiff
path: root/include/git2
Commit message (Expand)AuthorAgeFilesLines
* Add index API to remove all files in a directoryRussell Belfer2013-01-041-0/+11
* Simplify checkout documentationRussell Belfer2013-01-041-126/+93
* Submodule caching fix and location APIRussell Belfer2013-01-041-0/+18
* Add index updating to checkoutRussell Belfer2013-01-041-1/+4
* More checkout improvementsRussell Belfer2013-01-041-28/+32
* Rework checkout internals (again)Russell Belfer2013-01-041-96/+165
* MERGE_HEAD contents iteratorEdward Thomson2013-01-032-0/+17
* expose merge metadata cleanupEdward Thomson2013-01-031-0/+9
* add option to allow git note overwriteNikolai Vladimirov2013-01-031-1/+3
* Merge pull request #1152 from ben/clone-api-structificationVicent Martí2013-01-022-33/+65
|\
| * Include checkout options inlineBen Straub2013-01-021-4/+4
| * Move `url` to last place in parameter listBen Straub2013-01-021-3/+3
| * remote: Prevent create() from blindly overwritingnulltoken2012-12-241-1/+1
| * remote: Improve documentationnulltoken2012-12-241-4/+6
| * remote: Enhance in-memory remote test coveragenulltoken2012-12-241-1/+1
| * In-memory remotes don't have namesBen Straub2012-12-211-2/+0
| * git_remote_create calls git_remote_saveBen Straub2012-12-201-2/+4
| * Remote: deprecate dangling, prevent saving in-memoryBen Straub2012-12-201-8/+0
| * Rename remote creation APIsBen Straub2012-12-201-13/+22
| * Add more clone options. Push test suite segfaults.Ben Straub2012-12-191-3/+32
* | Fixed compilation with VS >= 2010Sven Strickroth2012-12-281-0/+4
* | Merge pull request #1163 from barrbrain/check-exists-before-writeVicent Martí2012-12-211-0/+4
|\ \ | |/ |/|
| * odb: check if object exists before writingDavid Michael Barr2012-12-211-0/+4
* | fetchhead reading/iteratingEdward Thomson2012-12-192-0/+19
|/
* Merge pull request #1151 from arrbee/fix-diff-constructor-namesVicent Martí2012-12-171-58/+93
|\
| * More diff.h comment fixesRussell Belfer2012-12-171-34/+52
| * Fix diff constructor name order confusionRussell Belfer2012-12-171-25/+42
* | blob: introduce git_blob_is_binary()nulltoken2012-12-171-0/+13
|/
* Move non-options back out of options structBen Straub2012-12-141-8/+10
* Deploy git_clone_options; remove git_clone_bareBen Straub2012-12-141-38/+8
* Introduce git_clone_optionsBen Straub2012-12-141-0/+33
* Define constant for default fetch specBen Straub2012-12-131-0/+8
* Convert clone to use dangling remotesBen Straub2012-12-121-4/+4
* API to set a dangling remote's repositoryBen Straub2012-12-121-0/+10
* Allow creation of dangling remotesBen Straub2012-12-121-3/+3
* Clean up iterator APIsRussell Belfer2012-12-101-0/+8
* Add a payload param to git_cred_acquire_cbBen Straub2012-12-102-2/+5
* Allow compilation as C++Ben Straub2012-12-068-9/+9
* Fix diff header comments and missing constRussell Belfer2012-12-051-9/+67
* Merge pull request #1115 from ben/struct-versionsVicent Martí2012-12-0510-14/+43
|\
| * Remove GIT_SIGNATURE_VERSION and friendsBen Straub2012-12-031-4/+0
| * Remove GIT_CRED_VERSION and friendsBen Straub2012-12-031-4/+0
| * Make constant name all-capsBen Straub2012-11-301-1/+1
| * Deploy GIT_REMOTE_CALLBACKS_INITBen Straub2012-11-301-1/+2
| * Deploy GIT_DIFF_OPTIONS_INITBen Straub2012-11-301-1/+1
| * Cleanup nitpicky thingsBen Straub2012-11-302-4/+3
| * Add version fields and init macros for public input structs.Ben Straub2012-11-309-9/+46
* | revparse: Deploy EINVALIDSPEC usagenulltoken2012-12-011-1/+2
* | object: refine git_object_peel() error reportnulltoken2012-12-012-4/+6
* | branch: Deploy EINVALIDSPEC usagenulltoken2012-12-011-3/+12