summaryrefslogtreecommitdiff
path: root/cache.h
AgeCommit message (Expand)Author
2009-03-18Merge branch 'js/remote-improvements'Junio C Hamano
2009-03-18Merge branch 'kb/checkout-optim'Junio C Hamano
2009-03-11Merge branch 'jc/maint-1.6.0-keep-pack'Junio C Hamano
2009-02-28is_kept_pack(): final clean-upJunio C Hamano
2009-02-28Consolidate ignore_packed logic moreJunio C Hamano
2009-02-28has_sha1_kept_pack(): take "struct rev_info"Junio C Hamano
2009-02-28has_sha1_pack(): refactor "pretend these packs do not exist" interfaceJunio C Hamano
2009-02-26refactor find_ref_by_name() to accept const listJeff King
2009-02-24write_index(): update index_state->timestamp after flushing to diskKjetil Barvik
2009-02-21Support 'raw' date formatLinus Torvalds
2009-02-20Merge branch 'maint'Junio C Hamano
2009-02-20More friendly message when locking the index fails.Matthieu Moy
2009-02-20Introduce the function strip_path_suffix()Johannes Schindelin
2009-02-20make USE_NSEC work as expectedKjetil Barvik
2009-02-19check_updates(): effective removal of cache entries marked CE_REMOVEKjetil Barvik
2009-02-15Merge branch 'ms/mailmap'Junio C Hamano
2009-02-11Revert "Merge branch 'js/notes'"Junio C Hamano
2009-02-11Merge branch 'js/maint-1.6.0-path-normalize'Junio C Hamano
2009-02-11Merge branch 'maint'Junio C Hamano
2009-02-10Merge branch 'maint-1.6.0' into maintJunio C Hamano
2009-02-10Clear the delta base cache during fast-import checkpointShawn O. Pearce
2009-02-10unlink_entry(): introduce schedule_dir_for_removal()Kjetil Barvik
2009-02-10lstat_cache(): swap func(length, string) into func(string, length)Kjetil Barvik
2009-02-08Add mailmap.file as configurational option for mailmap locationMarius Storm-Olsen
2009-02-07Remove unused normalize_absolute_path()Johannes Sixt
2009-02-07Move sanitary_path_copy() to path.c and rename it to normalize_path_copy()Johannes Sixt
2009-02-06Merge branch 'js/notes'Junio C Hamano
2009-02-06Merge branch 'lt/maint-wrap-zlib' into maintJunio C Hamano
2009-01-28Merge branch 'tr/previous-branch'Junio C Hamano
2009-01-26Merge branch 'kb/lstat-cache'Junio C Hamano
2009-01-26Merge branch 'cb/add-pathspec'Junio C Hamano
2009-01-22Merge branch 'lt/maint-wrap-zlib'Junio C Hamano
2009-01-18lstat_cache(): introduce clear_lstat_cache() functionKjetil Barvik
2009-01-18lstat_cache(): introduce invalidate_lstat_cache() functionKjetil Barvik
2009-01-18lstat_cache(): introduce has_dirs_only_path() functionKjetil Barvik
2009-01-18lstat_cache(): introduce has_symlink_or_noent_leading_path() functionKjetil Barvik
2009-01-18checkout: implement "@{-N}" shortcut name for N-th last branchJunio C Hamano
2009-01-15remove pathspec_match, use match_pathspec insteadClemens Buchacher
2009-01-13sha1_file: make "read_object" staticChristian Couder
2009-01-11Wrap inflate and other zlib routines for better error reportingLinus Torvalds
2008-12-21Introduce commit notesJohannes Schindelin
2008-12-11Merge branch 'maint'Junio C Hamano
2008-12-11make sure packs to be replaced are closed beforehandNicolas Pitre
2008-12-03Merge branch 'bc/maint-keep-pack' into maintJunio C Hamano
2008-11-29git add --intent-to-add: fix removal of cached emptinessJunio C Hamano
2008-11-29Merge branch 'nd/narrow' (early part) into jc/add-i-t-aJunio C Hamano
2008-11-28Merge branch 'lt/preload-lstat'Junio C Hamano
2008-11-16Merge branch 'jk/commit-v-strip'Junio C Hamano
2008-11-15Add cache preload facilityLinus Torvalds
2008-11-13Merge branch 'np/pack-safer'Junio C Hamano