summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Implement global/system file search pathsRussell Belfer2013-03-1516-225/+508
* 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
* basic note iterator implementationNico von Geyso2013-03-062-9/+62
* Merge pull request #1369 from arrbee/repo-init-template-hooksVicent Martí2013-03-055-88/+184
|\
| * Make mode handling during init more like gitRussell Belfer2013-02-274-26/+31
| * Fix portability issues on WindowsRussell Belfer2013-02-262-5/+11
| * Fix initialization of repo directoriesRussell Belfer2013-02-263-74/+159
* | Merge pull request #1380 from phkelley/index_icaseVicent Martí2013-03-043-3/+21
|\ \
| * | Rename function to __ prefixPhilip Kelley2013-03-013-6/+6
| * | Disable ignore_case when writing the index to a treePhilip Kelley2013-03-013-3/+21
* | | clear REUC on checkoutEdward Thomson2013-03-042-19/+21
* | | Fix a few leaksCarlos Martín Nieto2013-03-041-0/+4
* | | indexer: use a hashtable for keeping track of offsetsCarlos Martín Nieto2013-03-034-26/+34
* | | indexer: kill git_indexerCarlos Martín Nieto2013-03-031-327/+1
* | | Allow empty config object and use itRussell Belfer2013-03-011-6/+0
|/ /
* | Clone should not delete directories it did not createJameson Miller2013-03-013-2/+54
* | Merge pull request #1373 from arrbee/why-cdecl-whyVicent Martí2013-02-284-12/+22
|\ \
| * | Fix some deprecation warnings on WindowsRussell Belfer2013-02-283-4/+10