summaryrefslogtreecommitdiff
path: root/include/git2
Commit message (Expand)AuthorAgeFilesLines
* Remove GIT_SUCCESS from documentationMiquel Canes Gonzalez2013-03-241-1/+1
* graph: make the ahead-behind docs clearerCarlos Martín Nieto2013-03-221-5/+10
* clone: fix param commentCarlos Martín Nieto2013-03-191-1/+1
* Fixes and cleanupsRussell Belfer2013-03-181-26/+0
* Switch search paths to classic delimited stringsRussell Belfer2013-03-181-19/+14
* Implement global/system file search pathsRussell Belfer2013-03-152-10/+66
* diff: allow asking for diffs with no contextCarlos Martín Nieto2013-03-091-1/+1
* Merge pull request #1403 from ethomson/tracingVicent Martí2013-03-071-0/+68
|\
| * optional tracingEdward Thomson2013-03-071-0/+68
* | refs: Dude, you're OUT.Vicent Marti2013-03-071-18/+0
* | immutable references and a pluggable ref databaseEdward Thomson2013-03-076-65/+300
|/
* fixed minor issues with new note iteratorNico von Geyso2013-03-061-2/+4
* use git_note_iterator type instead of non-public git_iterator oneNico von Geyso2013-03-061-3/+10
* basic note iterator implementationNico von Geyso2013-03-061-0/+39
* Make sure docurium can see git_packbuilder_foreachCarlos Martín Nieto2013-03-051-1/+1
* clear REUC on checkoutEdward Thomson2013-03-041-0/+8
* indexer: kill git_indexerCarlos Martín Nieto2013-03-031-48/+0
* Merge pull request #1233 from arrbee/file-similarity-metricVicent Martí2013-02-271-31/+81
|\
| * Add diff rename tests with partial similarityRussell Belfer2013-02-211-0/+3
| * Initial integration of similarity metric to diffRussell Belfer2013-02-211-5/+11
| * Replace diff delta binary with flagsRussell Belfer2013-02-201-26/+28
| * Refine pluggable similarity APIRussell Belfer2013-02-201-2/+28
| * Pluggable similarity metric APIRussell Belfer2013-02-201-0/+13
* | pack.h: improve docs on how to create a packfileMichael Schubert2013-02-251-1/+27
* | branch: Make git_branch_remote_name() cope with orphaned headsnulltoken2013-02-221-2/+2
|/
* push: fix typo in git_push_finish() docAlessandro Ghedini2013-02-151-1/+1
* push: improve docs on success / failure of git_push_finishMichael Schubert2013-02-141-0/+10
* Merge pull request #1333 from phkelley/push_optionsBen Straub2013-02-121-0/+32
|\
| * Add git_push_options, to set packbuilder parallelismPhilip Kelley2013-02-111-0/+32
* | Merge pull request #1316 from ben/clone-cancelRussell Belfer2013-02-121-2/+6
|\ \
| * | Document callback-triggered cancellationBen Straub2013-02-051-1/+5
| * | Allow progress callback to cancel fetchBen Straub2013-02-051-1/+1
* | | remote: Introduce git_remote_is_valid_name()nulltoken2013-02-111-0/+8
* | | Merge pull request #1190 from nulltoken/topic/reset-pathsRussell Belfer2013-02-112-5/+29
|\ \ \
| * | | reset: Introduce git_reset_default()nulltoken2013-02-051-0/+23
| * | | reset: Enhance documentationnulltoken2013-02-051-3/+3
| * | | index: Enhance documentationnulltoken2013-02-051-2/+3
| |/ /
* | | Teach refspec to transform destination reference to source referenceJameson Miller2013-02-111-1/+12
* | | Teach remote branch to return its remoteJameson Miller2013-02-112-0/+34
| |/ |/|
* | diff: add a notify callback to `git_diff__from_iterators`yorah2013-02-071-34/+58
* | No bitfields in public headers b/c packing is compiler-specificPhilip Kelley2013-02-072-2/+2
* | Clone: fetch all tagsBen Straub2013-02-061-1/+1
|/
* Add user-from-url param to auth callbackBen Straub2013-01-312-0/+6
* Add helper for diff line statsRussell Belfer2013-01-301-0/+22
* Merge pull request #1285 from phkelley/vectorRussell Belfer2013-01-291-4/+6
|\
| * Vector improvements and their falloutPhilip Kelley2013-01-271-4/+6
* | Added git_treebuilder_entrycountJohn Wiegley2013-01-281-0/+8
|/
* Added git_branch_name().Sebastian Bauer2013-01-251-0/+18
* Merge pull request #1250 from jamill/push_update_tipsPhilip Kelley2013-01-241-0/+9
|\
| * Update remote tips on pushJameson Miller2013-01-221-0/+9