summaryrefslogtreecommitdiff
path: root/include/git2
Commit message (Expand)AuthorAgeFilesLines
* index: Add git_index_write_treeVicent Marti2012-11-012-18/+32
* Merge pull request #1030 from pwkelley/transportsVicent Martí2012-11-012-1/+271
|\
| * Reorganize transport architecture (squashed 3)Philip Kelley2012-11-012-1/+271
* | Add git_config_refresh() API to reload configRussell Belfer2012-10-301-0/+14
* | Merge pull request #1017 from arrbee/diff-patch-to-strVicent Martí2012-10-301-0/+28
|\ \
| * | Add git_diff_patch_printRussell Belfer2012-10-251-1/+18
| * | Add git_diff_patch_to_str APIRussell Belfer2012-10-241-0/+11
* | | Merge pull request #1026 from nulltoken/repo/stateVicent Martí2012-10-301-0/+6
|\ \ \
| * | | repo: enhance git_repository_state() detectionnulltoken2012-10-271-0/+6
| | |/ | |/|
* | | index refactoringEdward Thomson2012-10-291-88/+208
* | | stash: add git_stash_drop()nulltoken2012-10-261-0/+15
* | | stash: add git_stash_foreach()nulltoken2012-10-261-0/+40
* | | stash: add git_stash_save()nulltoken2012-10-261-0/+67
* | | error: add GITERR_STASH error typenulltoken2012-10-261-0/+1
* | | index: introduce git_index_owner()nulltoken2012-10-261-0/+8
* | | reflog: fix documentation typosnulltoken2012-10-261-3/+3
|/ /
* | Merge pull request #925 from nulltoken/topic/moving-branch-updates-configRussell Belfer2012-10-251-0/+18
|\ \
| * | remote: introduce git_remote_rename()nulltoken2012-10-251-0/+18
* | | Merge pull request #990 from ben/clone-callbacksVicent Martí2012-10-255-36/+67
|\ \ \ | |/ / |/| |
| * | Remove 'bytes' param from git_remote_downloadBen Straub2012-10-241-3/+0
| * | Network progress: rename thingsBen Straub2012-10-243-15/+15
| * | Fix documentation commentBen Straub2012-10-241-1/+2
| * | Update doc strings, warn about callback perfBen Straub2012-10-232-4/+11
| * | Checkout progress now reports completed/total stepsBen Straub2012-10-191-1/+2
| * | gitno_buffer: callback on each packetBen Straub2012-10-191-0/+1
| * | Clone: in-line callbacks for progressBen Straub2012-10-191-2/+4
| * | Fetch/indexer: progress callbacksBen Straub2012-10-192-2/+19
| * | index: remove read_tree() progress indicatornulltoken2012-10-191-2/+1
| * | Remove checkout_stats from git_cloneBen Straub2012-10-191-1/+0
| * | Convert checkout_* to use progress callbackBen Straub2012-10-191-7/+2
| * | Convert checkout_index to use progress callbackBen Straub2012-10-191-3/+8
| * | Add accessor for git_remote's stats fieldBen Straub2012-10-191-0/+5
| * | Add git_indexer_stats field to git_remoteBen Straub2012-10-191-1/+1
| * | Clone: fix indentationBen Straub2012-10-191-10/+12
* | | GIT_EUNMERGEDEdward Thomson2012-10-241-0/+1
* | | reset changes for mergeEdward Thomson2012-10-241-0/+16
| |/ |/|
* | Fix example in commentIgnacio Casal Quinteiro2012-10-241-1/+1
* | Add config level support in the config APIyorah2012-10-231-24/+162
|/
* repository: TypoVicent Marti2012-10-191-1/+1
* errors: deploy GIT_EORPHANEDHEAD usagenulltoken2012-10-192-3/+6
* errors: introduce GIT_EORPHANEDHEADnulltoken2012-10-191-0/+1
* remote: support fetch cancelationCarlos Martín Nieto2012-10-181-0/+8
* Merge pull request #968 from arrbee/diff-support-typechangeRussell Belfer2012-10-174-43/+93
|\
| * Move enum comments next to actual valuesRussell Belfer2012-10-092-65/+66
| * Add complex checkout test and then fix checkoutRussell Belfer2012-10-093-5/+25
| * Cleanup TYPECHANGE supportRussell Belfer2012-10-091-0/+24
| * Introduce status/diff TYPECHANGE flagsRussell Belfer2012-10-092-11/+16
* | Merge pull request #972 from PaulThompson/separate_strarrayBen Straub2012-10-176-9/+59
|\ \
| * | Separated git_strarray from common.h. Added doxy comments.Paul Thompson2012-10-116-9/+59
* | | Merge pull request #952 from csware/config-locationsVicent Martí2012-10-161-0/+20
|\ \ \