Age | Commit message (Expand) | Author | Files | Lines |
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 |
2007-08-25 | Don't segfault if we failed to inflate a packed delta | Shawn O. Pearce | 1 | -0/+4 |
2007-08-14 | Avoid ambiguous error message if pack.idx header is wrong | Luiz Fernando N. Capitulino | 1 | -2/+2 |
2007-07-18 | Rename read_pipe() with read_fd() and make its buffer nul-terminated. | Carlos Rica | 1 | -6/+15 |
2007-07-03 | Merge branch 'maint' | Junio C Hamano | 1 | -3/+13 |
2007-07-03 | Don't smash stack when $GIT_ALTERNATE_OBJECT_DIRECTORIES is too long | Jim Meyering | 1 | -3/+13 |
2007-06-26 | Merge branch 'maint' | Junio C Hamano | 1 | -1/+4 |
2007-06-26 | Fix zero-object version-2 packs | Linus Torvalds | 1 | -1/+4 |
2007-06-13 | More static | Junio C Hamano | 1 | -1/+1 |
2007-06-13 | -Wold-style-definition fix | Junio C Hamano | 1 | -1/+1 |
2007-06-07 | War on whitespace | Junio C Hamano | 1 | -4/+4 |
2007-06-02 | Merge branch 'sp/pack' | Junio C Hamano | 1 | -5/+38 |
2007-05-31 | Merge branch 'maint' | Junio C Hamano | 1 | -1/+1 |
2007-05-31 | Merge branch 'maint-1.5.1' into maint | Junio C Hamano | 1 | -1/+1 |
2007-05-30 | always start looking up objects in the last used pack first | Nicolas Pitre | 1 | -4/+18 |
2007-05-30 | fix signed range problems with hex conversions | Linus Torvalds | 1 | -1/+1 |
2007-05-29 | Style nit - don't put space after function names | Shawn O. Pearce | 1 | -1/+1 |
2007-05-26 | Micro-optimize prepare_alt_odb | Shawn O. Pearce | 1 | -2/+3 |
2007-05-26 | Lazily open pack index files on demand | Shawn O. Pearce | 1 | -3/+35 |
2007-05-20 | Merge branch 'np/pack' | Junio C Hamano | 1 | -36/+11 |
2007-05-15 | Ensure return value from xread() is always stored into an ssize_t | Johan Herland | 1 | -1/+1 |
2007-05-10 | deprecate the new loose object header format | Nicolas Pitre | 1 | -36/+11 |
2007-04-25 | Merge branch 'maint' | Junio C Hamano | 1 | -5/+5 |
2007-04-25 | Actually handle some-low memory conditions | Shawn O. Pearce | 1 | -5/+5 |
2007-04-21 | Merge branch 'jc/attr' | Junio C Hamano | 1 | -4/+3 |
2007-04-21 | Merge branch 'lt/gitlink' | Junio C Hamano | 1 | -0/+3 |
2007-04-20 | Simplify calling of CR/LF conversion routines | Alex Riesen | 1 | -4/+3 |
2007-04-16 | add get_size_from_delta() | Nicolas Pitre | 1 | -34/+39 |
2007-04-10 | Teach core object handling functions about gitlinks | Linus Torvalds | 1 | -0/+3 |
2007-04-10 | sha1_file.c: learn about index version 2 | Nicolas Pitre | 1 | -29/+89 |
2007-04-10 | make overflow test on delta base offset work regardless of variable size | Nicolas Pitre | 1 | -1/+1 |
2007-04-10 | get rid of num_packed_objects() | Nicolas Pitre | 1 | -11/+6 |
2007-04-05 | clean up and optimize nth_packed_object_sha1() usage | Nicolas Pitre | 1 | -5/+4 |
2007-03-27 | sha1_file.c (write_sha1_file): Detect close failure | Junio C Hamano | 1 | -1/+2 |
2007-03-27 | sha1_file.c (write_sha1_from_fd): Detect close failure. | Jim Meyering | 1 | -1/+2 |
2007-03-24 | write_sha1_from_fd() should make new objects read-only | Nicolas Pitre | 1 | -0/+1 |
2007-03-24 | make it more obvious that temporary files are temporary files | Nicolas Pitre | 1 | -2/+2 |
2007-03-20 | Be more careful about zlib return values | Linus Torvalds | 1 | -4/+9 |
2007-03-20 | index-pack: use hash_sha1_file() | Nicolas Pitre | 1 | -2/+2 |
2007-03-19 | Fix loose object uncompression check. | Linus Torvalds | 1 | -2/+15 |
2007-03-19 | use a LRU eviction policy for the delta base cache | Nicolas Pitre | 1 | -8/+31 |
2007-03-19 | clean up the delta base cache size a bit | Nicolas Pitre | 1 | -3/+3 |