Age | Commit message (Expand) | Author | Files | Lines |
2008-08-05 | Optimize sha1_object_info for loose objects, not concurrent repacks | Steven Grimm | 1 | -1/+8 |
2008-07-14 | restore legacy behavior for read_sha1_file() | Nicolas Pitre | 1 | -4/+26 |
2008-07-09 | Merge branch 'sp/maint-pack-memuse' | Junio C Hamano | 1 | -0/+1 |
2008-07-09 | Correct pack memory leak causing git gc to try to exceed ulimit | Shawn O. Pearce | 1 | -0/+1 |
2008-07-05 | Fix some warnings (on cygwin) to allow -Werror | Ramsay Jones | 1 | -6/+6 |
2008-07-02 | Merge branch 'j6t/mingw' | Junio C Hamano | 1 | -5/+9 |
2008-06-25 | Merge branch 'lt/config-fsync' | Junio C Hamano | 1 | -1/+2 |
2008-06-25 | clone: create intermediate directories of destination repo | Jeff King | 1 | -0/+9 |
2008-06-24 | optimize verify-pack a bit | Nicolas Pitre | 1 | -1/+1 |
2008-06-24 | clone: create intermediate directories of destination repo | Jeff King | 1 | -0/+9 |
2008-06-24 | refactor pack structure allocation | Nicolas Pitre | 1 | -18/+15 |
2008-06-23 | implement some resilience against pack corruptions | Nicolas Pitre | 1 | -16/+76 |
2008-06-23 | Workaround for AIX mkstemp() | Patrick Higgins | 1 | -0/+1 |
2008-06-23 | Windows: Handle absolute paths in safe_create_leading_directories(). | Johannes Sixt | 1 | -4/+8 |
2008-06-22 | Windows: Use the Windows style PATH separator ';'. | Johannes Sixt | 1 | -1/+1 |
2008-06-18 | Add config option to enable 'fsync()' of object files | Linus Torvalds | 1 | -1/+2 |
2008-06-16 | sha1_file.c: simplify parse_pack_index() | Junio C Hamano | 1 | -7/+1 |
2008-06-16 | create_tempfile: make sure that leading directories can be accessible by peers | Junio C Hamano | 1 | -2/+2 |
2008-06-16 | write_loose_object: don't bother trying to read an old object | Linus Torvalds | 1 | -14/+0 |
2008-06-14 | Simplify and rename find_sha1_file() | Linus Torvalds | 1 | -10/+8 |
2008-06-14 | Make loose object file reading more careful | Linus Torvalds | 1 | -26/+44 |
2008-06-14 | Avoid cross-directory renames and linking on object creation | Linus Torvalds | 1 | -41/+42 |
2008-06-13 | sha1_file.c: dead code removal | Junio C Hamano | 1 | -142/+0 |
2008-06-10 | Consolidate SHA1 object file close | Linus Torvalds | 1 | -6/+11 |
2008-05-28 | fix sha1_pack_index_name() | Junio C Hamano | 1 | -4/+5 |
2008-05-25 | Merge branch 'db/clone-in-c' | Junio C Hamano | 1 | -0/+12 |
2008-05-24 | Remove redundant code, eliminate one static variable | Heikki Orsila | 1 | -27/+17 |
2008-05-13 | add a force_object_loose() function | Nicolas Pitre | 1 | -13/+47 |
2008-05-04 | Add a library function to add an alternate to the alternates file | Daniel Barkalow | 1 | -0/+12 |
2008-05-03 | Cleanup xread() loops to use read_in_full() | Heikki Orsila | 1 | -10/+4 |
2008-04-09 | sha1-lookup: more memory efficient search in sorted list of SHA-1 | Junio C Hamano | 1 | -3/+32 |
2008-03-01 | fix unimplemented packed_object_info_detail() features | Nicolas Pitre | 1 | -3/+7 |
2008-02-20 | Merge branch 'jk/empty-tree' | Junio C Hamano | 1 | -0/+11 |
2008-02-18 | Merge branch 'mk/maint-parse-careful' | Junio C Hamano | 1 | -1/+2 |
2008-02-18 | read_object_with_reference: don't read beyond the buffer | Martin Koegler | 1 | -1/+2 |
2008-02-13 | hard-code the empty tree object | Jeff King | 1 | -0/+11 |
2008-02-06 | safecrlf: Add mechanism to warn about irreversible crlf conversions | Steffen Prohaska | 1 | -1/+2 |
2008-01-17 | Fix random fast-import errors when compiled with NO_MMAP | Shawn O. Pearce | 1 | -0/+16 |
2008-01-03 | Fix grammar nits in documentation and in code comments. | Jim Meyering | 1 | -1/+1 |
2007-11-28 | sha1_file.c: Fix size_t related printf format warnings | Steffen Prohaska | 1 | -4/+6 |
2007-11-14 | Use is_absolute_path() in sha1_file.c. | Johannes Sixt | 1 | -4/+4 |
2007-10-29 | Merge branch 'maint' | Junio C Hamano | 1 | -7/+9 |
2007-10-29 | sha1_file.c: avoid gcc signed overflow warnings | Junio C Hamano | 1 | -7/+9 |
2007-10-03 | Merge branch 'ph/strbuf' | Junio C Hamano | 1 | -65/+15 |
2007-09-29 | strbuf change: be sure ->buf is never ever NULL. | Pierre Habouzit | 1 | -2/+1 |
2007-09-18 | Use xmemdupz() in many places. | Pierre Habouzit | 1 | -9/+3 |
2007-09-17 | Export matches_pack_name() and fix its return value | Junio C Hamano | 1 | -7/+7 |
2007-09-16 | Now that cache.h needs strbuf.h, remove useless includes. | Pierre Habouzit | 1 | -1/+0 |
2007-09-16 | Rewrite convert_to_{git,working_tree} to use strbuf's. | Pierre Habouzit | 1 | -5/+5 |
2007-09-10 | Replace all read_fd use with strbuf_read, and get rid of it. | Pierre Habouzit | 1 | -51/+9 |