| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | | Merge branch 'mk/maint-parse-careful' | Junio C Hamano | 2008-02-18 | 1 | -1/+2 |
|\ \ |
|
| * | | read_object_with_reference: don't read beyond the buffer | Martin Koegler | 2008-02-18 | 1 | -1/+2 |
| |/ |
|
* | | safecrlf: Add mechanism to warn about irreversible crlf conversions | Steffen Prohaska | 2008-02-06 | 1 | -1/+2 |
|/ |
|
* | Fix random fast-import errors when compiled with NO_MMAP | Shawn O. Pearce | 2008-01-17 | 1 | -0/+16 |
* | Fix grammar nits in documentation and in code comments. | Jim Meyering | 2008-01-03 | 1 | -1/+1 |
* | sha1_file.c: Fix size_t related printf format warnings | Steffen Prohaska | 2007-11-28 | 1 | -4/+6 |
* | Use is_absolute_path() in sha1_file.c. | Johannes Sixt | 2007-11-14 | 1 | -4/+4 |
* | Merge branch 'maint' | Junio C Hamano | 2007-10-29 | 1 | -7/+9 |
|\ |
|
| * | sha1_file.c: avoid gcc signed overflow warnings | Junio C Hamano | 2007-10-29 | 1 | -7/+9 |
* | | Merge branch 'ph/strbuf' | Junio C Hamano | 2007-10-03 | 1 | -65/+15 |
|\ \ |
|
| * | | strbuf change: be sure ->buf is never ever NULL. | Pierre Habouzit | 2007-09-29 | 1 | -2/+1 |
| * | | Use xmemdupz() in many places. | Pierre Habouzit | 2007-09-18 | 1 | -9/+3 |
| * | | Now that cache.h needs strbuf.h, remove useless includes. | Pierre Habouzit | 2007-09-16 | 1 | -1/+0 |
| * | | Rewrite convert_to_{git,working_tree} to use strbuf's. | Pierre Habouzit | 2007-09-16 | 1 | -5/+5 |
| * | | Replace all read_fd use with strbuf_read, and get rid of it. | Pierre Habouzit | 2007-09-10 | 1 | -51/+9 |
| |/ |
|
* | | Export matches_pack_name() and fix its return value | Junio C Hamano | 2007-09-17 | 1 | -7/+7 |
|/ |
|
* | Don't segfault if we failed to inflate a packed delta | Shawn O. Pearce | 2007-08-25 | 1 | -0/+4 |
* | Avoid ambiguous error message if pack.idx header is wrong | Luiz Fernando N. Capitulino | 2007-08-14 | 1 | -2/+2 |
* | Rename read_pipe() with read_fd() and make its buffer nul-terminated. | Carlos Rica | 2007-07-18 | 1 | -6/+15 |
* | Merge branch 'maint' | Junio C Hamano | 2007-07-03 | 1 | -3/+13 |
|\ |
|
| * | Don't smash stack when $GIT_ALTERNATE_OBJECT_DIRECTORIES is too long | Jim Meyering | 2007-07-03 | 1 | -3/+13 |
* | | Merge branch 'maint' | Junio C Hamano | 2007-06-26 | 1 | -1/+4 |
|\ \
| |/ |
|
| * | Fix zero-object version-2 packs | Linus Torvalds | 2007-06-26 | 1 | -1/+4 |
* | | More static | Junio C Hamano | 2007-06-13 | 1 | -1/+1 |
* | | -Wold-style-definition fix | Junio C Hamano | 2007-06-13 | 1 | -1/+1 |
* | | War on whitespace | Junio C Hamano | 2007-06-07 | 1 | -4/+4 |
* | | Merge branch 'sp/pack' | Junio C Hamano | 2007-06-02 | 1 | -5/+38 |
|\ \ |
|
| * | | Style nit - don't put space after function names | Shawn O. Pearce | 2007-05-29 | 1 | -1/+1 |
| * | | Micro-optimize prepare_alt_odb | Shawn O. Pearce | 2007-05-26 | 1 | -2/+3 |
| * | | Lazily open pack index files on demand | Shawn O. Pearce | 2007-05-26 | 1 | -3/+35 |
* | | | Merge branch 'maint' | Junio C Hamano | 2007-05-31 | 1 | -1/+1 |
|\ \ \
| | |/
| |/| |
|
| * | | Merge branch 'maint-1.5.1' into maint | Junio C Hamano | 2007-05-31 | 1 | -1/+1 |
| |\ \ |
|