summaryrefslogtreecommitdiff
path: root/include/git2
Commit message (Expand)AuthorAgeFilesLines
* 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
|\
| * Add tests and improve param checksRussell Belfer2012-09-111-2/+1
| * Add git_repository_hashfile to hash with filtersRussell Belfer2012-09-111-0/+25
* | Merge pull request #920 from scunz/mergebase_constVicent Martí2012-09-111-1/+1
|\ \ | |/ |/|
| * git_mergebase: Constness-Fix for consistencySascha Cunz2012-09-091-1/+1
* | Merge branch 'diff-crlf-filters' into developmentVicent Marti2012-09-111-31/+53
|\ \
| * | Fix diff binary file detectionRussell Belfer2012-09-111-2/+17
| * | Move diff max_size to public APIRussell Belfer2012-09-101-1/+8
| * | Replace git_diff_iterator_num_files with progressRussell Belfer2012-09-101-17/+7
| * | Better header commentsRussell Belfer2012-09-061-24/+34
* | | Merge pull request #906 from nulltoken/topic/git_reference_peelRussell Belfer2012-09-103-10/+33
|\ \ \ | |_|/ |/| |
| * | checkout: fix documentation code alignmentnulltoken2012-09-061-10/+12