summaryrefslogtreecommitdiff
path: root/sha1_file.c
AgeCommit message (Expand)Author
2008-06-25clone: create intermediate directories of destination repoJeff King
2008-06-23Workaround for AIX mkstemp()Patrick Higgins
2008-06-17sha1_file.c: simplify parse_pack_index()Junio C Hamano
2008-06-17create_tempfile: make sure that leading directories can be accessible by peersJunio C Hamano
2008-06-17write_loose_object: don't bother trying to read an old objectLinus Torvalds
2008-06-14Simplify and rename find_sha1_file()Linus Torvalds
2008-06-14Make loose object file reading more carefulLinus Torvalds
2008-06-14Avoid cross-directory renames and linking on object creationLinus Torvalds
2008-06-14sha1_file.c: dead code removalJunio C Hamano
2008-06-11Consolidate SHA1 object file closeLinus Torvalds
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