summaryrefslogtreecommitdiff
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* Update diff callback param orderRussell Belfer2012-11-271-24/+26
* Clean up config.hBen Straub2012-11-272-40/+56
* Update callback fn ptr for git_reference_foreachRussell Belfer2012-11-271-1/+7
* API review / update for tree.hRussell Belfer2012-11-271-92/+117
* Updates to reset.hRussell Belfer2012-11-272-14/+18
* More external API cleanupVicent Marti2012-11-278-52/+78
* Rename ref and reflog apis for consistencyBen Straub2012-11-273-44/+49
* reflog: make entry_byindex() and drop() git compliantnulltoken2012-11-171-3/+8
* reflog: Fix documentationnulltoken2012-11-171-1/+2
* config: Opening a nonexistent file returns ENOTFOUNDnulltoken2012-11-171-5/+6
* config: Make git_config_file__ondisk() internalnulltoken2012-11-171-13/+0
* repo: ensure is_empty() checks there are no refsnulltoken2012-11-171-1/+1
* tag: rename git_tag_type to git_tag_target_typenulltoken2012-11-171-1/+1
* Merge pull request #1074 from edubart/ignore_diff_filemodeVicent Martí2012-11-151-0/+2
|\
| * Add option to ignore file mode in diffsEduardo Bart2012-11-151-0/+2
* | Add explicit git_index ptr to diff and checkoutRussell Belfer2012-11-142-1/+7
* | Fix diff API to better parameter orderRussell Belfer2012-11-141-17/+17
|/
* Merge pull request #1016 from arrbee/fix-checkout-dir-removalVicent Martí2012-11-132-29/+131
|\
| * Fix various cross-platform build issuesRussell Belfer2012-11-091-5/+9
| * Rework checkout with new strategy optionsRussell Belfer2012-11-092-29/+127
* | config: rename get_config_entry -> config_entryCarlos Martín Nieto2012-11-131-1/+1
* | move hash library func ptrs to global globalEdward Thomson2012-11-131-1/+3
* | 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