summaryrefslogtreecommitdiff
path: root/cache.h
AgeCommit message (Expand)Author
2007-04-18Use const qualifier for 'sha1' parameter in delete_ref functionCarlos Rica
2007-04-11(encode_85, decode_85): Mark source buffer pointer as "const".Jim Meyering
2007-03-21index-pack: use hash_sha1_file()Nicolas Pitre
2007-03-19Limit the size of the new delta_base_cacheShawn O. Pearce
2007-03-19Merge branch 'sp/run-command'Junio C Hamano
2007-03-17[PATCH] clean up pack index handling a bitNicolas Pitre
2007-03-14Merge branch 'jc/repack'Junio C Hamano
2007-03-13Correct new compiler warnings in builtin-revertShawn O. Pearce
2007-03-11prepare_packed_git(): sort packs by age and localness.Junio C Hamano
2007-03-11git-branch, git-checkout: autosetup for remote branch trackingPaolo Bonzini
2007-03-11Merge branch 'jc/fsck'Junio C Hamano
2007-03-07Use off_t when we really mean a file offset.Shawn O. Pearce
2007-03-07Use uint32_t for all packed object counts.Shawn O. Pearce
2007-03-07General const correctness fixesShawn O. Pearce
2007-03-05unpack_sha1_file(): detect corrupt loose object files.Junio C Hamano
2007-03-03Add core.symlinks to mark filesystems that do not support symbolic links.Johannes Sixt
2007-03-02Merge branch 'js/commit-format'Junio C Hamano
2007-02-28index_fd(): pass optional path parameter as hint for blob conversionJunio C Hamano
2007-02-28index_fd(): use enum object_type instead of type name string.Junio C Hamano
2007-02-28make sure enum object_type is signedNicolas Pitre
2007-02-28show_date(): rename the "relative" parameter to "mode"Johannes Schindelin
2007-02-27convert object type handling from a string to a numberNicolas Pitre
2007-02-23Merge branches 'lt/crlf' and 'jc/apply-config'Junio C Hamano
2007-02-17Do not take mode bits from index after type change.Junio C Hamano
2007-02-14Lazy man's auto-CRLFLinus Torvalds
2007-02-09log --reflog: use dwim_logJohannes Schindelin
2007-02-05Add pretend_sha1_file() interface.Junio C Hamano
2007-02-05Rename get_ident() to fmt_ident() and make it available to outsideJunio C Hamano
2007-01-28add logref support to git-symbolic-refNicolas Pitre
2007-01-28Don't force everybody to call setup_ident().Junio C Hamano
2007-01-26Allow non-developer to clone, checkout and fetch more easily.Junio C Hamano
2007-01-21Do not verify filenames in a bare repositoryJohannes Schindelin
2007-01-20dwim_ref(): Separate name-to-ref DWIM code out.Junio C Hamano
2007-01-18Use fixed-size integers for .idx file I/OJunio C Hamano
2007-01-17cache.h; fix a couple of prototypesChris Wedgwood
2007-01-14Remove read_or_die in favor of better error messages.Shawn O. Pearce
2007-01-12Merge branch 'jc/bare'Junio C Hamano
2007-01-12Merge branch 'jc/detached-head'Junio C Hamano
2007-01-08short i/o: fix calls to read to use xread or read_in_fullAndy Whitcroft
2007-01-08short i/o: clean up the naming for the write_{in,or}_xxx familyAndy Whitcroft
2007-01-08Detached HEAD (experimental)Junio C Hamano
2007-01-08Introduce is_bare_repository() and core.bare configuration variableJunio C Hamano
2007-01-07Merge branch 'sp/mmap'Junio C Hamano
2007-01-05Merge branch 'maint'Junio C Hamano
2007-01-03Fix infinite loop when deleting multiple packed refs.Junio C Hamano
2007-01-03send pack check for failure to send revisions listAndy Whitcroft
2006-12-29Create pack_report() as a debugging aid.Shawn O. Pearce
2006-12-29Fully activate the sliding window pack access.Shawn O. Pearce
2006-12-29Replace use_packed_git with window cursors.Shawn O. Pearce
2006-12-29Refactor how we open pack files to prepare for multiple windows.Shawn O. Pearce