| Commit message (Expand) | Author | Age |
* | Merge branch 'lt/gitlink' | Junio C Hamano | 2007-04-21 |
|\ |
|
| * | Tests for core subproject support | Alex Riesen | 2007-04-18 |
| * | Expose subprojects as special files to "git diff" machinery | Linus Torvalds | 2007-04-15 |
| * | Fix some "git ls-files -o" fallout from gitlinks | Linus Torvalds | 2007-04-14 |
| * | Replace a pair of patches with updated ones for subproject support. | Junio C Hamano | 2007-04-14 |
| |\ |
|
| | * | Teach "git-read-tree -u" to check out submodules as a directory | Linus Torvalds | 2007-04-12 |
| | * | Teach git list-objects logic not to follow gitlinks | Linus Torvalds | 2007-04-12 |
| * | | Teach "git-read-tree -u" to check out submodules as a directory | Linus Torvalds | 2007-04-14 |
| * | | Teach git list-objects logic to not follow gitlinks | Linus Torvalds | 2007-04-14 |
| * | | Fix gitlink index entry filesystem matching | Linus Torvalds | 2007-04-14 |
| |/ |
|
| * | Don't show gitlink directories when we want "other" files | Linus Torvalds | 2007-04-12 |
| * | Teach git-update-index about gitlinks | Linus Torvalds | 2007-04-12 |
| * | Teach directory traversal about subprojects | Linus Torvalds | 2007-04-11 |
| * | Fix thinko in subproject entry sorting | Linus Torvalds | 2007-04-11 |
| * | Teach core object handling functions about gitlinks | Linus Torvalds | 2007-04-10 |
| * | Teach "fsck" not to follow subproject links | Linus Torvalds | 2007-04-10 |
| * | Add "S_IFDIRLNK" file mode infrastructure for git links | Linus Torvalds | 2007-04-10 |
| * | Add 'resolve_gitlink_ref()' helper function | Linus Torvalds | 2007-04-10 |
| * | Avoid overflowing name buffer in deep directory structures | Linus Torvalds | 2007-04-09 |
| * | diff-lib: use ce_mode_from_stat() rather than messing with modes manually | Linus Torvalds | 2007-04-09 |
* | | Merge branch 'np/pack' | Junio C Hamano | 2007-04-21 |
|\ \ |
|
| * | | document --index-version for index-pack and pack-objects | Nicolas Pitre | 2007-04-19 |
| * | | pack-objects: remove obsolete comments | Nicolas Pitre | 2007-04-19 |
| * | | pack-objects: better check_object() performances | Nicolas Pitre | 2007-04-16 |
| * | | add get_size_from_delta() | Nicolas Pitre | 2007-04-16 |
| * | | pack-objects: make in_pack_header_size a variable of its own | Nicolas Pitre | 2007-04-16 |
| * | | pack-objects: get rid of create_final_object_list() | Nicolas Pitre | 2007-04-16 |
| * | | pack-objects: get rid of reuse_cached_pack | Nicolas Pitre | 2007-04-16 |
| * | | pack-objects: clean up list sorting | Nicolas Pitre | 2007-04-16 |
| * | | pack-objects: rework check_delta_limit usage | Nicolas Pitre | 2007-04-16 |
| * | | pack-objects: equal objects in size should delta against newer objects | Nicolas Pitre | 2007-04-16 |
| * | | pack-objects: optimize preferred base handling a bit | Nicolas Pitre | 2007-04-16 |
| * | | clean up add_object_entry() | Nicolas Pitre | 2007-04-11 |
| * | | tests for various pack index features | Nicolas Pitre | 2007-04-11 |
| * | | use test-genrandom in tests instead of /dev/urandom | Nicolas Pitre | 2007-04-11 |
| * | | simple random data generator for tests | Nicolas Pitre | 2007-04-11 |
| * | | validate reused pack data with CRC when possible | Nicolas Pitre | 2007-04-10 |
| * | | allow forcing index v2 and 64-bit offset treshold | Nicolas Pitre | 2007-04-10 |
| * | | pack-redundant.c: learn about index v2 | Nicolas Pitre | 2007-04-10 |
| * | | show-index.c: learn about index v2 | Nicolas Pitre | 2007-04-10 |
| * | | sha1_file.c: learn about index version 2 | Nicolas Pitre | 2007-04-10 |
| * | | index-pack: learn about pack index version 2 | Nicolas Pitre | 2007-04-10 |
| * | | pack-objects: learn about pack index version 2 | Nicolas Pitre | 2007-04-10 |
| * | | compute object CRC32 with index-pack | Nicolas Pitre | 2007-04-10 |
| * | | compute a CRC32 for each object as stored in a pack | Nicolas Pitre | 2007-04-10 |
| * | | add overflow tests on pack offset variables | Nicolas Pitre | 2007-04-10 |
| * | | make overflow test on delta base offset work regardless of variable size | Nicolas Pitre | 2007-04-10 |
| * | | get rid of num_packed_objects() | Nicolas Pitre | 2007-04-10 |
| |/ |
|
* | | Merge branch 'jp/refs' | Junio C Hamano | 2007-04-21 |
|\ \ |
|
| * | | refs.c: add a function to sort a ref list, rather then sorting on add | Julian Phillips | 2007-04-18 |