summaryrefslogtreecommitdiff
path: root/cache.h
AgeCommit message (Expand)Author
2007-05-22rename dirlink to gitlink.Martin Waitz
2007-05-20Merge branch 'dh/pack'Junio C Hamano
2007-05-20Merge branch 'mst/connect'Junio C Hamano
2007-05-20Merge branch 'np/pack'Junio C Hamano
2007-05-18git-archive: convert archive entries like checkouts doRené Scharfe
2007-05-16connect: display connection progressMichael S. Tsirkin
2007-05-12Add has_symlink_leading_path() function.Junio C Hamano
2007-05-10Custom compression levels for objects and packsDana How
2007-05-10deprecate the new loose object header formatNicolas Pitre
2007-04-26Add --date={local,relative,default}Junio C Hamano
2007-04-25entry.c: Use const qualifier for 'struct checkout' parametersLuiz Fernando N. Capitulino
2007-04-25Merge branch 'jc/the-index'Junio C Hamano
2007-04-24add get_sha1_with_modeMartin Koegler
2007-04-24Add S_IFINVALID modeMartin Koegler
2007-04-23Make read-cache.c "the_index" free.Junio C Hamano
2007-04-23Move index-related variables into a structure.Junio C Hamano
2007-04-22Merge branch 'lt/objalloc'Junio C Hamano
2007-04-22Merge branch 'jc/attr'Junio C Hamano
2007-04-22Merge branch 'lt/gitlink'Junio C Hamano
2007-04-22Merge branch 'np/pack'Junio C Hamano
2007-04-21lockfile: record the primary process.Junio C Hamano
2007-04-21Simplify calling of CR/LF conversion routinesAlex Riesen
2007-04-18Merge branch 'maint'Junio C Hamano
2007-04-18Use const qualifier for 'sha1' parameter in delete_ref functionCarlos Rica
2007-04-17Clean up object creation to use more common codeLinus Torvalds
2007-04-17Use proper object allocators for unknown object nodes tooLinus Torvalds
2007-04-17add get_size_from_delta()Nicolas Pitre
2007-04-15attribute macro supportJunio C Hamano
2007-04-14Add basic infrastructure to assign attributes to pathsJunio C Hamano
2007-04-12Merge branch 'maint'Junio C Hamano
2007-04-11(encode_85, decode_85): Mark source buffer pointer as "const".Jim Meyering
2007-04-10Add "S_IFDIRLNK" file mode infrastructure for git linksLinus Torvalds
2007-04-10get rid of num_packed_objects()Nicolas Pitre
2007-04-07A new merge stragety 'subtree'.Junio C Hamano
2007-04-07Merge branch 'jc/index-output'Junio C Hamano
2007-04-05Rename add_file_to_index() to add_file_to_cache()Junio C Hamano
2007-04-05Fix bogus error message from merge-recursive error pathJunio C Hamano
2007-04-05clean up and optimize nth_packed_object_sha1() usageNicolas Pitre
2007-04-04git-read-tree --index-output=<file>Junio C Hamano
2007-04-04_GIT_INDEX_OUTPUT: allow plumbing to output to an alternative index file.Junio C Hamano
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