summaryrefslogtreecommitdiff
path: root/include/git2
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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
* | tag: Deploy EINVALIDSPEC usagenulltoken2012-12-011-3/+13
* | reflog: Deploy EINVALIDSPEC usagenulltoken2012-12-011-1/+4
* | refs: Deploy EINVALIDSPEC usagenulltoken2012-12-011-13/+21
* | remote: deploy EINVALIDSPEC usagenulltoken2012-12-011-5/+17
* | errors: Introduce EINVALIDSPEC error codenulltoken2012-12-011-0/+1
|/
* Merge pull request #1108 from libgit2/ahead-behind-countRussell Belfer2012-11-291-0/+36
|\
| * Rename git_count_ahead_behind -> git_graph_ahead_behindScott J. Goldman2012-11-282-11/+36
| * Add initial implementation of ahead-behind countScott J. Goldman2012-11-281-0/+11
* | Merge pull request #1110 from libgit2/features/push_rebasedVicent Martí2012-11-295-11/+116
|\ \
| * | Remove git_object_oid2typePhilip Kelley2012-11-291-11/+0
| * | Push! By schu, phkelley, and congyiwu, et alPhilip Kelley2012-11-286-11/+127
| |/
* | Merge pull request #1090 from arrbee/ignore-invalid-by-defaultVicent Martí2012-11-291-3/+4
|\ \ | |/ |/|
| * Set up default internal ignoresRussell Belfer2012-11-191-3/+4
* | odb: Add `git_odb_add_disk_alternate`Vicent Marti2012-11-281-0/+17
* | Various minor commenting fixesRussell Belfer2012-11-272-9/+20