summaryrefslogtreecommitdiff
path: root/cache.h
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'js/maint-graft-unhide-true-parents'Junio C Hamano2009-07-251-0/+2
|\
| * git repack: keep commits hidden by a graftJohannes Schindelin2009-07-241-0/+2
* | push: do not give big warning when no preference is configuredJunio C Hamano2009-07-181-1/+0
* | Export thread-safe version of 'has_symlink_leading_path()'Linus Torvalds2009-07-091-0/+10
* | diff: generate pretty filenames in prep_temp_blob()David Aguilar2009-05-311-0/+2
|/
* Fix a bunch of pointer declarations (codestyle)Felipe Contreras2009-05-011-1/+1
* Rename core.unreliableHardlinks to core.createObjectJohannes Schindelin2009-04-291-1/+6
* Add an option not to use link(src, dest) && unlink(src) when that is unreliableJohannes Schindelin2009-04-251-0/+2
* Merge branch 'jc/name-branch'Junio C Hamano2009-04-061-1/+1
|\
| * Rename interpret/substitute nth_last_branch functionsJunio C Hamano2009-03-221-1/+1
* | Merge branch 'jc/shared-literally'Junio C Hamano2009-04-061-1/+2
|\ \
| * | set_shared_perm(): sometimes we know what the final mode bits should look likeJunio C Hamano2009-03-281-1/+2
* | | Merge branch 'jc/maint-1.6.0-keep-pack'Junio C Hamano2009-04-011-1/+0
|\ \ \
| * | | Remove --kept-pack-only option and associated infrastructureBrandon Casey2009-03-201-1/+0
* | | | Merge branch 'fg/push-default'Junio C Hamano2009-03-261-0/+9
|\ \ \ \ | |_|_|/ |/| | |
| * | | New config push.default to decide default behavior for pushFinn Arne Gangstad2009-03-171-0/+9
| | |/ | |/|
* | | 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