389 Commits (cdcefbc971d8fcdd293750af7571d4c715f86964)

Author SHA1 Message Date
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
Nicolas Pitre fef742c4ed make sure enum object_type is signed 18 years ago
Johannes Schindelin f8493ec09b show_date(): rename the "relative" parameter to "mode" 18 years ago
Nicolas Pitre 21666f1aae convert object type handling from a string to a number 18 years ago
Junio C Hamano 185c975faa Do not take mode bits from index after type change. 18 years ago
Linus Torvalds 6c510bee20 Lazy man's auto-CRLF 18 years ago
Johannes Schindelin eb3a48221f log --reflog: use dwim_log 18 years ago
Junio C Hamano d66b37bb19 Add pretend_sha1_file() interface. 18 years ago
Junio C Hamano 798123af21 Rename get_ident() to fmt_ident() and make it available to outside 18 years ago
Nicolas Pitre 8b5157e407 add logref support to git-symbolic-ref 18 years ago
Junio C Hamano 01754769ab Don't force everybody to call setup_ident(). 18 years ago
Junio C Hamano cb280e1075 Allow non-developer to clone, checkout and fetch more easily. 18 years ago
Johannes Schindelin 68025633e3 Do not verify filenames in a bare repository 18 years ago
Junio C Hamano e86eb6668e dwim_ref(): Separate name-to-ref DWIM code out. 18 years ago
Junio C Hamano b18b00a661 Use fixed-size integers for .idx file I/O 18 years ago
Chris Wedgwood 276bc2caab cache.h; fix a couple of prototypes 18 years ago
Shawn O. Pearce e6e2bd6201 Remove read_or_die in favor of better error messages. 18 years ago
Andy Whitcroft 93d26e4cb9 short i/o: fix calls to read to use xread or read_in_full 18 years ago
Andy Whitcroft e08140568a short i/o: clean up the naming for the write_{in,or}_xxx family 18 years ago
Junio C Hamano c847f53712 Detached HEAD (experimental) 18 years ago
Junio C Hamano 7d1864ce67 Introduce is_bare_repository() and core.bare configuration variable 18 years ago
Junio C Hamano 1084b845d9 Fix infinite loop when deleting multiple packed refs. 18 years ago
Andy Whitcroft 825cee7b28 send pack check for failure to send revisions list 18 years ago
Shawn O. Pearce a53128b601 Create pack_report() as a debugging aid. 18 years ago
Shawn O. Pearce 60bb8b1453 Fully activate the sliding window pack access. 18 years ago
Shawn O. Pearce 03e79c88aa Replace use_packed_git with window cursors. 18 years ago