summaryrefslogtreecommitdiff
path: root/include/git2
Commit message (Expand)AuthorAgeFilesLines
* 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
|\ \ \
| * | | Rename xdr to xdgSven Strickroth2012-10-021-7/+7
| * | | Correctly read xdr compatible %HOME%/.config/git/config config fileSven Strickroth2012-09-241-0/+20
* | | | Merge pull request #984 from arrbee/fix-fnmatch-and-ignorePhilip Kelley2012-10-162-7/+12
|\ \ \ \
| * | | | Fix single-file ignore checksRussell Belfer2012-10-152-7/+12
| | |/ / | |/| |
* | | | clone: Explicit support of no-checkout optionnulltoken2012-10-151-3/+6
|/ / /
* | | gsoc-pack-objects WIPMichael Schubert2012-10-093-0/+93
* | | Add git_tag_foreachMichael Schubert2012-10-091-0/+15
| |/ |/|
* | Merge pull request #967 from arrbee/diff-submodule-tests-and-fixesVicent Martí2012-10-092-3/+11
|\ \
| * | Add test for diffs with submodules and bug fixesRussell Belfer2012-10-081-2/+9
| * | Fix a few diff bugs with directory contentRussell Belfer2012-10-081-1/+2
* | | branch: introduce git_branch_is_head()nulltoken2012-10-071-0/+11
|/ /
* | Merge pull request #939 from pwkelley/ignorecaseRussell Belfer2012-10-021-0/+1
|\ \
| * | Support for core.ignorecasePhilip Kelley2012-09-171-0/+1
* | | remote: support downloading all tagsCarlos Martín Nieto2012-09-301-1/+2
* | | remote: add accessors for the autotag settingCarlos Martín Nieto2012-09-301-0/+17
* | | fetch: use the include-tag capabilityCarlos Martín Nieto2012-09-301-0/+6
* | | refspec: add git_refspec__free, remove git_refspec_parseCarlos Martín Nieto2012-09-301-8/+0
* | | Add const to all shared pointers in diff APIRussell Belfer2012-09-251-9/+9
* | | Fix bugs in new diff patch codeRussell Belfer2012-09-251-3/+17
* | | Initial implementation of new diff patch APIRussell Belfer2012-09-251-13/+49
* | | New take on iterating over diff contentRussell Belfer2012-09-251-143/+100
* | | Merge pull request #947 from arrbee/public-error-setVicent Martí2012-09-251-0/+34
|\ \ \
| * | | Make giterr_set_str publicRussell Belfer2012-09-211-0/+34
* | | | refs: introduce git_reference_is_valid_name()nulltoken2012-09-251-1/+12
* | | | refs: make git_reference_normalize_name() accept refspec patternnulltoken2012-09-251-2/+0
| |_|/ |/| |
* | | Make clear that git_odb_hashfile does not use filtersSven Strickroth2012-09-221-2/+4
|/ /
* | checkout: add notification callback for skipped filesnulltoken2012-09-211-0/+15
* | checkout: Mimic git_diff_options storage of pathsnulltoken2012-09-171-1/+1
* | repository: introduce git_repository_set_head()nulltoken2012-09-171-0/+22
* | repository: introduce git_repository_set_head_detached()nulltoken2012-09-171-0/+20
* | repository: introduce git_repository_detach_head()nulltoken2012-09-171-0/+19
* | repository: fix documentation typonulltoken2012-09-171-1/+1
* | checkout: drop git_checkout_reference()nulltoken2012-09-171-16/+0
* | checkout: segregate checkout strategiesnulltoken2012-09-171-4/+7
* | reset: add support for GIT_RESET_HARD modenulltoken2012-09-172-0/+4
* | checkout: introduce git_checkout_index()nulltoken2012-09-171-0/+14
* | checkout: introduce git_checkout_tree()nulltoken2012-09-171-2/+27
|/
* Merge pull request #927 from arrbee/hashfile-with-filtersVicent Martí2012-09-131-0/+24
|\