summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Fix a few diff bugs with directory contentRussell Belfer2012-10-085-5/+57
* Merge pull request #940 from scunz/diff_smRussell Belfer2012-10-082-6/+74
|\
| * Diff: Do not try to calculate an oid for a GITLINK.Sascha Cunz2012-10-051-1/+5
| * Extract submodule logic out of diff_output.c:get_workdir_contentSascha Cunz2012-10-051-33/+40
| * Diff: teach get_workdir_content to show a submodule as textSascha Cunz2012-10-052-2/+43
| * Diff: teach get_blob_content to show a submodule as textSascha Cunz2012-10-051-0/+16
| * Fix minor whitespace issueSascha Cunz2012-10-051-3/+3
* | Merge pull request #966 from pwkelley/icasefixRussell Belfer2012-10-082-4/+26
|\ \
| * | Fix a bug where ignorecase wasn't applied to ignoresPhilip Kelley2012-10-082-4/+26
|/ /
* | remote: only keep a weak pointer in update_tipsCarlos Martín Nieto2012-10-071-1/+1
* | protocol: don't store flushesCarlos Martín Nieto2012-10-071-2/+4
|/
* clar: Proper shutdown orderVicent Marti2012-10-021-1/+1
* Merge pull request #932 from ben/clone_pack_raceRussell Belfer2012-10-022-28/+58
|\
| * ODB pack: snapshot last_found to avoid raceBen Straub2012-09-191-16/+17
| * Remove mtime checks from ODB packfile backendBen Straub2012-09-191-23/+32
| * ODB: re-load packfiles on failed lookupBen Straub2012-09-192-9/+29
* | Merge pull request #939 from pwkelley/ignorecaseRussell Belfer2012-10-0220-52/+477
|\ \
| * | Minor fixes for ignorecase supportPhilip Kelley2012-09-173-2/+4
| * | Support for core.ignorecasePhilip Kelley2012-09-1720-52/+475
* | | Merge pull request #961 from arrbee/win64-cleanupsVicent Martí2012-10-015-15/+15
|\ \ \
| * | | Fix up more Win64 compile warningsRussell Belfer2012-10-011-6/+6
| * | | Clean up Win64 warningsRussell Belfer2012-09-284-9/+9
* | | | threads: Assert that the global state is initializedVicent Marti2012-10-011-0/+4
* | | | remote: Fix mid-block declarationVicent Marti2012-10-011-1/+1
* | | | Merge pull request #957 from carlosmn/include-tagVicent Martí2012-10-0113-98/+182
|\ \ \ \
| * | | | remote: support downloading all tagsCarlos Martín Nieto2012-09-305-15/+28
| * | | | remote: use the refspec functions to parse, instead of rolling our ownCarlos Martín Nieto2012-09-301-37/+9
| * | | | remote: add accessors for the autotag settingCarlos Martín Nieto2012-09-302-0/+27
| * | | | remote: create tags if we have themCarlos Martín Nieto2012-09-301-7/+48
| * | | | fetch: use the include-tag capabilityCarlos Martín Nieto2012-09-306-2/+48
| * | | | refs: propagate EEXISTSCarlos Martín Nieto2012-09-302-4/+21
| * | | | refspec: add git_refspec__free, remove git_refspec_parseCarlos Martín Nieto2012-09-305-40/+8
|/ / / /
* | | | examples: fix config getter param orderCarlos Martín Nieto2012-09-301-2/+2
|/ / /
* | | Merge pull request #959 from jamill/empty_file_hashVicent Martí2012-09-282-1/+17
|\ \ \
| * | | Fix error hashing empty file.Jameson Miller2012-09-272-1/+17
* | | | Merge pull request #958 from schu/fix-merge-baseVicent Martí2012-09-286-2/+14
|\ \ \ \
| * | | | revwalk: fix off-by-one errorMichael Schubert2012-09-276-2/+14
| |/ / /
* | | | Merge pull request #941 from arrbee/diff-separate-iteratorsVicent Martí2012-09-2814-1008/+1158
|\ \ \ \ | |/ / / |/| | |
| * | | Add const to all shared pointers in diff APIRussell Belfer2012-09-2513-57/+59
| * | | Fix bugs in new diff patch codeRussell Belfer2012-09-256-55/+105
| * | | Initial implementation of new diff patch APIRussell Belfer2012-09-2510-826/+967
| * | | New take on iterating over diff contentRussell Belfer2012-09-251-143/+100
|/ / /
* | | Merge pull request #947 from arrbee/public-error-setVicent Martí2012-09-254-4/+79
|\ \ \
| * | | Make giterr_set_str publicRussell Belfer2012-09-214-4/+79
* | | | Merge pull request #944 from scunz/list_tagsVicent Martí2012-09-257-49/+122
|\ \ \ \
| * | | | Tests: Add test for git_tag_list to check for 'git tag -l "*bar"'Sascha Cunz2012-09-231-0/+5
| * | | | Tests: reindent object/tag/list.c to use tabsSascha Cunz2012-09-231-63/+63
| * | | | Tests::object::tag: also test for a 'foo/*/bar'.Sascha Cunz2012-09-231-0/+14
| * | | | Tests: Add 3 tags to resources/testrepo.Sascha Cunz2012-09-235-7/+10
| * | | | Tests::Object::Tag: Add a mechanism to test which tags were returnedSascha Cunz2012-09-231-12/+48