summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'lt/gitlink'Junio C Hamano2007-04-2118-120/+639
|\
| * Tests for core subproject supportAlex Riesen2007-04-181-0/+85
| * Expose subprojects as special files to "git diff" machineryLinus Torvalds2007-04-151-0/+20
| * Fix some "git ls-files -o" fallout from gitlinksLinus Torvalds2007-04-141-7/+25
| * Replace a pair of patches with updated ones for subproject support.Junio C Hamano2007-04-140-0/+0
| |\
| | * Teach "git-read-tree -u" to check out submodules as a directoryLinus Torvalds2007-04-121-13/+29
| | * Teach git list-objects logic not to follow gitlinksLinus Torvalds2007-04-121-0/+34
| * | Teach "git-read-tree -u" to check out submodules as a directoryLinus Torvalds2007-04-141-13/+32
| * | Teach git list-objects logic to not follow gitlinksLinus Torvalds2007-04-141-0/+34
| * | Fix gitlink index entry filesystem matchingLinus Torvalds2007-04-141-4/+4
| |/
| * Don't show gitlink directories when we want "other" filesLinus Torvalds2007-04-121-0/+2
| * Teach git-update-index about gitlinksLinus Torvalds2007-04-121-62/+138
| * Teach directory traversal about subprojectsLinus Torvalds2007-04-113-19/+121
| * Fix thinko in subproject entry sortingLinus Torvalds2007-04-111-2/+2
| * Teach core object handling functions about gitlinksLinus Torvalds2007-04-104-6/+54
| * Teach "fsck" not to follow subproject linksLinus Torvalds2007-04-102-2/+22
| * Add "S_IFDIRLNK" file mode infrastructure for git linksLinus Torvalds2007-04-101-1/+19
| * Add 'resolve_gitlink_ref()' helper functionLinus Torvalds2007-04-102-0/+83
| * Avoid overflowing name buffer in deep directory structuresLinus Torvalds2007-04-091-0/+3
| * diff-lib: use ce_mode_from_stat() rather than messing with modes manuallyLinus Torvalds2007-04-091-12/+3
* | Merge branch 'np/pack'Junio C Hamano2007-04-2121-498/+1010
|\ \
| * | document --index-version for index-pack and pack-objectsNicolas Pitre2007-04-192-0/+10
| * | pack-objects: remove obsolete commentsNicolas Pitre2007-04-191-11/+3
| * | pack-objects: better check_object() performancesNicolas Pitre2007-04-161-80/+126
| * | add get_size_from_delta()Nicolas Pitre2007-04-162-34/+40
| * | pack-objects: make in_pack_header_size a variable of its ownNicolas Pitre2007-04-161-14/+12
| * | pack-objects: get rid of create_final_object_list()Nicolas Pitre2007-04-161-55/+72
| * | pack-objects: get rid of reuse_cached_packNicolas Pitre2007-04-161-72/+14
| * | pack-objects: clean up list sortingNicolas Pitre2007-04-161-31/+22
| * | pack-objects: rework check_delta_limit usageNicolas Pitre2007-04-161-44/+32
| * | pack-objects: equal objects in size should delta against newer objectsNicolas Pitre2007-04-161-1/+1
| * | pack-objects: optimize preferred base handling a bitNicolas Pitre2007-04-161-15/+12
| * | clean up add_object_entry()Nicolas Pitre2007-04-111-27/+25
| * | tests for various pack index featuresNicolas Pitre2007-04-111-0/+146
| * | use test-genrandom in tests instead of /dev/urandomNicolas Pitre2007-04-111-1/+1
| * | simple random data generator for testsNicolas Pitre2007-04-113-2/+40
| * | validate reused pack data with CRC when possibleNicolas Pitre2007-04-101-12/+34
| * | allow forcing index v2 and 64-bit offset tresholdNicolas Pitre2007-04-102-6/+32
| * | pack-redundant.c: learn about index v2Nicolas Pitre2007-04-101-20/+27
| * | show-index.c: learn about index v2Nicolas Pitre2007-04-101-9/+59
| * | sha1_file.c: learn about index version 2Nicolas Pitre2007-04-101-29/+89
| * | index-pack: learn about pack index version 2Nicolas Pitre2007-04-101-9/+57
| * | pack-objects: learn about pack index version 2Nicolas Pitre2007-04-101-12/+87
| * | compute object CRC32 with index-packNicolas Pitre2007-04-101-3/+13
| * | compute a CRC32 for each object as stored in a packNicolas Pitre2007-04-103-0/+24
| * | add overflow tests on pack offset variablesNicolas Pitre2007-04-103-16/+34
| * | make overflow test on delta base offset work regardless of variable sizeNicolas Pitre2007-04-105-4/+12
| * | get rid of num_packed_objects()Nicolas Pitre2007-04-107-22/+17
| |/
* | Merge branch 'jp/refs'Junio C Hamano2007-04-211-21/+89
|\ \
| * | refs.c: add a function to sort a ref list, rather then sorting on addJulian Phillips2007-04-181-21/+89