summaryrefslogtreecommitdiff
path: root/include/git2/types.h
Commit message (Expand)AuthorAgeFilesLines
* Formatting fixes for the docsCarlos Martín Nieto2014-06-031-13/+13
* Don't redefine the same callback types, their signatures may changeJacques Germishuys2014-04-211-1/+1
* Add GIT_BRANCH_ALL to git_branch_t enumSven Strickroth2014-04-161-0/+1
* Make submodule fetchRecurse match other optionsRussell Belfer2014-01-301-0/+19
* Fix spelling mistakeJohn Crepezzi2014-01-041-1/+1
* merge branch into current, updating workdirEdward Thomson2013-11-051-0/+3
* Add git_diff_options_init helperRussell Belfer2013-11-011-9/+19
* indexer: include the delta statsCarlos Martín Nieto2013-10-231-0/+2
* indexer: clearer stats for thin packsCarlos Martín Nieto2013-10-111-0/+7
* indexer: fix thin packsCarlos Martín Nieto2013-10-041-0/+1
* Update submodule documentationRussell Belfer2013-08-051-7/+44
* Add ignore_submodules to diff optionsRussell Belfer2013-07-101-0/+34
* status access by index, providing more details to callersEdward Thomson2013-06-171-0/+3
* Merge pull request #1593 from ethomson/conflict_iteratorVicent Martí2013-05-241-0/+3
|\
| * introduce git_conflict_iteratorEdward Thomson2013-05-171-0/+3
* | merge setupEdward Thomson2013-05-171-0/+3
|/
* refs: introduce an iteratorCarlos Martín Nieto2013-05-111-0/+4
* Move odb_backend implementors stuff into git2/sysRussell Belfer2013-04-211-0/+20
* immutable references and a pluggable ref databaseEdward Thomson2013-03-071-3/+7
* update copyrightsEdward Thomson2013-01-081-1/+1
* Revert "Tab align value of GIT_FILEMODE_BLOB_EXECUTABLE"Kevin Sawicki2013-01-061-1/+1
* Tab align value of GIT_FILEMODE_BLOB_EXECUTABLEKevin Sawicki2013-01-061-1/+1
* Push! By schu, phkelley, and congyiwu, et alPhilip Kelley2012-11-281-0/+1
* Clean up config.hBen Straub2012-11-271-1/+1
* Updates to reset.hRussell Belfer2012-11-271-7/+0
* create callback to handle packs from fetch, move the indexer to odb_packEdward Thomson2012-11-051-0/+3
* gsoc-pack-objects WIPMichael Schubert2012-10-091-0/+3
* reset: add support for GIT_RESET_HARD modenulltoken2012-09-171-0/+1
* filemode: introduce enum to ease use of attributesnulltoken2012-08-211-0/+10
* Add a struct for network callbacksCarlos Martín Nieto2012-07-211-0/+1
* Merge remote-tracking branch 'source/development' into developmentChris Young2012-06-131-0/+6
|\
| * Add git_reset()nulltoken2012-06-071-0/+6
* | Merge remote-tracking branch 'source/development' into update-testChris Young2012-06-071-34/+43
|\ \ | |/
| * Properly tag all `enums` with a `_t`Vicent Martí2012-05-181-2/+2
| * Add basic branch management API: git_branch_create(), git_branch_delete(), gi...nulltoken2012-04-101-0/+5
| * Add git notes APIschu2012-02-151-0/+3
| * Update Copyright headerschu2012-02-131-1/+1
| * remote: Cleanup the remotes coderepo-ownershipVicent Marti2011-11-281-6/+0
| * Tabify everythingVicent Marti2011-09-191-11/+11
| * Cleanup legal dataVicent Marti2011-09-191-21/+3
| * Add common.h to types.hVicent Marti2011-08-101-0/+2
| * Finish to hide git_pkt from external API.Lambert CLARA2011-07-111-6/+0
| * Remove the last reference of git_net_direction enumLambert CLARA2011-07-111-3/+0
| * reflog: add API to read or write a reference logschu2011-07-091-0/+6
| * Merge pull request #300 from carlosmn/gsoc2011/masterVicent Martí2011-07-051-0/+21
| |\
| | * Move transports to an inheritance modelCarlos Martín Nieto2011-06-261-1/+1
| | * pkt-line: parse other-ref linesCarlos Martín Nieto2011-06-261-1/+1
| | * Lay the foundations for pkt-line parsingCarlos Martín Nieto2011-06-261-0/+6
| | * Implement ls-remote on local driveCarlos Martín Nieto2011-06-261-0/+1
| | * Lay down the fundations for the network codeCarlos Martín Nieto2011-06-261-0/+11