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 |
2006-04-07 | check patch_delta bounds more carefully Signed-off-by: Nicolas Pitre <nico@cam.org> |
diff | tree |
2006-03-18 | 3% tighter packs for free Signed-off-by: Nicolas Pitre <nico@cam.org> |
diff | tree |
2006-03-09 | diff-delta: bound hash list length to avoid O(m*n)... Signed-off-by: Nicolas Pitre <nico@cam.org> |
diff | tree |
2006-03-09 | test-delta needs zlib to compile Signed-off-by: Nicolas Pitre <nico@cam.org> |
diff | tree |
2006-03-02 | diff-delta: allow reusing of the reference buffer index Signed-off-by: Nicolas Pitre <nico@cam.org> |
diff | tree |
2006-03-02 | diff-delta: bound hash list length to avoid O(m*n)... Signed-off-by: Nicolas Pitre <nico@cam.org> |
diff | tree |
2006-03-02 | diff-delta: produce optimal pack data Signed-off-by: Nicolas Pitre <nico@cam.org> |
diff | tree |
2006-02-28 | diff-delta: bound hash list length to avoid O(m*n)... Signed-off-by: Nicolas Pitre <nico@cam.org> |
diff | tree |
2006-02-22 | also adds progress when actually writing a pack Signed-off-by: Nicolas Pitre <nico@cam.org> |
diff | tree |
2006-02-22 | nicer eye candies for pack-objects Signed-off-by: Nicolas Pitre <nico@cam.org> |
diff | tree |
2006-02-22 | diff-delta: big code simplification Signed-off-by: Nicolas Pitre <nico@cam.org> |
diff | tree |
2006-02-22 | diff-delta: produce optimal pack data Signed-off-by: Nicolas Pitre <nico@cam.org> |
diff | tree |
2006-02-22 | diff-delta: fold two special tests into one plus cleanups Signed-off-by: Nicolas Pitre <nico@cam.org> |
diff | tree |
2006-02-22 | relax delta selection filtering in pack-objects Signed-off-by: Nicolas Pitre <nico@cam.org> |
diff | tree |
2006-02-10 | delta micro optimization Signed-off-by: Nicolas Pitre <nico@cam.org> |
diff | tree |
2006-02-10 | count-delta.c: comment fixes |
diff | tree |
2006-02-10 | remove delta-against-self bit Signed-off-by: Nicolas Pitre <nico@cam.org> |
diff | tree |
2005-12-16 | small cleanup for diff-delta.c Signed-off-by: Nicolas Pitre <nico@cam.org> |
diff | tree |
2005-11-18 | 'make clean' forgot about some files Signed-off-by: Nicolas Pitre <nico@cam.org> |
diff | tree |
2005-09-21 | [PATCH] ARM optimized SHA1 implementation Signed-off-by: Nicolas Pitre <nico@cam.org> |
diff | tree |
2005-08-03 | [PATCH] list shortlog items in commit order Signed-off-by: Nicolas Pitre <nico@cam.org> |
diff | tree |
2005-06-29 | [PATCH] assorted delta code cleanup Signed-off-by: Nicolas Pitre <nico@cam.org> |
diff | tree |
2005-06-29 | [PATCH] denser delta header encoding Signed-off-by: Nicolas Pitre <nico@cam.org> |
diff | tree |
2005-06-21 | [PATCH] fix scalability problems with git-deltafy-script Signed-off-by: Nicolas Pitre <nico@cam.org> |
diff | tree |
2005-05-31 | [PATCH] mkdelta enhancements (take 2) Signed-off-by: Nicolas Pitre <nico@cam.org> |
diff | tree |
2005-05-24 | [PATCH] adjust git-deltafy-script to the new diff-tree... Signed-off-by: Nicolas Pitre <nico@cam.org> |
diff | tree |
2005-05-20 | [PATCH] delta creation Signed-off-by: Nicolas Pitre <nico@cam.org> |
diff | tree |
2005-05-20 | [PATCH] delta check Signed-off-by: Nicolas Pitre <nico@cam.org> |
diff | tree |
2005-05-20 | [PATCH] delta read Signed-off-by: Nicolas Pitre <nico@cam.org> |
diff | tree |
2005-05-19 | [PATCH] Deltification library work by Nicolas Pitre. ...Deltification library work by Nicolas Pitre. Signed-off-by: Nicolas Pitre <nico@cam.org> |
diff | tree |
2005-05-18 | [PATCH] fix show_date() for positive timezones Signed-off-by: Nicolas Pitre <nico@cam.org> |
diff | tree |
2005-05-06 | [PATCH] don't load and decompress objects twice with... Signed-off-by: Nicolas Pitre <nico@cam.org> |
diff | tree |
2005-04-30 | [PATCH] fix usage string for renamed git commands Signed-off-by: Nicolas Pitre <nico@cam.org> |
diff | tree |
2005-04-28 | [PATCH] add short options to show-files Signed-off-by: Nicolas Pitre <nico@cam.org> |
diff | tree |
2005-04-28 | [PATCH] Give show-files the ability to process exclusion... Signed-off-by: Nicolas Pitre <nico@cam.org> |
diff | tree |