summaryrefslogtreecommitdiff
path: root/cache.h
AgeCommit message (Expand)AuthorFilesLines
2009-03-22Rename interpret/substitute nth_last_branch functionsJunio C Hamano1-1/+1
2009-03-20Remove --kept-pack-only option and associated infrastructureBrandon Casey1-1/+0
2009-03-17Merge branch 'js/remote-improvements'Junio C Hamano1-1/+1
2009-03-17Merge branch 'kb/checkout-optim'Junio C Hamano1-8/+11
2009-03-17New config push.default to decide default behavior for pushFinn Arne Gangstad1-0/+9
2009-03-11Merge branch 'jc/maint-1.6.0-keep-pack'Junio C Hamano1-2/+2
2009-02-28is_kept_pack(): final clean-upJunio C Hamano1-0/+1
2009-02-28Consolidate ignore_packed logic moreJunio C Hamano1-1/+0
2009-02-28has_sha1_kept_pack(): take "struct rev_info"Junio C Hamano1-1/+0
2009-02-28has_sha1_pack(): refactor "pretend these packs do not exist" interfaceJunio C Hamano1-1/+2
2009-02-26refactor find_ref_by_name() to accept const listJeff King1-1/+1
2009-02-23write_index(): update index_state->timestamp after flushing to diskKjetil Barvik1-1/+1
2009-02-20Support 'raw' date formatLinus Torvalds1-1/+2
2009-02-19Merge branch 'maint'Junio C Hamano1-0/+1
2009-02-19More friendly message when locking the index fails.Matthieu Moy1-0/+1
2009-02-19Introduce the function strip_path_suffix()Johannes Schindelin1-0/+1
2009-02-19make USE_NSEC work as expectedKjetil Barvik1-3/+3
2009-02-18check_updates(): effective removal of cache entries marked CE_REMOVEKjetil Barvik1-0/+1
2009-02-15Merge branch 'ms/mailmap'Junio C Hamano1-0/+1
2009-02-10Revert "Merge branch 'js/notes'"Junio C Hamano1-3/+0
2009-02-10Merge branch 'js/maint-1.6.0-path-normalize'Junio C Hamano1-1/+1
2009-02-10Merge branch 'maint'Junio C Hamano1-0/+1
2009-02-10Merge branch 'maint-1.6.0' into maintJunio C Hamano1-0/+1
2009-02-10Clear the delta base cache during fast-import checkpointShawn O. Pearce1-0/+1
2009-02-09unlink_entry(): introduce schedule_dir_for_removal()Kjetil Barvik1-0/+2
2009-02-09lstat_cache(): swap func(length, string) into func(string, length)Kjetil Barvik1-4/+4
2009-02-08Add mailmap.file as configurational option for mailmap locationMarius Storm-Olsen1-0/+1
2009-02-07Remove unused normalize_absolute_path()Johannes Sixt1-1/+0
2009-02-07Move sanitary_path_copy() to path.c and rename it to normalize_path_copy()Johannes Sixt1-0/+1
2009-02-05Merge branch 'js/notes'Junio C Hamano1-0/+3
2009-02-05Merge branch 'lt/maint-wrap-zlib' into maintJunio C Hamano1-0/+4
2009-01-28Merge branch 'tr/previous-branch'Junio C Hamano1-0/+1
2009-01-25Merge branch 'kb/lstat-cache'Junio C Hamano1-0/+4
2009-01-25Merge branch 'cb/add-pathspec'Junio C Hamano1-1/+0
2009-01-21Merge branch 'lt/maint-wrap-zlib'Junio C Hamano1-0/+4
2009-01-18lstat_cache(): introduce clear_lstat_cache() functionKjetil Barvik1-0/+1
2009-01-18lstat_cache(): introduce invalidate_lstat_cache() functionKjetil Barvik1-0/+1
2009-01-18lstat_cache(): introduce has_dirs_only_path() functionKjetil Barvik1-0/+1
2009-01-18lstat_cache(): introduce has_symlink_or_noent_leading_path() functionKjetil Barvik1-0/+1
2009-01-17checkout: implement "@{-N}" shortcut name for N-th last branchJunio C Hamano1-0/+1
2009-01-14remove pathspec_match, use match_pathspec insteadClemens Buchacher1-1/+0
2009-01-13sha1_file: make "read_object" staticChristian Couder1-3/+0
2009-01-11Wrap inflate and other zlib routines for better error reportingLinus Torvalds1-0/+4
2008-12-21Introduce commit notesJohannes Schindelin1-0/+3
2008-12-11Merge branch 'maint'Junio C Hamano1-0/+1
2008-12-10make sure packs to be replaced are closed beforehandNicolas Pitre1-0/+1
2008-12-02Merge branch 'bc/maint-keep-pack' into maintJunio C Hamano1-1/+3
2008-11-28git add --intent-to-add: fix removal of cached emptinessJunio C Hamano1-1/+2
2008-11-28Merge branch 'nd/narrow' (early part) into jc/add-i-t-aJunio C Hamano1-4/+54
2008-11-27Merge branch 'lt/preload-lstat'Junio C Hamano1-0/+3