summaryrefslogtreecommitdiffstats
path: root/cache.h
AgeCommit message (Expand)AuthorLines
2015-09-03Merge branch 'jk/fix-alias-pager-config-key-warnings' into maintJunio C Hamano-0/+1
2015-08-24config: silence warnings for command names with invalid keysJeff King-0/+1
2015-06-24Merge branch 'jk/index-pack-reduce-recheck'Junio C Hamano-1/+10
2015-06-24Merge branch 'js/sleep-without-select'Junio C Hamano-0/+1
2015-06-09index-pack: avoid excessive re-reading of pack directoryJeff King-1/+10
2015-06-05help.c: wrap wait-only poll() invocation in sleep_millisec()Johannes Sixt-0/+1
2015-06-01Merge branch 'dt/cat-file-follow-symlinks'Junio C Hamano-7/+13
2015-05-26Merge branch 'nd/untracked-cache'Junio C Hamano-0/+6
2015-05-22Merge branch 'jc/ignore-epipe-in-filter'Junio C Hamano-0/+4
2015-05-20sha1_name: get_sha1_with_context learns to follow symlinksDavid Turner-7/+13
2015-05-19copy.c: make copy_fd() report its status silentlyJunio C Hamano-0/+4
2015-05-19Merge branch 'kn/cat-file-literally'Junio C Hamano-0/+2
2015-05-11Merge branch 'pt/xdg-config-path'Junio C Hamano-1/+7
2015-05-11Merge branch 'jc/hash-object'Junio C Hamano-0/+1
2015-05-11Merge branch 'nd/multiple-work-trees'Junio C Hamano-5/+12
2015-05-06sha1_file: support reading from a loose object of unknown typeKarthik Nayak-0/+2
2015-05-06path.c: remove home_config_paths()Paul Tan-1/+0
2015-05-06path.c: implement xdg_config_home()Paul Tan-0/+7
2015-05-05Merge branch 'jk/prune-mtime'Junio C Hamano-3/+6
2015-05-05Merge branch 'bc/object-id'Junio C Hamano-4/+36
2015-05-05hash-object --literally: fix buffer overrun with extra-long object typeEric Sunshine-0/+1
2015-04-20sha1_file: only freshen packs once per runJeff King-0/+1
2015-04-20reachable: only mark local objects as recentJeff King-3/+5
2015-03-26Merge branch 'jc/report-path-error-to-dir'Junio C Hamano-1/+0
2015-03-25Merge branch 'jk/prune-with-corrupt-refs'Junio C Hamano-0/+8
2015-03-24report_path_error(): move to dir.cJunio C Hamano-1/+0
2015-03-20refs: introduce a "ref paranoia" flagJeff King-0/+8
2015-03-13define utility functions for object IDsbrian m. carlson-4/+28
2015-03-13define a structure for object IDsbrian m. carlson-0/+8
2015-03-12untracked cache: mark index dirty if untracked cache is updatedNguyễn Thái Ngọc Duy-0/+1
2015-03-12untracked cache: avoid racy timestampsNguyễn Thái Ngọc Duy-0/+2
2015-03-12untracked cache: save to an index extensionNguyễn Thái Ngọc Duy-0/+3
2015-03-05Merge branch 'jk/prune-mtime' into maintJunio C Hamano-0/+9
2015-03-05Merge branch 'jk/decimal-width-for-uintmax' into maintJunio C Hamano-1/+1
2015-03-05Merge branch 'mh/refs-have-new'Junio C Hamano-1/+1
2015-02-22Merge branch 'jk/prune-mtime'Junio C Hamano-0/+9
2015-02-18Merge branch 'jk/decimal-width-for-uintmax'Junio C Hamano-1/+1
2015-02-17refs.c: change some "flags" to "unsigned int"Michael Haggerty-1/+1
2015-02-09for_each_loose_file_in_objdir: take an optional strbuf pathJeff King-0/+9
2015-02-05decimal_width: avoid integer overflowJeff King-1/+1
2014-12-22Merge branch 'dm/compat-s-ifmt-for-zos'Junio C Hamano-7/+0
2014-12-17Sync with v2.1.4Junio C Hamano-0/+3
2014-12-17Sync with v2.0.5Junio C Hamano-0/+3
2014-12-17Sync with v1.9.5Junio C Hamano-0/+3
2014-12-17Sync with v1.8.5.6Junio C Hamano-0/+3
2014-12-17read-cache: optionally disallow NTFS .git variantsJohannes Schindelin-0/+1
2014-12-17path: add is_ntfs_dotgit() helperJohannes Schindelin-0/+1
2014-12-17read-cache: optionally disallow HFS+ .git variantsJeff King-0/+1
2014-12-04compat: convert modes to use portable file type valuesDavid Michael-7/+0
2014-12-01count-objects: report unused files in $GIT_DIR/worktrees/...Nguyễn Thái Ngọc Duy-0/+1