summaryrefslogtreecommitdiff
path: root/cache.h
Commit message (Expand)AuthorAgeFilesLines
* Rename interpret/substitute nth_last_branch functionsJunio C Hamano2009-03-221-1/+1
* Merge branch 'js/remote-improvements'Junio C Hamano2009-03-171-1/+1
|\
| * refactor find_ref_by_name() to accept const listJeff King2009-02-261-1/+1
* | Merge branch 'kb/checkout-optim'Junio C Hamano2009-03-171-8/+11
|\ \
| * | write_index(): update index_state->timestamp after flushing to diskKjetil Barvik2009-02-231-1/+1
| * | make USE_NSEC work as expectedKjetil Barvik2009-02-191-3/+3
| * | check_updates(): effective removal of cache entries marked CE_REMOVEKjetil Barvik2009-02-181-0/+1
| * | unlink_entry(): introduce schedule_dir_for_removal()Kjetil Barvik2009-02-091-0/+2
| * | lstat_cache(): swap func(length, string) into func(string, length)Kjetil Barvik2009-02-091-4/+4
* | | Merge branch 'jc/maint-1.6.0-keep-pack'Junio C Hamano2009-03-111-2/+2
|\ \ \ | |_|/ |/| |
| * | is_kept_pack(): final clean-upJunio C Hamano2009-02-281-0/+1
| * | Consolidate ignore_packed logic moreJunio C Hamano2009-02-281-1/+0
| * | has_sha1_kept_pack(): take "struct rev_info"Junio C Hamano2009-02-281-1/+0
| * | has_sha1_pack(): refactor "pretend these packs do not exist" interfaceJunio C Hamano2009-02-281-1/+2
* | | Support 'raw' date formatLinus Torvalds2009-02-201-1/+2
* | | Merge branch 'maint'Junio C Hamano2009-02-191-0/+1
|\ \ \
| * | | More friendly message when locking the index fails.Matthieu Moy2009-02-191-0/+1
* | | | Introduce the function strip_path_suffix()Johannes Schindelin2009-02-191-0/+1
* | | | Merge branch 'ms/mailmap'Junio C Hamano2009-02-151-0/+1
|\ \ \ \
| * | | | Add mailmap.file as configurational option for mailmap locationMarius Storm-Olsen2009-02-081-0/+1
* | | | | Revert "Merge branch 'js/notes'"Junio C Hamano2009-02-101-3/+0
* | | | | Merge branch 'js/maint-1.6.0-path-normalize'Junio C Hamano2009-02-101-1/+1
|\ \ \ \ \
| * | | | | Remove unused normalize_absolute_path()Johannes Sixt2009-02-071-1/+0
| * | | | | Move sanitary_path_copy() to path.c and rename it to normalize_path_copy()Johannes Sixt2009-02-071-0/+1
| | |_|/ / | |/| | |
* | | | | Merge branch 'maint'Junio C Hamano2009-02-101-0/+1
|\ \ \ \ \ | | |_|/ / | |/| | / | |_|_|/ |/| | |
| * | | Merge branch 'maint-1.6.0' into maintJunio C Hamano2009-02-101-0/+1
| |\ \ \
| | * | | Clear the delta base cache during fast-import checkpointShawn O. Pearce2009-02-101-0/+1
| | |/ /
| * | | Merge branch 'lt/maint-wrap-zlib' into maintJunio C Hamano2009-02-051-0/+4
| |\ \ \
* | \ \ \ Merge branch 'js/notes'Junio C Hamano2009-02-051-0/+3
|\ \ \ \ \ | |_|_|_|/ |/| | | |
| * | | | Introduce commit notesJohannes Schindelin2008-12-211-0/+3
| |/ / /
* | | | Merge branch 'tr/previous-branch'Junio C Hamano2009-01-281-0/+1
|\ \ \ \
| * | | | checkout: implement "@{-N}" shortcut name for N-th last branchJunio C Hamano2009-01-171-0/+1
* | | | | Merge branch 'kb/lstat-cache'Junio C Hamano2009-01-251-0/+4
|\ \ \ \ \
| * | | | | lstat_cache(): introduce clear_lstat_cache() functionKjetil Barvik2009-01-181-0/+1
| * | | | | lstat_cache(): introduce invalidate_lstat_cache() functionKjetil Barvik2009-01-181-0/+1
| * | | | | lstat_cache(): introduce has_dirs_only_path() functionKjetil Barvik2009-01-181-0/+1
| * | | | | lstat_cache(): introduce has_symlink_or_noent_leading_path() functionKjetil Barvik2009-01-181-0/+1
| | |/ / / | |/| | |
* | | | | Merge branch 'cb/add-pathspec'Junio C Hamano2009-01-251-1/+0
|\ \ \ \ \
| * | | | | remove pathspec_match, use match_pathspec insteadClemens Buchacher2009-01-141-1/+0
| |/ / / /
* | | | | Merge branch 'lt/maint-wrap-zlib'Junio C Hamano2009-01-211-0/+4
|\ \ \ \ \ | |_|/ / / |/| | / / | | |/ / | |/| |
| * | | Wrap inflate and other zlib routines for better error reportingLinus Torvalds2009-01-111-0/+4
| | |/ | |/|
* | | sha1_file: make "read_object" staticChristian Couder2009-01-131-3/+0
| |/ |/|
* | Merge branch 'maint'Junio C Hamano2008-12-111-0/+1
|\ \ | |/
| * make sure packs to be replaced are closed beforehandNicolas Pitre2008-12-101-0/+1
| * Merge branch 'bc/maint-keep-pack' into maintJunio C Hamano2008-12-021-1/+3
| |\
* | | git add --intent-to-add: fix removal of cached emptinessJunio C Hamano2008-11-281-1/+2
* | | Merge branch 'nd/narrow' (early part) into jc/add-i-t-aJunio C Hamano2008-11-281-4/+54
|\ \ \
| * | | Extend index to save more flagsNguyễn Thái Ngọc Duy2008-10-121-4/+54
* | | | Merge branch 'lt/preload-lstat'Junio C Hamano2008-11-271-0/+3
|\ \ \ \
| * | | | Add cache preload facilityLinus Torvalds2008-11-141-0/+3