| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
|/ |
|
* | restore legacy behavior for read_sha1_file() | Nicolas Pitre | 2008-07-14 | 1 | -4/+26 |
* | Merge branch 'sp/maint-pack-memuse' | Junio C Hamano | 2008-07-09 | 1 | -0/+1 |
|\ |
|
| * | Correct pack memory leak causing git gc to try to exceed ulimit | Shawn O. Pearce | 2008-07-09 | 1 | -0/+1 |
| * | clone: create intermediate directories of destination repo | Jeff King | 2008-06-25 | 1 | -0/+9 |
* | | Fix some warnings (on cygwin) to allow -Werror | Ramsay Jones | 2008-07-05 | 1 | -6/+6 |
* | | Merge branch 'j6t/mingw' | Junio C Hamano | 2008-07-02 | 1 | -5/+9 |
|\ \ |
|
| * | | Windows: Handle absolute paths in safe_create_leading_directories(). | Johannes Sixt | 2008-06-23 | 1 | -4/+8 |
| * | | Windows: Use the Windows style PATH separator ';'. | Johannes Sixt | 2008-06-22 | 1 | -1/+1 |
* | | | Merge branch 'lt/config-fsync' | Junio C Hamano | 2008-06-25 | 1 | -1/+2 |
|\ \ \ |
|
| * | | | Add config option to enable 'fsync()' of object files | Linus Torvalds | 2008-06-18 | 1 | -1/+2 |
| |/ / |
|
* | | | optimize verify-pack a bit | Nicolas Pitre | 2008-06-24 | 1 | -1/+1 |
* | | | clone: create intermediate directories of destination repo | Jeff King | 2008-06-24 | 1 | -0/+9 |
* | | | refactor pack structure allocation | Nicolas Pitre | 2008-06-24 | 1 | -18/+15 |
* | | | implement some resilience against pack corruptions | Nicolas Pitre | 2008-06-23 | 1 | -16/+76 |
| |/
|/| |
|
* | | Workaround for AIX mkstemp() | Patrick Higgins | 2008-06-23 | 1 | -0/+1 |
|/ |
|
* | sha1_file.c: simplify parse_pack_index() | Junio C Hamano | 2008-06-16 | 1 | -7/+1 |
* | create_tempfile: make sure that leading directories can be accessible by peers | Junio C Hamano | 2008-06-16 | 1 | -2/+2 |
* | write_loose_object: don't bother trying to read an old object | Linus Torvalds | 2008-06-16 | 1 | -14/+0 |
* | Simplify and rename find_sha1_file() | Linus Torvalds | 2008-06-14 | 1 | -10/+8 |
* | Make loose object file reading more careful | Linus Torvalds | 2008-06-14 | 1 | -26/+44 |
* | Avoid cross-directory renames and linking on object creation | Linus Torvalds | 2008-06-14 | 1 | -41/+42 |
* | sha1_file.c: dead code removal | Junio C Hamano | 2008-06-13 | 1 | -142/+0 |
* | Consolidate SHA1 object file close | Linus Torvalds | 2008-06-10 | 1 | -6/+11 |
* | fix sha1_pack_index_name() | Junio C Hamano | 2008-05-28 | 1 | -4/+5 |
* | Merge branch 'db/clone-in-c' | Junio C Hamano | 2008-05-25 | 1 | -0/+12 |
|\ |
|
| * | Add a library function to add an alternate to the alternates file | Daniel Barkalow | 2008-05-04 | 1 | -0/+12 |
* | | Remove redundant code, eliminate one static variable | Heikki Orsila | 2008-05-24 | 1 | -27/+17 |
* | | add a force_object_loose() function | Nicolas Pitre | 2008-05-13 | 1 | -13/+47 |
|/ |
|
* | Cleanup xread() loops to use read_in_full() | Heikki Orsila | 2008-05-03 | 1 | -10/+4 |
* | sha1-lookup: more memory efficient search in sorted list of SHA-1 | Junio C Hamano | 2008-04-09 | 1 | -3/+32 |
* | fix unimplemented packed_object_info_detail() features | Nicolas Pitre | 2008-03-01 | 1 | -3/+7 |
* | Merge branch 'jk/empty-tree' | Junio C Hamano | 2008-02-20 | 1 | -0/+11 |
|\ |
|
| * | hard-code the empty tree object | Jeff King | 2008-02-13 | 1 | -0/+11 |