summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Move crlf conversion into buf_textautocrlf-fixesRussell Belfer2013-03-259-64/+194
* Fix up checkout file contents checksRussell Belfer2013-03-255-59/+80
* don't convert CRLF to CRCRLFEdward Thomson2013-03-252-5/+54
* Test fixes and cleanupRussell Belfer2013-03-256-152/+55
* Added some tests for issue #1397Sven Strickroth2013-03-2519-0/+335
* Add has_cr_in_index check to CRLF filterRussell Belfer2013-03-252-10/+63
* oid: Do not parse OIDs longer than 40Vicent Marti2013-03-252-4/+2
* Merge pull request #1428 from xavier-l/nul-terminated-oidVicent Martí2013-03-253-0/+29
|\
| * Clarified string valueXavier L.2013-03-211-1/+1
| * git_oid_fromstrn already sets a maximum on the length of the stringXavier L2013-03-211-1/+1
| * Added test case for new functionXavier L2013-03-211-0/+14
| * Added an oid function that accepts nul-terminated stringsXavier L2013-03-212-0/+15
* | clar: Disable online tests. By now.Vicent Marti2013-03-252-2/+2
* | Merge pull request #1427 from Lionelon/developmentRussell Belfer2013-03-251-2/+3
|\ \
| * | Fix link issue in network exampleslionel vitte2013-03-201-2/+3
| |/
* | Merge pull request #1435 from mcanes/developmentRussell Belfer2013-03-251-1/+1
|\ \
| * | Remove GIT_SUCCESS from documentationMiquel Canes Gonzalez2013-03-241-1/+1
|/ /
* | Merge pull request #1432 from arrbee/update-clarVicent Martí2013-03-2316-141/+145
|\ \
| * | Add cl_repo_set_bool and cleanup testsRussell Belfer2013-03-2212-111/+45
| * | Update cl_assert_equal_sz to be nicerRussell Belfer2013-03-222-7/+7
| * | Update to latest ClarRussell Belfer2013-03-223-23/+93
| |/
* | graph: make the ahead-behind docs clearerCarlos Martín Nieto2013-03-222-13/+18
|/
* Merge pull request #1423 from arrbee/submodule-status-errorsVicent Martí2013-03-1924-27/+130
|\
| * Three submodule status bug fixesRussell Belfer2013-03-1824-27/+130
* | clone: fix param commentCarlos Martín Nieto2013-03-191-1/+1
|/
* Merge pull request #1417 from arrbee/opts-for-pathsVicent Martí2013-03-1821-245/+677
|\
| * Fixes and cleanupsRussell Belfer2013-03-186-158/+75
| * Switch search paths to classic delimited stringsRussell Belfer2013-03-1810-157/+241
| * Implement global/system file search pathsRussell Belfer2013-03-1519-241/+672
* | Merge pull request #1420 from KindDragon/static-code-analyzer-warningsVicent Martí2013-03-1821-48/+62
|\ \
| * | Several warnings detected by static code analyzer fixedArkadiy Shapkin2013-03-1821-48/+62
| |/
* | Merge pull request #1080 from carlosmn/config-set-nullVicent Martí2013-03-183-2/+21
|\ \
| * | config: don't allow passing NULL as a value to setCarlos Martín Nieto2013-03-093-2/+21
* | | Merge pull request #1418 from QbProg/qb/cmake-msvcVicent Martí2013-03-181-4/+24
|\ \ \ | |_|/ |/| |
| * | Fix for a cmake bug when using MSVC + Win64 + static librariesQbProg2013-03-171-0/+6
| * | Adds an option to select the CRT link mode ( static or dynamic ).QbProg2013-03-171-4/+18
|/ /
* | odb_pack: Unused functionsVicent Marti2013-03-151-20/+0
* | pool: Internal struct nameVicent Marti2013-03-151-6/+5
* | Merge pull request #1413 from arrbee/more-iterator-refactorVicent Martí2013-03-1511-262/+297
|\ \
| * | Added pool freelist struct for readabilityRussell Belfer2013-03-141-7/+15
| * | Fix valgrind issues (and mmap fallback for diff)Russell Belfer2013-03-144-21/+37
| * | Improved tree iterator internalsRussell Belfer2013-03-147-240/+251
* | | Merge pull request #1414 from arrbee/more-build-warning-fixesVicent Martí2013-03-145-25/+27
|\ \ \ | |/ / |/| |
| * | Fix various build warningsRussell Belfer2013-03-145-25/+27
|/ /
* | Merge pull request #1411 from arrbee/workdir-iterator-depth-limit-bugVicent Martí2013-03-132-10/+75
|\ \
| * | Fix workdir iterator bugsRussell Belfer2013-03-132-10/+75
|/ /
* | MSVC: What could possibly be the size of a void*?Vicent Marti2013-03-121-1/+2
* | Merge pull request #1410 from phkelley/push_sidebandVicent Martí2013-03-123-36/+120
|\ \
| * | Style: Reverse lhs and rhs of == comparisonsPhilip Kelley2013-03-121-2/+2
| * | Advertise and support side-band-64k when calling receive-packPhilip Kelley2013-03-123-36/+120
|/ /