Age | Commit message (Expand) | Author | Files | Lines |
2009-04-01 | Merge branch 'jc/maint-1.6.0-keep-pack' | Junio C Hamano | 1 | -20/+1 |
2009-03-28 | set_shared_perm(): sometimes we know what the final mode bits should look like | Junio C Hamano | 1 | -1/+1 |
2009-03-28 | move_temp_to_file(): do not forget to chmod() in "Coda hack" codepath | Junio C Hamano | 1 | -2/+3 |
2009-03-27 | Move chmod(foo, 0444) into move_temp_to_file() | Johan Herland | 1 | -2/+1 |
2009-03-27 | "core.sharedrepository = 0mode" should set, not loosen | Junio C Hamano | 1 | -1/+7 |
2009-03-24 | Merge branch 'maint' | Junio C Hamano | 1 | -1/+1 |
2009-03-24 | Merge branch 'maint-1.6.1' into maint | Junio C Hamano | 1 | -1/+1 |
2009-03-24 | Merge branch 'maint-1.6.0' into maint-1.6.1 | Junio C Hamano | 1 | -1/+1 |
2009-03-24 | close_sha1_file(): make it easier to diagnose errors | Linus Torvalds | 1 | -1/+1 |
2009-03-20 | Remove --kept-pack-only option and associated infrastructure | Brandon Casey | 1 | -20/+1 |
2009-03-11 | Merge branch 'jc/maint-1.6.0-keep-pack' | Junio C Hamano | 1 | -34/+26 |
2009-02-28 | is_kept_pack(): final clean-up | Junio C Hamano | 1 | -15/+7 |
2009-02-28 | Simplify is_kept_pack() | Junio C Hamano | 1 | -27/+3 |
2009-02-28 | Consolidate ignore_packed logic more | Junio C Hamano | 1 | -10/+14 |
2009-02-28 | has_sha1_kept_pack(): take "struct rev_info" | Junio C Hamano | 1 | -7/+9 |
2009-02-28 | has_sha1_pack(): refactor "pretend these packs do not exist" interface | Junio C Hamano | 1 | -7/+25 |
2009-02-25 | sha1_file.c: fix typo | Felipe Contreras | 1 | -1/+1 |
2009-02-11 | Merge branch 'maint' | Junio C Hamano | 1 | -0/+1 |
2009-02-11 | Merge branch 'maint-1.6.0' into maint | Junio C Hamano | 1 | -0/+1 |
2009-02-11 | Clear the delta base cache if a pack is rebuilt | Shawn O. Pearce | 1 | -0/+1 |
2009-02-10 | Merge branch 'maint' | Junio C Hamano | 1 | -0/+7 |
2009-02-10 | Merge branch 'maint-1.6.0' into maint | Junio C Hamano | 1 | -0/+7 |
2009-02-10 | Clear the delta base cache during fast-import checkpoint | Shawn O. Pearce | 1 | -0/+7 |
2009-02-05 | Merge branch 'lt/maint-wrap-zlib' into maint | Junio C Hamano | 1 | -12/+12 |
2009-01-29 | Sync with 1.6.1.2 | Junio C Hamano | 1 | -1/+2 |
2009-01-28 | Merge branch 'maint-1.6.0' into maint | Junio C Hamano | 1 | -1/+2 |
2009-01-28 | avoid 31-bit truncation in write_loose_object | Jeff King | 1 | -1/+2 |
2009-01-21 | Merge branch 'lt/maint-wrap-zlib' | Junio C Hamano | 1 | -12/+12 |
2009-01-13 | sha1_file: make "read_object" static | Christian Couder | 1 | -2/+5 |
2009-01-11 | Wrap inflate and other zlib routines for better error reporting | Linus Torvalds | 1 | -12/+12 |
2008-12-17 | Make 'index_path()' use 'strbuf_readlink()' | Linus Torvalds | 1 | -9/+5 |
2008-12-11 | Merge branch 'maint' | Junio C Hamano | 1 | -0/+31 |
2008-12-10 | make sure packs to be replaced are closed beforehand | Nicolas Pitre | 1 | -0/+31 |
2008-12-02 | Merge branch 'bc/maint-keep-pack' into maint | Junio C Hamano | 1 | -6/+18 |
2008-11-27 | Merge branch 'maint' | Junio C Hamano | 1 | -1/+1 |
2008-11-27 | sha1_file.c: resolve confusion EACCES vs EPERM | Sam Vilain | 1 | -1/+1 |
2008-11-27 | sha1_file: avoid bogus "file exists" error message | Joey Hess | 1 | -1/+1 |
2008-11-23 | sha1_file: avoid bogus "file exists" error message | Joey Hess | 1 | -1/+1 |
2008-11-23 | Fix handle leak in sha1_file/unpack_objects if there were damaged object data | Alex Riesen | 1 | -0/+1 |
2008-11-16 | Merge branch 'jk/commit-v-strip' | Junio C Hamano | 1 | -3/+1 |
2008-11-12 | Merge branch 'np/pack-safer' | Junio C Hamano | 1 | -19/+66 |
2008-11-12 | Merge branch 'bc/maint-keep-pack' | Junio C Hamano | 1 | -6/+18 |
2008-11-12 | define empty tree sha1 as a macro | Jeff King | 1 | -3/+1 |
2008-11-12 | sha1_file.c: split has_loose_object() into local and non-local counterparts | Brandon Casey | 1 | -6/+13 |
2008-11-12 | packed_git: convert pack_local flag into a bitfield and add pack_keep | Brandon Casey | 1 | -0/+5 |
2008-11-02 | make find_pack_revindex() aware of the nasty world | Nicolas Pitre | 1 | -6/+12 |
2008-11-02 | make packed_object_info() resilient to pack corruptions | Nicolas Pitre | 1 | -6/+30 |
2008-11-02 | make unpack_object_header() non fatal | Nicolas Pitre | 1 | -9/+11 |
2008-11-02 | better validation on delta base object offsets | Nicolas Pitre | 1 | -1/+1 |
2008-11-02 | close another possibility for propagating pack corruption | Nicolas Pitre | 1 | -0/+15 |