summaryrefslogtreecommitdiff
path: root/cache.h
AgeCommit message (Expand)Author
2015-09-25add reentrant variants of sha1_to_hex and find_unique_abbrevJeff King
2015-09-25add git_path_buf helper functionJeff King
2015-08-31Merge branch 'db/push-sign-if-asked'Junio C Hamano
2015-08-31Merge branch 'jc/am-state-fix'Junio C Hamano
2015-08-31Merge branch 'jk/fix-alias-pager-config-key-warnings'Junio C Hamano
2015-08-24write_file(): drop "fatal" parameterJunio C Hamano
2015-08-24config: silence warnings for command names with invalid keysJeff King
2015-08-19Merge branch 'jk/git-path'Junio C Hamano
2015-08-19Merge branch 'jc/finalize-temp-file'Junio C Hamano
2015-08-19config.c: rename git_config_maybe_bool_text and export it as git_parse_maybe_...Dave Borowitz
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-10sha1_file.c: rename move_temp_to_file() to finalize_object_file()Junio C Hamano
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-05Merge branch 'pt/xdg-config-path' into maintJunio C Hamano
2015-06-01Merge branch 'dt/cat-file-follow-symlinks'Junio C Hamano
2015-05-26Merge branch 'jc/hash-object' into maintJunio 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-13Merge branch 'jk/prune-mtime' into maintJunio 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