aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* Merge branch 'lt/gitlink'Junio C Hamano2007-04-21
|\
| * Tests for core subproject supportAlex Riesen2007-04-18
| * Expose subprojects as special files to "git diff" machineryLinus Torvalds2007-04-15
| * Fix some "git ls-files -o" fallout from gitlinksLinus Torvalds2007-04-14
| * Replace a pair of patches with updated ones for subproject support.Junio C Hamano2007-04-14
| |\
| | * Teach "git-read-tree -u" to check out submodules as a directoryLinus Torvalds2007-04-12
| | * Teach git list-objects logic not to follow gitlinksLinus Torvalds2007-04-12
| * | Teach "git-read-tree -u" to check out submodules as a directoryLinus Torvalds2007-04-14
| * | Teach git list-objects logic to not follow gitlinksLinus Torvalds2007-04-14
| * | Fix gitlink index entry filesystem matchingLinus Torvalds2007-04-14
| |/
| * Don't show gitlink directories when we want "other" filesLinus Torvalds2007-04-12
| * Teach git-update-index about gitlinksLinus Torvalds2007-04-12
| * Teach directory traversal about subprojectsLinus Torvalds2007-04-11
| * Fix thinko in subproject entry sortingLinus Torvalds2007-04-11
| * Teach core object handling functions about gitlinksLinus Torvalds2007-04-10
| * Teach "fsck" not to follow subproject linksLinus Torvalds2007-04-10
| * Add "S_IFDIRLNK" file mode infrastructure for git linksLinus Torvalds2007-04-10
| * Add 'resolve_gitlink_ref()' helper functionLinus Torvalds2007-04-10
| * Avoid overflowing name buffer in deep directory structuresLinus Torvalds2007-04-09
| * diff-lib: use ce_mode_from_stat() rather than messing with modes manuallyLinus Torvalds2007-04-09
* | Merge branch 'np/pack'Junio C Hamano2007-04-21
|\ \
| * | document --index-version for index-pack and pack-objectsNicolas Pitre2007-04-19
| * | pack-objects: remove obsolete commentsNicolas Pitre2007-04-19
| * | pack-objects: better check_object() performancesNicolas Pitre2007-04-16
| * | add get_size_from_delta()Nicolas Pitre2007-04-16
| * | pack-objects: make in_pack_header_size a variable of its ownNicolas Pitre2007-04-16
| * | pack-objects: get rid of create_final_object_list()Nicolas Pitre2007-04-16
| * | pack-objects: get rid of reuse_cached_packNicolas Pitre2007-04-16
| * | pack-objects: clean up list sortingNicolas Pitre2007-04-16
| * | pack-objects: rework check_delta_limit usageNicolas Pitre2007-04-16
| * | pack-objects: equal objects in size should delta against newer objectsNicolas Pitre2007-04-16
| * | pack-objects: optimize preferred base handling a bitNicolas Pitre2007-04-16
| * | clean up add_object_entry()Nicolas Pitre2007-04-11
| * | tests for various pack index featuresNicolas Pitre2007-04-11
| * | use test-genrandom in tests instead of /dev/urandomNicolas Pitre2007-04-11
| * | simple random data generator for testsNicolas Pitre2007-04-11
| * | validate reused pack data with CRC when possibleNicolas Pitre2007-04-10
| * | allow forcing index v2 and 64-bit offset tresholdNicolas Pitre2007-04-10
| * | pack-redundant.c: learn about index v2Nicolas Pitre2007-04-10
| * | show-index.c: learn about index v2Nicolas Pitre2007-04-10
| * | sha1_file.c: learn about index version 2Nicolas Pitre2007-04-10
| * | index-pack: learn about pack index version 2Nicolas Pitre2007-04-10
| * | pack-objects: learn about pack index version 2Nicolas Pitre2007-04-10
| * | compute object CRC32 with index-packNicolas Pitre2007-04-10
| * | compute a CRC32 for each object as stored in a packNicolas Pitre2007-04-10
| * | add overflow tests on pack offset variablesNicolas Pitre2007-04-10
| * | make overflow test on delta base offset work regardless of variable sizeNicolas Pitre2007-04-10
| * | get rid of num_packed_objects()Nicolas Pitre2007-04-10
| |/
* | Merge branch 'jp/refs'Junio C Hamano2007-04-21
|\ \
| * | refs.c: add a function to sort a ref list, rather then sorting on addJulian Phillips2007-04-18