summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 'geterr' -> 'giterr'empty-remote-url-crashJustin Spahr-Summers2012-11-051-1/+1
* Revert "Don't expect the 'empty-remote-url' remote to be listed"Justin Spahr-Summers2012-11-051-2/+2
* Don't expect the 'empty-remote-url' remote to be listedJustin Spahr-Summers2012-11-051-2/+2
* Test for GITERR_INVALIDJustin Spahr-Summers2012-11-051-0/+1
* Set GITERR_INVALID when encountering a NULL remote URLJustin Spahr-Summers2012-11-051-0/+1
* remote: Add malformed remote load testnulltoken2012-11-042-2/+11
* Bail out if remote->url would be NULLJustin Spahr-Summers2012-11-041-0/+5
* Merge pull request #1042 from pwkelley/progress_cbPhilip Kelley2012-11-021-8/+15
|\
| * Fix bytes_received in fetch tests - we weren't calling the callbackPhilip Kelley2012-11-021-8/+15
* | Move error capture to top of giterr_setRussell Belfer2012-11-021-4/+4
* | Merge pull request #1014 from arrbee/diff-rename-detectionVicent Martí2012-11-0230-347/+989
|\ \ | |/ |/|
| * Move rename detection into new fileRussell Belfer2012-10-307-342/+559
| * Initial implementation of diff rename detectionRussell Belfer2012-10-2328-166/+589
* | Merge pull request #1040 from ethomson/index_refactorPhilip Kelley2012-11-021-3/+9
|\ \
| * | freeing index entries would be helpfulEdward Thomson2012-11-021-3/+9
* | | Merge pull request #1041 from pwkelley/transportsPhilip Kelley2012-11-021-30/+19
|\ \ \ | |/ / |/| |
| * | Prefer GetLastError() for GITERR_OS on Win32Philip Kelley2012-11-021-30/+19
* | | LEAAAVE ME ALOOOONEEEVicent Marti2012-11-011-5/+0
* | | Merge pull request #1038 from arrbee/doc-fixesVicent Martí2012-11-018-227/+306
|\ \ \
| * | | Improve docs, examples, warningsRussell Belfer2012-11-018-227/+306
* | | | Merge pull request #1037 from libgit2/index-open-cleanupRussell Belfer2012-11-0110-59/+125
|\ \ \ \ | |/ / / |/| | |
| * | | index: Add `git_index_new`index-open-cleanupVicent Marti2012-11-012-0/+18
| * | | index: Fix testsVicent Marti2012-11-016-8/+6
| * | | index: Add git_index_write_treeVicent Marti2012-11-015-32/+84
| * | | index: Switch to git_futils_filestampVicent Marti2012-11-012-20/+18
|/ / /
* | | Hide deprecations on MacOSRussell Belfer2012-11-011-0/+3
* | | Merge pull request #1036 from jamill/text_statRussell Belfer2012-11-011-4/+0
|\ \ \
| * | | Update of text stats calculationJameson Miller2012-11-011-4/+0
|/ / /
* | | Merge pull request #1030 from pwkelley/transportsVicent Martí2012-11-0128-1561/+2526
|\ \ \ | |/ /
| * | Http: Set an error for invalid content-typePhilip Kelley2012-11-011-1/+3
| * | Fix a bug in cl_setenv on Windows XPPhilip Kelley2012-11-011-1/+5
| * | Improve consistency of WinHTTP request headersPhilip Kelley2012-11-011-1/+18
| * | Reorganize transport architecture (squashed 3)Philip Kelley2012-11-0127-1559/+2501
* | | Merge branch 'config-refresh' into developmentVicent Marti2012-10-3112-43/+273
|\ \ \
| * | | I LIKE THESE NAMESVicent Marti2012-10-314-15/+15
| * | | Better naming for file timestamp/size checkerRussell Belfer2012-10-314-31/+57
| * | | Add git_config_refresh() API to reload configRussell Belfer2012-10-3012-41/+245
* | | | Checkout: remove duplicate 100% progress reportBen Straub2012-10-311-2/+0
* | | | Ensure that non-error is not propagatedBen Straub2012-10-311-0/+1
|/ / /
* | | Merge pull request #1017 from arrbee/diff-patch-to-strVicent Martí2012-10-304-0/+228
|\ \ \
| * | | Add git_diff_patch_printRussell Belfer2012-10-252-14/+41
| * | | Check errors while generating diff patch stringRussell Belfer2012-10-251-4/+11
| * | | Add git_diff_patch_to_str APIRussell Belfer2012-10-244-0/+194
* | | | Merge pull request #1026 from nulltoken/repo/stateVicent Martí2012-10-305-15/+100
|\ \ \ \
| * | | | repo: enhance git_repository_state() detectionnulltoken2012-10-275-15/+98
| * | | | tests: fix a memory leaknulltoken2012-10-271-0/+2
* | | | | Merge pull request #1029 from ethomson/index_refactorVicent Martí2012-10-3076-267/+1480
|\ \ \ \ \
| * | | | | index refactoringEdward Thomson2012-10-2976-267/+1480
* | | | | | Fix a couple of warningsMichael Schubert2012-10-303-3/+5
|/ / / / /
* | | | | Fetch: don't clobber received countBen Straub2012-10-292-7/+7