2007-10-30 | cherry-pick/revert: more compact user direction message Signed-off-by: Nicolas Pitre <nico@cam.org> |
diff | tree |
2007-09-12 | threaded delta search: proper locking for cache accounting Signed-off-by: Nicolas Pitre <nico@cam.org> |
diff | tree |
2007-09-10 | threaded delta search: add pack.threads config variable Signed-off-by: Nicolas Pitre <nico@cam.org> |
diff | tree |
2007-09-10 | fix threaded delta search locking Signed-off-by: Nicolas Pitre <nico@cam.org> |
diff | tree |
2007-09-10 | fix doc for --compression argument to pack-objects Signed-off-by: Nicolas Pitre <nico@cam.org> |
diff | tree |
2007-09-10 | threaded delta search: specify number of threads at... Signed-off-by: Nicolas Pitre <nico@cam.org> |
diff | tree |
2007-09-10 | threaded delta search: better chunck split point Signed-off-by: Nicolas Pitre <nico@cam.org> |
diff | tree |
2007-09-10 | threaded delta search: refine work allocation Signed-off-by: Nicolas Pitre <nico@cam.org> |
diff | tree |
2007-09-06 | basic threaded delta search Signed-off-by: Nicolas Pitre <nico@cam.org> |
diff | tree |
2007-09-06 | rearrange delta search progress reporting Signed-off-by: Nicolas Pitre <nico@cam.org> |
diff | tree |
2007-09-06 | localize window memory usage accounting Signed-off-by: Nicolas Pitre <nico@cam.org> |
diff | tree |
2007-09-06 | straighten the list of objects to deltify Signed-off-by: Nicolas Pitre <nico@cam.org> |
diff | tree |
2007-08-31 | fix same sized delta logic Signed-off-by: Nicolas Pitre <nico@cam.org> |
diff | tree |
2007-08-16 | pack-objects: remove bogus arguments to delta_cacheable() Signed-off-by: Nicolas Pitre <nico@cam.org> |
diff | tree |
2007-07-13 | Pack-objects: properly initialize the depth value Signed-off-by: Nicolas Pitre <nico@cam.org> |
diff | tree |
2007-07-12 | reduce git-pack-objects memory usage a little more Signed-off-by: Nicolas Pitre <nico@cam.org> |
diff | tree |
2007-07-12 | script to display a distribution of longest common... Signed-off-by: Nicolas Pitre <nico@cam.org> |
diff | tree |
2007-07-12 | apply delta depth bias to already deltified objects Signed-off-by: Nicolas Pitre <nico@cam.org> |
diff | tree |
2007-05-31 | always start looking up objects in the last used pack... Signed-off-by: Nicolas Pitre <nico@cam.org> --- Note: the |
diff | tree |
2007-05-31 | fix repack with --max-pack-size Signed-off-by: Nicolas Pitre <nico@cam.org> |
diff | tree |
2007-05-27 | update diff-delta.c copyright Signed-off-by: Nicolas Pitre <nico@cam.org> |
diff | tree |
2007-05-27 | improve delta long block matching with big files Signed-off-by: Nicolas Pitre <nico@cam.org> |
diff | tree |
2007-05-26 | fixes to output of git-verify-pack -v Signed-off-by: Nicolas Pitre <nico@cam.org> |
diff | tree |
2007-05-10 | deprecate the new loose object header format Signed-off-by: Nicolas Pitre <nico@cam.org> |
diff | tree |
2007-05-10 | make "repack -f" imply "pack-objects --no-reuse-object" Signed-off-by: Nicolas Pitre <nico@cam.org> |
diff | tree |
2007-05-10 | allow for undeltified objects not to be reused Signed-off-by: Nicolas Pitre <nico@cam.org> |
diff | tree |
2007-04-24 | add file checkout progress Signed-off-by: Nicolas Pitre <nico@cam.org> |
diff | tree |
2007-04-23 | delay progress display when checking out files Signed-off-by: Nicolas Pitre <nico@cam.org> |
diff | tree |
2007-04-23 | provide a facility for "delayed" progress reporting Signed-off-by: Nicolas Pitre <nico@cam.org> |
diff | tree |
2007-04-23 | make progress "title" part of the common progress interface Signed-off-by: Nicolas Pitre <nico@cam.org> |
diff | tree |
2007-04-23 | common progress display support Signed-off-by: Nicolas Pitre <nico@cam.org> |
diff | tree |
2007-04-20 | document --index-version for index-pack and pack-objects Signed-off-by: Nicolas Pitre <nico@cam.org> |
diff | tree |
2007-04-20 | pack-objects: remove obsolete comments Signed-off-by: Nicolas Pitre <nico@cam.org> |
diff | tree |
2007-04-17 | pack-objects: better check_object() performances Signed-off-by: Nicolas Pitre <nico@cam.org> |
diff | tree |
2007-04-17 | add get_size_from_delta() Signed-off-by: Nicolas Pitre <nico@cam.org> |
diff | tree |
2007-04-17 | pack-objects: make in_pack_header_size a variable of... Signed-off-by: Nicolas Pitre <nico@cam.org> |
diff | tree |
2007-04-17 | pack-objects: get rid of create_final_object_list() Signed-off-by: Nicolas Pitre <nico@cam.org> |
diff | tree |
2007-04-17 | pack-objects: get rid of reuse_cached_pack Signed-off-by: Nicolas Pitre <nico@cam.org> |
diff | tree |
2007-04-17 | pack-objects: clean up list sorting Signed-off-by: Nicolas Pitre <nico@cam.org> |
diff | tree |
2007-04-17 | pack-objects: rework check_delta_limit usage Signed-off-by: Nicolas Pitre <nico@cam.org> |
diff | tree |
2007-04-17 | pack-objects: equal objects in size should delta against... Signed-off-by: Nicolas Pitre <nico@cam.org> |
diff | tree |
2007-04-17 | pack-objects: optimize preferred base handling a bit Signed-off-by: Nicolas Pitre <nico@cam.org> |
diff | tree |
2007-04-12 | clean up add_object_entry() Signed-off-by: Nicolas Pitre <nico@cam.org> |
diff | tree |
2007-04-12 | tests for various pack index features Signed-off-by: Nicolas Pitre <nico@cam.org> |
diff | tree |
2007-04-12 | use test-genrandom in tests instead of /dev/urandom Signed-off-by: Nicolas Pitre <nico@cam.org> |
diff | tree |
2007-04-12 | simple random data generator for tests Signed-off-by: Nicolas Pitre <nico@cam.org> |
diff | tree |
2007-04-10 | validate reused pack data with CRC when possible Signed-off-by: Nicolas Pitre <nico@cam.org> |
diff | tree |
2007-04-10 | allow forcing index v2 and 64-bit offset treshold Signed-off-by: Nicolas Pitre <nico@cam.org> |
diff | tree |
2007-04-10 | pack-redundant.c: learn about index v2 Signed-off-by: Nicolas Pitre <nico@cam.org> |
diff | tree |
2007-04-10 | show-index.c: learn about index v2 Signed-off-by: Nicolas Pitre <nico@cam.org> |
diff | tree |
2007-04-10 | sha1_file.c: learn about index version 2 Signed-off-by: Nicolas Pitre <nico@cam.org> |
diff | tree |
2007-04-10 | index-pack: learn about pack index version 2 Signed-off-by: Nicolas Pitre <nico@cam.org> |
diff | tree |
2007-04-10 | pack-objects: learn about pack index version 2 Signed-off-by: Nicolas Pitre <nico@cam.org> |
diff | tree |
2007-04-10 | compute object CRC32 with index-pack Signed-off-by: Nicolas Pitre <nico@cam.org> |
diff | tree |
2007-04-10 | compute a CRC32 for each object as stored in a pack Signed-off-by: Nicolas Pitre <nico@cam.org> |
diff | tree |
2007-04-10 | add overflow tests on pack offset variables Signed-off-by: Nicolas Pitre <nico@cam.org> |
diff | tree |
2007-04-10 | make overflow test on delta base offset work regardless... Signed-off-by: Nicolas Pitre <nico@cam.org> |
diff | tree |
2007-04-10 | get rid of num_packed_objects() Signed-off-by: Nicolas Pitre <nico@cam.org> |
diff | tree |
2007-04-05 | clean up and optimize nth_packed_object_sha1() usage Signed-off-by: Nicolas Pitre <nico@cam.org> |
diff | tree |
2007-04-04 | Plug memory leak in index-pack collision checking codepath. |
diff | tree |
2007-03-25 | write_sha1_from_fd() should make new objects read-only Signed-off-by: Nicolas Pitre <nico@cam.org> |
diff | tree |
2007-03-25 | make it more obvious that temporary files are temporary... Signed-off-by: Nicolas Pitre <nico@cam.org> |
diff | tree |
2007-03-22 | update HEAD reflog when branch pointed to by HEAD is... Signed-off-by: Nicolas Pitre <nico@cam.org> |
diff | tree |
2007-03-21 | minor git-prune optimization Signed-off-by: Nicolas Pitre <nico@cam.org> |
diff | tree |
2007-03-21 | improve checkout message when asking for same branch Signed-off-by: Nicolas Pitre <nico@cam.org> |
diff | tree |
2007-03-21 | index-pack: more validation checks and cleanups Signed-off-by: Nicolas Pitre <nico@cam.org> |
diff | tree |
2007-03-21 | index-pack: use hash_sha1_file() Signed-off-by: Nicolas Pitre <nico@cam.org> |
diff | tree |
2007-03-21 | don't ever allow SHA1 collisions to exist by fetching... Signed-off-by: Nicolas Pitre <nico@cam.org> |
diff | tree |
2007-03-20 | use a LRU eviction policy for the delta base cache Signed-off-by: Nicolas Pitre <nico@cam.org> |
diff | tree |
2007-03-20 | clean up the delta base cache size a bit Signed-off-by: Nicolas Pitre <nico@cam.org> |
diff | tree |
2007-03-18 | Reuse cached data out of delta base cache. Signed-off-by: Nicolas Pitre <nico@cam.org> |
diff | tree |
2007-03-17 | [PATCH] clean up pack index handling a bit Signed-off-by: Nicolas Pitre <nico@cam.org> |
diff | tree |
2007-03-17 | [PATCH] add test for OFS_DELTA objects Signed-off-by: Nicolas Pitre <nico@cam.org> |
diff | tree |
2007-03-17 | [PATCH] fix t5300-pack-object.sh Signed-off-by: Nicolas Pitre <nico@cam.org> |
diff | tree |
2007-03-17 | [PATCH] local-fetch.c: some error printing cleanup Signed-off-by: Nicolas Pitre <nico@cam.org> |
diff | tree |
2007-02-28 | make sure enum object_type is signed Signed-off-by: Nicolas Pitre <nico@cam.org> |
diff | tree |
2007-02-27 | get rid of lookup_object_type() Signed-off-by: Nicolas Pitre <nico@cam.org> |
diff | tree |
2007-02-27 | convert object type handling from a string to a number Signed-off-by: Nicolas Pitre <nico@cam.org> |
diff | tree |
2007-02-27 | formalize typename(), and add its reverse type_from_string() Signed-off-by: Nicolas Pitre <nico@cam.org> |
diff | tree |
2007-02-27 | sha1_file.c: don't ignore an error condition in sha1_loose_o... Signed-off-by: Nicolas Pitre <nico@cam.org> |
diff | tree |
2007-02-27 | sha1_file.c: cleanup "offset" usage Signed-off-by: Nicolas Pitre <nico@cam.org> |
diff | tree |
2007-02-27 | sha1_file.c: cleanup hdr usage Signed-off-by: Nicolas Pitre <nico@cam.org> |
diff | tree |
2007-02-14 | Minor corrections to release notes Signed-off-by: Nicolas Pitre <nico@cam.org> |
diff | tree |
2007-02-13 | Update RPM core package description Signed-off-by: Nicolas Pitre <nico@cam.org> |
diff | tree |
2007-02-09 | remove mailmap.linux Signed-off-by: Nicolas Pitre <nico@cam.org> |
diff | tree |
2007-02-04 | Let git-checkout always drop any detached head Signed-off-by: Nicolas Pitre <nico@cam.org> |
diff | tree |
2007-02-04 | Enable HEAD@{...} and make it independent from the... Signed-off-by: Nicolas Pitre <nico@cam.org> |
diff | tree |
2007-02-03 | scan reflogs independently from refs Signed-off-by: Nicolas Pitre <nico@cam.org> |
diff | tree |
2007-02-02 | provide a nice @{...} syntax to always mean the current... Signed-off-by: Nicolas Pitre <nico@cam.org> |
diff | tree |
2007-02-02 | prevent HEAD reflog to be interpreted as current branch... Signed-off-by: Nicolas Pitre <nico@cam.org> |
diff | tree |
2007-02-02 | add a quiet option to git-checkout Signed-off-by: Nicolas Pitre <nico@cam.org> |
diff | tree |
2007-02-02 | reword the detached head message a little again Signed-off-by: Nicolas Pitre <nico@cam.org> |
diff | tree |
2007-01-31 | tone down the detached head warning Signed-off-by: Nicolas Pitre <nico@cam.org> |
diff | tree |
2007-01-28 | add reflog when moving HEAD to a new branch Signed-off-by: Nicolas Pitre <nico@cam.org> |
diff | tree |
2007-01-28 | add logref support to git-symbolic-ref Signed-off-by: Nicolas Pitre <nico@cam.org> |
diff | tree |
2007-01-28 | move create_symref() past log_ref_write() Signed-off-by: Nicolas Pitre <nico@cam.org> |
diff | tree |
2007-01-28 | add reflog entries for HEAD when detached Signed-off-by: Nicolas Pitre <nico@cam.org> |
diff | tree |
2007-01-28 | enable separate reflog for HEAD Signed-off-by: Nicolas Pitre <nico@cam.org> |
diff | tree |
2007-01-28 | lock_ref_sha1_basic(): remember the original name of... Signed-off-by: Nicolas Pitre <nico@cam.org> |
diff | tree |
2007-01-28 | make reflog filename independent from struct ref_lock Signed-off-by: Nicolas Pitre <nico@cam.org> |
diff | tree |