Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge branch 'maint' | Junio C Hamano | 2009-02-10 | 1 | -0/+7 |
|\ | |||||
| * | Merge branch 'maint-1.6.0' into maint | Junio C Hamano | 2009-02-10 | 1 | -0/+7 |
| |\ | |||||
| | * | Clear the delta base cache during fast-import checkpoint | Shawn O. Pearce | 2009-02-10 | 1 | -0/+7 |
| * | | Merge branch 'lt/maint-wrap-zlib' into maint | Junio C Hamano | 2009-02-05 | 1 | -12/+12 |
| |\ \ | |||||
* | \ \ | Sync with 1.6.1.2 | Junio C Hamano | 2009-01-29 | 1 | -1/+2 |
|\ \ \ \ | |/ / / | |||||
| * | | | Merge branch 'maint-1.6.0' into maint | Junio C Hamano | 2009-01-28 | 1 | -1/+2 |
| |\ \ \ | | | |/ | | |/| | |||||
| | * | | avoid 31-bit truncation in write_loose_object | Jeff King | 2009-01-28 | 1 | -1/+2 |
* | | | | Merge branch 'lt/maint-wrap-zlib' | Junio C Hamano | 2009-01-21 | 1 | -12/+12 |
|\ \ \ \ | | |_|/ | |/| | | |||||
| * | | | Wrap inflate and other zlib routines for better error reporting | Linus Torvalds | 2009-01-11 | 1 | -12/+12 |
| | |/ | |/| | |||||
* | | | sha1_file: make "read_object" static | Christian Couder | 2009-01-13 | 1 | -2/+5 |
| |/ |/| | |||||
* | | Make 'index_path()' use 'strbuf_readlink()' | Linus Torvalds | 2008-12-17 | 1 | -9/+5 |
* | | Merge branch 'maint' | Junio C Hamano | 2008-12-11 | 1 | -0/+31 |
|\ \ | |/ | |||||
| * | make sure packs to be replaced are closed beforehand | Nicolas Pitre | 2008-12-10 | 1 | -0/+31 |
| * | Merge branch 'bc/maint-keep-pack' into maint | Junio C Hamano | 2008-12-02 | 1 | -6/+18 |
| |\ | |||||
* | \ | Merge branch 'maint' | Junio C Hamano | 2008-11-27 | 1 | -1/+1 |
|\ \ \ | |/ / | |||||
| * | | sha1_file.c: resolve confusion EACCES vs EPERM | Sam Vilain | 2008-11-27 | 1 | -1/+1 |
| * | | sha1_file: avoid bogus "file exists" error message | Joey Hess | 2008-11-27 | 1 | -1/+1 |
* | | | sha1_file: avoid bogus "file exists" error message | Joey Hess | 2008-11-23 | 1 | -1/+1 |
* | | | Fix handle leak in sha1_file/unpack_objects if there were damaged object data | Alex Riesen | 2008-11-23 | 1 | -0/+1 |
* | | | Merge branch 'jk/commit-v-strip' | Junio C Hamano | 2008-11-16 | 1 | -3/+1 |
|\ \ \ | |||||
| * | | | define empty tree sha1 as a macro | Jeff King | 2008-11-12 | 1 | -3/+1 |
* | | | | Merge branch 'np/pack-safer' | Junio C Hamano | 2008-11-12 | 1 | -19/+66 |
|\ \ \ \ | |||||
| * | | | | make find_pack_revindex() aware of the nasty world | Nicolas Pitre | 2008-11-02 | 1 | -6/+12 |
| * | | | | make packed_object_info() resilient to pack corruptions | Nicolas Pitre | 2008-11-02 | 1 | -6/+30 |
| * | | | | make unpack_object_header() non fatal | Nicolas Pitre | 2008-11-02 | 1 | -9/+11 |
| * | | | | better validation on delta base object offsets | Nicolas Pitre | 2008-11-02 | 1 | -1/+1 |
| * | | | | close another possibility for propagating pack corruption | Nicolas Pitre | 2008-11-02 | 1 | -0/+15 |
| |/ / / | |||||
* | | | | Merge branch 'bc/maint-keep-pack' | Junio C Hamano | 2008-11-12 | 1 | -6/+18 |
|\ \ \ \ | |/ / / |/| | / | | |/ | |/| | |||||
| * | | sha1_file.c: split has_loose_object() into local and non-local counterparts | Brandon Casey | 2008-11-12 | 1 | -6/+13 |
| * | | packed_git: convert pack_local flag into a bitfield and add pack_keep | Brandon Casey | 2008-11-12 | 1 | -0/+5 |
| |/ | |||||
| * | Merge branch 'jc/maint-co-track' into maint | Junio C Hamano | 2008-11-02 | 1 | -1/+1 |
| |\ | |||||
* | \ | Merge branch 'jc/maint-co-track' | Junio C Hamano | 2008-10-21 | 1 | -1/+1 |
|\ \ \ | | |/ | |/| | |||||
| * | | Enhance hold_lock_file_for_{update,append}() API | Junio C Hamano | 2008-10-19 | 1 | -1/+1 |
* | | | Merge branch 'maint' | Junio C Hamano | 2008-10-18 | 1 | -1/+5 |
|\ \ \ | | |/ | |/| | |||||
| * | | force_object_loose: Fix memory leak | Björn Steinbrink | 2008-10-18 | 1 | -1/+5 |
| |/ | |||||
* | | Replace calls to strbuf_init(&foo, 0) with STRBUF_INIT initializer | Brandon Casey | 2008-10-12 | 1 | -4/+2 |
* | | Cleanup in sha1_file.c::cache_or_unpack_entry() | Miklos Vajna | 2008-10-09 | 1 | -4/+2 |
* | | fix openssl headers conflicting with custom SHA1 implementations | Nicolas Pitre | 2008-10-02 | 1 | -5/+5 |
* | | Merge branch 'jc/alternate-push' | Shawn O. Pearce | 2008-09-25 | 1 | -2/+11 |
|\ \ | |||||
| * | | push: receiver end advertises refs from alternate repositories | Junio C Hamano | 2008-09-09 | 1 | -0/+10 |
| * | | is_directory(): a generic helper function | Junio C Hamano | 2008-09-09 | 1 | -2/+1 |
* | | | Merge branch 'jc/safe-c-l-d' | Shawn O. Pearce | 2008-09-25 | 1 | -1/+5 |
|\ \ \ | |||||
| * | | | safe_create_leading_directories(): make it about "leading" directories | Junio C Hamano | 2008-09-03 | 1 | -1/+5 |
* | | | | Merge branch 'maint' | Junio C Hamano | 2008-09-18 | 1 | -1/+3 |
|\ \ \ \ | |_|/ / |/| | / | | |/ | |/| | |||||
| * | | sha1_file: link() returns -1 on failure, not errno | Thomas Rast | 2008-09-18 | 1 | -1/+3 |
| |/ | |||||
* | | Merge branch 'np/verify-pack' | Junio C Hamano | 2008-08-27 | 1 | -0/+1 |
|\ \ | |/ | |||||
| * | discard revindex data when pack list changes | Nicolas Pitre | 2008-08-22 | 1 | -0/+1 |
* | | Merge branch 'dp/hash-literally' | Junio C Hamano | 2008-08-19 | 1 | -36/+28 |
|\ \ | |/ |/| | |||||
| * | teach index_fd to work with pipes | Dmitry Potapov | 2008-08-03 | 1 | -36/+28 |
* | | Optimize sha1_object_info for loose objects, not concurrent repacks | Steven Grimm | 2008-08-05 | 1 | -1/+8 |
|/ |