summaryrefslogtreecommitdiff
path: root/cache.h
AgeCommit message (Expand)Author
2015-08-10memoize common git-path "constant" filesJeff King
2015-08-10path.c: drop git_path_submoduleJeff King
2015-08-10cache.h: complete set of git_path_submodule helpersJeff King
2015-08-10cache.h: clarify documentation for git_path, et alJeff King
2015-08-03Merge branch 'jk/date-mode-format'Junio C Hamano
2015-08-03Merge branch 'mh/init-delete-refs-api'Junio C Hamano
2015-08-03Merge branch 'ee/clean-remove-dirs'Junio C Hamano
2015-08-03Merge branch 'mh/replace-refs'Junio C Hamano
2015-06-29introduce "format" date-modeJeff King
2015-06-29convert "enum date_mode" into a structJeff King
2015-06-24Merge branch 'jk/index-pack-reduce-recheck'Junio C Hamano
2015-06-24Merge branch 'js/sleep-without-select'Junio C Hamano
2015-06-22refs: move the remaining ref module declarations to refs.hMichael Haggerty
2015-06-22delete_ref(): move declaration to refs.hMichael Haggerty
2015-06-15setup: sanity check file size in read_gitfile_gentlyErik Elfström
2015-06-12Allow to control where the replace refs are looked forMike Hommey
2015-06-09setup: add gentle version of read_gitfileErik Elfström
2015-06-09index-pack: avoid excessive re-reading of pack directoryJeff King
2015-06-05help.c: wrap wait-only poll() invocation in sleep_millisec()Johannes Sixt
2015-06-01Merge branch 'dt/cat-file-follow-symlinks'Junio C Hamano
2015-05-26Merge branch 'nd/untracked-cache'Junio C Hamano
2015-05-22Merge branch 'jc/ignore-epipe-in-filter'Junio C Hamano
2015-05-20sha1_name: get_sha1_with_context learns to follow symlinksDavid Turner
2015-05-19copy.c: make copy_fd() report its status silentlyJunio C Hamano
2015-05-19Merge branch 'kn/cat-file-literally'Junio C Hamano
2015-05-11Merge branch 'pt/xdg-config-path'Junio C Hamano
2015-05-11Merge branch 'jc/hash-object'Junio C Hamano
2015-05-11Merge branch 'nd/multiple-work-trees'Junio C Hamano
2015-05-06sha1_file: support reading from a loose object of unknown typeKarthik Nayak
2015-05-06path.c: remove home_config_paths()Paul Tan
2015-05-06path.c: implement xdg_config_home()Paul Tan
2015-05-06Merge branch 'jk/prune-mtime'Junio C Hamano
2015-05-06Merge branch 'bc/object-id'Junio C Hamano
2015-05-05hash-object --literally: fix buffer overrun with extra-long object typeEric Sunshine
2015-04-20sha1_file: only freshen packs once per runJeff King
2015-04-20reachable: only mark local objects as recentJeff King
2015-03-26Merge branch 'jc/report-path-error-to-dir'Junio C Hamano
2015-03-25Merge branch 'jk/prune-with-corrupt-refs'Junio C Hamano
2015-03-24report_path_error(): move to dir.cJunio C Hamano
2015-03-20refs: introduce a "ref paranoia" flagJeff King
2015-03-14define utility functions for object IDsbrian m. carlson
2015-03-14define a structure for object IDsbrian m. carlson
2015-03-12untracked cache: mark index dirty if untracked cache is updatedNguyễn Thái Ngọc Duy
2015-03-12untracked cache: avoid racy timestampsNguyễn Thái Ngọc Duy
2015-03-12untracked cache: save to an index extensionNguyễn Thái Ngọc Duy
2015-03-05Merge branch 'jk/prune-mtime' into maintJunio C Hamano
2015-03-05Merge branch 'jk/decimal-width-for-uintmax' into maintJunio C Hamano
2015-03-05Merge branch 'mh/refs-have-new'Junio C Hamano
2015-02-22Merge branch 'jk/prune-mtime'Junio C Hamano
2015-02-18Merge branch 'jk/decimal-width-for-uintmax'Junio C Hamano