summaryrefslogtreecommitdiff
path: root/sha1_file.c
AgeCommit message (Expand)Author
2008-05-28fix sha1_pack_index_name()Junio C Hamano
2008-05-25Merge branch 'db/clone-in-c'Junio C Hamano
2008-05-25Remove redundant code, eliminate one static variableHeikki Orsila
2008-05-14add a force_object_loose() functionNicolas Pitre
2008-05-05Add a library function to add an alternate to the alternates fileDaniel Barkalow
2008-05-04Cleanup xread() loops to use read_in_full()Heikki Orsila
2008-04-09sha1-lookup: more memory efficient search in sorted list of SHA-1Junio C Hamano
2008-03-01fix unimplemented packed_object_info_detail() featuresNicolas Pitre
2008-02-21Merge branch 'jk/empty-tree'Junio C Hamano
2008-02-19Merge branch 'mk/maint-parse-careful'Junio C Hamano
2008-02-19read_object_with_reference: don't read beyond the bufferMartin Koegler
2008-02-13hard-code the empty tree objectJeff King
2008-02-06safecrlf: Add mechanism to warn about irreversible crlf conversionsSteffen Prohaska
2008-01-18Fix random fast-import errors when compiled with NO_MMAPShawn O. Pearce
2008-01-03Fix grammar nits in documentation and in code comments.Jim Meyering
2007-11-29sha1_file.c: Fix size_t related printf format warningsSteffen Prohaska
2007-11-14Use is_absolute_path() in sha1_file.c.Johannes Sixt
2007-10-29Merge branch 'maint'Junio C Hamano
2007-10-29sha1_file.c: avoid gcc signed overflow warningsJunio C Hamano
2007-10-03Merge branch 'ph/strbuf'Junio C Hamano
2007-09-29strbuf change: be sure ->buf is never ever NULL.Pierre Habouzit
2007-09-19Use xmemdupz() in many places.Pierre Habouzit
2007-09-17Export matches_pack_name() and fix its return valueJunio C Hamano
2007-09-17Now that cache.h needs strbuf.h, remove useless includes.Pierre Habouzit
2007-09-17Rewrite convert_to_{git,working_tree} to use strbuf's.Pierre Habouzit
2007-09-10Replace all read_fd use with strbuf_read, and get rid of it.Pierre Habouzit
2007-08-25Don't segfault if we failed to inflate a packed deltaShawn O. Pearce
2007-08-15Avoid ambiguous error message if pack.idx header is wrongLuiz Fernando N. Capitulino
2007-07-19Rename read_pipe() with read_fd() and make its buffer nul-terminated.Carlos Rica
2007-07-04Merge branch 'maint'Junio C Hamano
2007-07-03Don't smash stack when $GIT_ALTERNATE_OBJECT_DIRECTORIES is too longJim Meyering
2007-06-27Merge branch 'maint'Junio C Hamano
2007-06-27Fix zero-object version-2 packsLinus Torvalds
2007-06-13More staticJunio C Hamano
2007-06-13-Wold-style-definition fixJunio C Hamano
2007-06-07War on whitespaceJunio C Hamano
2007-06-02Merge branch 'sp/pack'Junio C Hamano
2007-05-31Merge branch 'maint'Junio C Hamano
2007-05-31Merge branch 'maint-1.5.1' into maintJunio C Hamano
2007-05-31always start looking up objects in the last used pack firstNicolas Pitre
2007-05-30fix signed range problems with hex conversionsLinus Torvalds
2007-05-30Style nit - don't put space after function namesShawn O. Pearce
2007-05-27Micro-optimize prepare_alt_odbShawn O. Pearce
2007-05-27Lazily open pack index files on demandShawn O. Pearce
2007-05-20Merge branch 'np/pack'Junio C Hamano
2007-05-16Ensure return value from xread() is always stored into an ssize_tJohan Herland
2007-05-10deprecate the new loose object header formatNicolas Pitre
2007-04-26Merge branch 'maint'Junio C Hamano
2007-04-25Actually handle some-low memory conditionsShawn O. Pearce
2007-04-22Merge branch 'jc/attr'Junio C Hamano