801 Commits (803dbdb9686f249e88fae8530b5306d6eea62c1b)

Author SHA1 Message Date
Junio C Hamano 4175e9e3a8 More static 18 years ago
Junio C Hamano 4234a76167 Extend --pretty=oneline to cover the first paragraph, 18 years ago
Jeff King 6815e56933 refactor dir_add_name 18 years ago
Junio C Hamano a6080a0a44 War on whitespace 18 years ago
Matthias Lederhofer 892c41b98a introduce GIT_WORK_TREE to specify the work tree 18 years ago
Linus Torvalds 192a6be2a7 fix signed range problems with hex conversions 18 years ago
Shawn O. Pearce d079837eee Lazily open pack index files on demand 18 years ago
Martin Waitz 302b9282c9 rename dirlink to gitlink. 18 years ago
Daniel Barkalow 6b62816cb1 Move refspec parser from connect.c and cache.h to remote.{c,h} 18 years ago
René Scharfe 5e6cfc80e2 git-archive: convert archive entries like checkouts do 18 years ago
Michael S. Tsirkin 7841ce7985 connect: display connection progress 18 years ago
Junio C Hamano f859c846e9 Add has_symlink_leading_path() function. 18 years ago
Dana How 960ccca680 Custom compression levels for objects and packs 18 years ago
Nicolas Pitre 726f852b0e deprecate the new loose object header format 18 years ago
Junio C Hamano a7b02ccf9a Add --date={local,relative,default} 18 years ago
Luiz Fernando N. Capitulino efbc583126 entry.c: Use const qualifier for 'struct checkout' parameters 18 years ago
Martin Koegler a0cd87a570 add get_sha1_with_mode 18 years ago
Martin Koegler 40689ae1ef Add S_IFINVALID mode 18 years ago
Junio C Hamano 4aab5b46f4 Make read-cache.c "the_index" free. 18 years ago
Junio C Hamano 228e94f935 Move index-related variables into a structure. 18 years ago
Junio C Hamano 5e635e3960 lockfile: record the primary process. 18 years ago
Alex Riesen ac78e54804 Simplify calling of CR/LF conversion routines 18 years ago
Carlos Rica 1401f46bb4 Use const qualifier for 'sha1' parameter in delete_ref function 18 years ago
Linus Torvalds 100c5f3b0b Clean up object creation to use more common code 18 years ago
Linus Torvalds 2c1cbec1e2 Use proper object allocators for unknown object nodes too 18 years ago
Nicolas Pitre 54dab52ae8 add get_size_from_delta() 18 years ago
Junio C Hamano f48fd68887 attribute macro support 18 years ago
Junio C Hamano d0bfd026a8 Add basic infrastructure to assign attributes to paths 18 years ago
Jim Meyering f981577202 (encode_85, decode_85): Mark source buffer pointer as "const". 18 years ago
Linus Torvalds 9eec4795d4 Add "S_IFDIRLNK" file mode infrastructure for git links 18 years ago
Nicolas Pitre 57059091fa get rid of num_packed_objects() 18 years ago
Junio C Hamano 68faf68938 A new merge stragety 'subtree'. 18 years ago
Junio C Hamano fd1c3bf053 Rename add_file_to_index() to add_file_to_cache() 18 years ago
Junio C Hamano 0424138d57 Fix bogus error message from merge-recursive error path 18 years ago
Nicolas Pitre d72308e01c clean up and optimize nth_packed_object_sha1() usage 18 years ago
Junio C Hamano 5e7f56ac33 git-read-tree --index-output=<file> 18 years ago
Junio C Hamano 30ca07a249 _GIT_INDEX_OUTPUT: allow plumbing to output to an alternative index file. 18 years ago
Nicolas Pitre ce9fbf16e0 index-pack: use hash_sha1_file() 18 years ago
Shawn O. Pearce 18bdec1118 Limit the size of the new delta_base_cache 18 years ago
Nicolas Pitre 4287307833 [PATCH] clean up pack index handling a bit 18 years ago
Shawn O. Pearce 1a8f27413b Correct new compiler warnings in builtin-revert 18 years ago
Junio C Hamano b867092fec prepare_packed_git(): sort packs by age and localness. 18 years ago
Paolo Bonzini 0746d19a82 git-branch, git-checkout: autosetup for remote branch tracking 18 years ago
Shawn O. Pearce c4001d92be Use off_t when we really mean a file offset. 18 years ago
Shawn O. Pearce 326bf39677 Use uint32_t for all packed object counts. 18 years ago
Shawn O. Pearce 3a55602eec General const correctness fixes 18 years ago
Junio C Hamano 7efbff7531 unpack_sha1_file(): detect corrupt loose object files. 18 years ago
Johannes Sixt 78a8d641c1 Add core.symlinks to mark filesystems that do not support symbolic links. 18 years ago
Junio C Hamano 53bca91a7d index_fd(): pass optional path parameter as hint for blob conversion 18 years ago
Junio C Hamano edaec3fbe8 index_fd(): use enum object_type instead of type name string. 18 years ago