summaryrefslogtreecommitdiffstats
path: root/cache.h
AgeCommit message (Expand)AuthorLines
2015-08-31Merge branch 'db/push-sign-if-asked'Junio C Hamano-0/+1
2015-08-31Merge branch 'jc/am-state-fix'Junio C Hamano-2/+3
2015-08-31Merge branch 'jk/fix-alias-pager-config-key-warnings'Junio C Hamano-0/+1
2015-08-24write_file(): drop "fatal" parameterJunio C Hamano-2/+3
2015-08-24config: silence warnings for command names with invalid keysJeff King-0/+1
2015-08-19Merge branch 'jk/git-path'Junio C Hamano-5/+42
2015-08-19Merge branch 'jc/finalize-temp-file'Junio C Hamano-1/+1
2015-08-19config.c: rename git_config_maybe_bool_text and export it as git_parse_maybe_...Dave Borowitz-0/+1
2015-08-10memoize common git-path "constant" filesJeff King-0/+26
2015-08-10path.c: drop git_path_submoduleJeff King-3/+2
2015-08-10cache.h: complete set of git_path_submodule helpersJeff King-0/+5
2015-08-10cache.h: clarify documentation for git_path, et alJeff King-5/+12
2015-08-10sha1_file.c: rename move_temp_to_file() to finalize_object_file()Junio C Hamano-1/+1
2015-08-03Merge branch 'jk/date-mode-format'Junio C Hamano-12/+25
2015-08-03Merge branch 'mh/init-delete-refs-api'Junio C Hamano-68/+0
2015-08-03Merge branch 'ee/clean-remove-dirs'Junio C Hamano-1/+11
2015-08-03Merge branch 'mh/replace-refs'Junio C Hamano-0/+2
2015-06-29introduce "format" date-modeJeff King-0/+2
2015-06-29convert "enum date_mode" into a structJeff King-12/+23
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-22refs: move the remaining ref module declarations to refs.hMichael Haggerty-66/+0
2015-06-22delete_ref(): move declaration to refs.hMichael Haggerty-2/+0
2015-06-15setup: sanity check file size in read_gitfile_gentlyErik Elfström-0/+1
2015-06-12Allow to control where the replace refs are looked forMike Hommey-0/+2
2015-06-09setup: add gentle version of read_gitfileErik Elfström-1/+10
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-05Merge branch 'pt/xdg-config-path' into maintJunio C Hamano-1/+7
2015-06-01Merge branch 'dt/cat-file-follow-symlinks'Junio C Hamano-7/+13
2015-05-26Merge branch 'jc/hash-object' into maintJunio C Hamano-0/+1
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-13Merge branch 'jk/prune-mtime' into maintJunio C Hamano-3/+6
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