summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Move crlf conversion into buf_textautocrlf-fixesRussell Belfer2013-03-257-64/+111
* don't convert CRLF to CRCRLFEdward Thomson2013-03-251-4/+9
* Add has_cr_in_index check to CRLF filterRussell Belfer2013-03-252-10/+63
* oid: Do not parse OIDs longer than 40Vicent Marti2013-03-251-1/+1
* Merge pull request #1428 from xavier-l/nul-terminated-oidVicent Martí2013-03-251-0/+5
|\
| * git_oid_fromstrn already sets a maximum on the length of the stringXavier L2013-03-211-1/+1
| * Added an oid function that accepts nul-terminated stringsXavier L2013-03-211-0/+5
* | graph: make the ahead-behind docs clearerCarlos Martín Nieto2013-03-221-8/+8
|/
* Three submodule status bug fixesRussell Belfer2013-03-184-8/+26
* Merge pull request #1417 from arrbee/opts-for-pathsVicent Martí2013-03-1817-224/+512
|\
| * Fixes and cleanupsRussell Belfer2013-03-184-73/+28
| * Switch search paths to classic delimited stringsRussell Belfer2013-03-187-112/+162
| * Implement global/system file search pathsRussell Belfer2013-03-1516-225/+508
* | Merge pull request #1420 from KindDragon/static-code-analyzer-warningsVicent Martí2013-03-1820-47/+61
|\ \
| * | Several warnings detected by static code analyzer fixedArkadiy Shapkin2013-03-1820-47/+61
| |/
* | Merge pull request #1080 from carlosmn/config-set-nullVicent Martí2013-03-181-0/+5
|\ \ | |/ |/|
| * config: don't allow passing NULL as a value to setCarlos Martín Nieto2013-03-091-0/+5
* | 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-159-262/+245
|\ \
| * | Added pool freelist struct for readabilityRussell Belfer2013-03-141-7/+15
| * | Fix valgrind issues (and mmap fallback for diff)Russell Belfer2013-03-143-21/+35
| * | Improved tree iterator internalsRussell Belfer2013-03-146-240/+201
* | | Fix various build warningsRussell Belfer2013-03-142-22/+22
|/ /
* | Fix workdir iterator bugsRussell Belfer2013-03-131-6/+10
* | MSVC: What could possibly be the size of a void*?Vicent Marti2013-03-121-1/+2
* | 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
* | Merge pull request #1408 from arrbee/refactor-iteratorsVicent Martí2013-03-1215-726/+875
|\ \
| * | Sorting function cleanup and MinGW fixRussell Belfer2013-03-113-15/+39
| * | Stabilize order for equiv tree iterator entriesRussell Belfer2013-03-111-3/+15
| * | Fix tree iterator advance using wrong name compareRussell Belfer2013-03-111-39/+43
| * | Fix tree iterator path for tree issue + cleanupsRussell Belfer2013-03-111-60/+51
| * | Use correct case path in icase tree iteratorRussell Belfer2013-03-101-30/+65
| * | Make tree iterator handle icase equivalenceRussell Belfer2013-03-086-238/+308
| * | Add INCLUDE_TREES, DONT_AUTOEXPAND iterator flagsRussell Belfer2013-03-064-91/+308
| * | Retire spoolandsort iteratorRussell Belfer2013-03-064-188/+25
| * | Make iterator APIs consistent with standardsRussell Belfer2013-03-068-273/+233
| * | Add const to some buffer functionsRussell Belfer2013-03-061-6/+5
* | | Merge pull request #1406 from cpthamilton/local_pushVicent Martí2013-03-113-32/+242
|\ \ \
| * | | Implemented push on the local transportabepern2013-03-113-32/+242
* | | | handle small files in similarity metricsEdward Thomson2013-03-111-2/+24
|/ / /
* | | diff: allow asking for diffs with no contextCarlos Martín Nieto2013-03-092-2/+5
| |/ |/|
* | Merge pull request #1403 from ethomson/tracingVicent Martí2013-03-072-0/+95
|\ \
| * | optional tracingEdward Thomson2013-03-072-0/+95
* | | immutable references and a pluggable ref databaseEdward Thomson2013-03-0716-1402/+1606
|/ /
* | refs: explicitly catch leading slashesCarlos Martín Nieto2013-03-071-0/+3
|/
* added missing free for git_note in clar testsNico von Geyso2013-03-061-1/+1
* fixed minor issues with new note iteratorNico von Geyso2013-03-062-51/+37
* use git_note_iterator type instead of non-public git_iterator oneNico von Geyso2013-03-061-4/+13