summaryrefslogtreecommitdiff
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* repository: Refine repository_head() error reportnulltoken2012-11-121-1/+1
* create FETCH_HEAD specially instead of as a ref fileEdward Thomson2012-11-111-0/+17
* Merge pull request #1056 from nulltoken/duplicate-tree-entriesVicent Martí2012-11-101-2/+15
|\
| * index: prevent tree creation from a non merged statenulltoken2012-11-091-2/+8
| * index: Introduce git_index_has_conflicts()nulltoken2012-11-081-0/+7
* | Update documentation in remote.hBrian Schroeder2012-11-081-4/+11
|/
* Merge pull request #1048 from pwkelley/basic_authPhilip Kelley2012-11-082-1/+65
|\
| * Basic authentication for http and winhttpPhilip Kelley2012-11-062-1/+65
* | create callback to handle packs from fetch, move the indexer to odb_packEdward Thomson2012-11-053-5/+45
|/
* Merge pull request #1034 from carlosmn/packbuilder-foreachVicent Martí2012-11-051-0/+24
|\
| * packbuilder: add accessors for the number of total and written objectsCarlos Martín Nieto2012-11-011-0/+14
| * packbuilder: add git_packbuilder_foreachCarlos Martín Nieto2012-11-011-0/+10
* | Merge pull request #1014 from arrbee/diff-rename-detectionVicent Martí2012-11-021-7/+63
|\ \
| * | Move rename detection into new fileRussell Belfer2012-10-301-18/+30
| * | Initial implementation of diff rename detectionRussell Belfer2012-10-231-7/+51
* | | Merge pull request #1038 from arrbee/doc-fixesVicent Martí2012-11-012-172/+239
|\ \ \
| * | | Improve docs, examples, warningsRussell Belfer2012-11-012-172/+239
* | | | index: Add `git_index_new`index-open-cleanupVicent Marti2012-11-011-0/+13
* | | | index: Add git_index_write_treeVicent Marti2012-11-012-18/+32
|/ / /
* | | Merge pull request #1030 from pwkelley/transportsVicent Martí2012-11-013-1/+272
|\ \ \
| * | | Reorganize transport architecture (squashed 3)Philip Kelley2012-11-013-1/+272
* | | | 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-262-0/+68
* | | | 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