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 |
2007-01-28 | git-log -g --pretty=oneline should display the reflog... Signed-off-by: Nicolas Pitre <nico@cam.org> |
diff | tree |
2007-01-27 | fix suggested branch creation command when detaching... Signed-off-by: Nicolas Pitre <nico@cam.org> |
diff | tree |
2007-01-17 | sanitize content of README file Signed-off-by: Nicolas Pitre <nico@cam.org> |
diff | tree |
2007-01-15 | some doc updates Signed-off-by: Nicolas Pitre <nico@cam.org> |
diff | tree |
2007-01-14 | simplify the "no changes added to commit" message Signed-off-by: Nicolas Pitre <nico@cam.org> |
diff | tree |
2007-01-12 | use 'init' instead of 'init-db' for shipped docs and... Signed-off-by: Nicolas Pitre <nico@cam.org> |
diff | tree |
2007-01-10 | Add git-init documentation. Signed-off-by: Nicolas Pitre <nico@cam.org> |
diff | tree |
2007-01-08 | "init-db" can really be just "init" Signed-off-by: Nicolas Pitre <nico@cam.org> |
diff | tree |
2006-12-26 | move git-blame to its place in .gitignore Signed-off-by: Nicolas Pitre <nico@cam.org> |
diff | tree |
2006-12-26 | Add git-reflog to .gitignore Signed-off-by: Nicolas Pitre <nico@cam.org> |
diff | tree |
2006-12-26 | add .mailmap for git-shortlog output with the git repository Signed-off-by: Nicolas Pitre <nico@cam.org> |
diff | tree |
2006-12-23 | checkout: make the message about the need for a new... Signed-off-by: Nicolas Pitre <nico@cam.org> |
diff | tree |
2006-12-20 | clarify some error messages wrt unknown object types Signed-off-by: Nicolas Pitre <nico@cam.org> |
diff | tree |
2006-12-20 | index-pack usage of mmap() is unacceptably slower on... Signed-off-by: Nicolas Pitre <nico@cam.org> |
diff | tree |
2006-12-18 | make git a bit less cryptic on fetch errors Signed-off-by: Nicolas Pitre <nico@cam.org> |
diff | tree |
2006-12-18 | make patch_delta() error cases a bit more verbose Signed-off-by: Nicolas Pitre <nico@cam.org> |
diff | tree |
2006-12-16 | make commit message a little more consistent and conforting Signed-off-by: Nicolas Pitre <nico@cam.org> |
diff | tree |
2006-12-13 | repacked packs should be read-only Signed-off-by: Nicolas Pitre <nico@cam.org> |
diff | tree |
2006-12-07 | change the unpack limit treshold to a saner value Signed-off-by: Nicolas Pitre <nico@cam.org> |
diff | tree |
2006-12-05 | make 'git add' a first class user friendly interface... Signed-off-by: Nicolas Pitre <nico@cam.org> |
diff | tree |
2006-11-30 | pack-objects: remove redundent status information Signed-off-by: Nicolas Pitre <nico@cam.org> |
diff | tree |
2006-11-21 | builtin git-shortlog is broken Signed-off-by: Nicolas Pitre <nico@cam.org> |
diff | tree |
2006-11-08 | git-pack-objects progress flag documentation and cleanup Signed-off-by: Nicolas Pitre <nico@cam.org> |
diff | tree |
2006-11-03 | remove .keep pack lock files when done with refs update Signed-off-by: Nicolas Pitre <nico@cam.org> |
diff | tree |
2006-11-03 | have index-pack create .keep file more carefully Signed-off-by: Nicolas Pitre <nico@cam.org> |
diff | tree |
2006-11-03 | improve fetch-pack's handling of kept packs Signed-off-by: Nicolas Pitre <nico@cam.org> |
diff | tree |
2006-11-03 | git-fetch can use both --thin and --keep with fetch... Signed-off-by: Nicolas Pitre <nico@cam.org> |
diff | tree |
2006-11-03 | Allow pack header preprocessing before unpack-objects... Signed-off-by: Nicolas Pitre <nico@cam.org> |
diff | tree |
2006-11-01 | make git-push a bit more verbose Signed-off-by: Nicolas Pitre <nico@cam.org> |
diff | tree |
2006-11-01 | pack-objects doesn't create random pack names Signed-off-by: Nicolas Pitre <nico@cam.org> |
diff | tree |
2006-10-30 | missing small substitution Signed-off-by: Nicolas Pitre <nico@cam.org> |
diff | tree |
2006-10-27 | index-pack: minor fixes to comment and function name Signed-off-by: Nicolas Pitre <nico@cam.org> |
diff | tree |
2006-10-27 | enhance clone and fetch -k experience Signed-off-by: Nicolas Pitre <nico@cam.org> |
diff | tree |
2006-10-27 | mimic unpack-objects when --stdin is used with index... Signed-off-by: Nicolas Pitre <nico@cam.org> |
diff | tree |
2006-10-26 | add progress status to index-pack Signed-off-by: Nicolas Pitre <nico@cam.org> |
diff | tree |
2006-10-26 | make index-pack able to complete thin packs. Signed-off-by: Nicolas Pitre <nico@cam.org> |
diff | tree |
2006-10-25 | enable index-pack streaming capability Signed-off-by: Nicolas Pitre <nico@cam.org> |
diff | tree |
2006-10-20 | add the capability for index-pack to read from a stream Signed-off-by: Nicolas Pitre <nico@cam.org> |
diff | tree |
2006-10-19 | reduce delta head inflated size Signed-off-by: Nicolas Pitre <nico@cam.org> |
diff | tree |
2006-10-18 | index-pack: compare only the first 20-bytes of the... Signed-off-by: Nicolas Pitre <nico@cam.org> |
diff | tree |
2006-10-11 | atomic write for sideband remote messages Signed-off-by: Nicolas Pitre <nico@cam.org> |
diff | tree |
2006-10-10 | add commit count options to git-shortlog Signed-off-by: Nicolas Pitre <nico@cam.org> |
diff | tree |
2006-09-27 | allow delta data reuse even if base object is a preferred... Signed-off-by: Nicolas Pitre <nico@cam.org> |
diff | tree |
2006-09-27 | zap a debug remnant Signed-off-by: Nicolas Pitre <nico@cam.org> |
diff | tree |
2006-09-27 | let the GIT native protocol use offsets to delta base... Signed-off-by: Nicolas Pitre <nico@cam.org> |
diff | tree |
2006-09-27 | make pack data reuse compatible with both delta types Signed-off-by: Nicolas Pitre <nico@cam.org> |
diff | tree |
2006-09-27 | make git-pack-objects able to create deltas with offset... Signed-off-by: Nicolas Pitre <nico@cam.org> |
diff | tree |
2006-09-27 | teach git-index-pack about deltas with offset to base Signed-off-by: Nicolas Pitre <nico@cam.org> |
diff | tree |
2006-09-27 | teach git-unpack-objects about deltas with offset to... Signed-off-by: Nicolas Pitre <nico@cam.org> |
diff | tree |
2006-09-27 | introduce delta objects with offset to base Signed-off-by: Nicolas Pitre <nico@cam.org> |
diff | tree |
2006-09-23 | many cleanups to sha1_file.c Signed-off-by: Nicolas Pitre <nico@cam.org> |
diff | tree |
2006-09-23 | move pack creation to version 3 Signed-off-by: Nicolas Pitre <nico@cam.org> |
diff | tree |
2006-07-01 | don't load objects needlessly when repacking Signed-off-by: Nicolas Pitre <nico@cam.org> |
diff | tree |
2006-06-30 | consider previous pack undeltified object state only... Signed-off-by: Nicolas Pitre <nico@cam.org> |
diff | tree |
2006-05-16 | improve depth heuristic for maximum delta size Signed-off-by: Nicolas Pitre <nico@cam.org> |
diff | tree |
2006-05-15 | pack-object: slightly more efficient Signed-off-by: Nicolas Pitre <nico@cam.org> |
diff | tree |
2006-05-15 | simple euristic for further free packing improvements Signed-off-by: Nicolas Pitre <nico@cam.org> |
diff | tree |
2006-05-10 | fix diff-delta bad memory access Signed-off-by: Nicolas Pitre <nico@cam.org> |
diff | tree |
2006-05-08 | improve base85 generated assembly code Signed-off-by: Nicolas Pitre <nico@cam.org> |
diff | tree |
2006-05-03 | improve diff-delta with sparse and/or repetitive data Signed-off-by: Nicolas Pitre <nico@cam.org> |
diff | tree |
2006-05-03 | tiny optimization to diff-delta Signed-off-by: Nicolas Pitre <nico@cam.org> |
diff | tree |
2006-04-29 | replace adler32 with Rabin's polynomial in diff-delta Signed-off-by: Nicolas Pitre <nico@cam.org> |
diff | tree |
2006-04-27 | use delta index data when finding best delta matches Signed-off-by: Nicolas Pitre <nico@cam.org> |
diff | tree |
2006-04-25 | split the diff-delta interface Signed-off-by: Nicolas Pitre <nico@cam.org> |
diff | tree |
2006-04-21 | fix pack-object buffer size Signed-off-by: Nicolas Pitre <nico@cam.org> |
diff | tree |