summaryrefslogtreecommitdiff
path: root/cache.h
Commit message (Expand)AuthorAgeFilesLines
* sha1_file: introduce has_object_file helper.brian m. carlson2015-11-201-0/+3
* Merge branch 'dk/gc-idx-wo-pack'Jeff King2015-11-201-2/+5
|\
| * prepare_packed_git(): refactor garbage reporting in pack directoryJunio C Hamano2015-08-171-2/+5
* | Merge branch 'dt/name-hash-dir-entry-fix'Junio C Hamano2015-10-291-1/+2
|\ \
| * | name-hash: don't reuse cache_entry in dir_entrydt/name-hash-dir-entry-fixDavid Turner2015-10-211-1/+2
* | | Merge branch 'jk/repository-extension'Junio C Hamano2015-10-261-0/+7
|\ \ \
| * | | introduce "preciousObjects" repository extensionjk/repository-extensionJeff King2015-06-241-0/+1
| * | | introduce "extensions" form of core.repositoryformatversionJeff King2015-06-241-0/+6
| | |/ | |/|
* | | Merge branch 'jk/war-on-sprintf'Junio C Hamano2015-10-201-2/+33
|\ \ \
| * | | add_packed_git: convert strcpy into xsnprintfJeff King2015-09-251-1/+1
| * | | add reentrant variants of sha1_to_hex and find_unique_abbrevJeff King2015-09-251-1/+30
| * | | add git_path_buf helper functionJeff King2015-09-251-0/+2
* | | | Merge branch 'js/clone-dissociate'Junio C Hamano2015-10-151-0/+1
|\ \ \ \
| * | | | sha1_file.c: add a function to release all packsJohannes Schindelin2015-10-071-0/+1
| * | | | Merge branch 'jk/index-pack-reduce-recheck' into maintJunio C Hamano2015-07-271-1/+10
| |\ \ \ \
* | \ \ \ \ Merge branch 'mk/submodule-gitdir-path'Junio C Hamano2015-10-151-0/+1
|\ \ \ \ \ \
| * | | | | | path: implement common_dir handling in git_pathdup_submodule()mk/submodule-gitdir-pathMax Kirillov2015-09-141-0/+1
| | |_|/ / / | |/| | | |
* | | | | | Merge branch 'jk/date-local'Junio C Hamano2015-10-051-1/+1
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | date: make "local" orthogonal to date formatJeff King2015-09-031-1/+1
* | | | | | Merge branch 'db/push-sign-if-asked'Junio C Hamano2015-08-311-0/+1
|\ \ \ \ \ \
| * | | | | | config.c: rename git_config_maybe_bool_text and export it as git_parse_maybe_...Dave Borowitz2015-08-191-0/+1
| | |/ / / / | |/| | | |
| * | | | | Merge branch 'pt/xdg-config-path' into maintJunio C Hamano2015-06-051-1/+7
| |\ \ \ \ \
| * \ \ \ \ \ Merge branch 'jc/hash-object' into maintJunio C Hamano2015-05-261-0/+1
| |\ \ \ \ \ \
| * \ \ \ \ \ \ Merge branch 'jk/prune-mtime' into maintJunio C Hamano2015-05-131-3/+6
| |\ \ \ \ \ \ \
* | \ \ \ \ \ \ \ Merge branch 'jc/am-state-fix'Junio C Hamano2015-08-311-2/+3
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | write_file(): drop "fatal" parameterJunio C Hamano2015-08-241-2/+3
* | | | | | | | | | Merge branch 'jk/fix-alias-pager-config-key-warnings'Junio C Hamano2015-08-311-0/+1
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | config: silence warnings for command names with invalid keysjk/fix-alias-pager-config-key-warningsJeff King2015-08-241-0/+1
| | |_|_|_|_|_|_|_|/ | |/| | | | | | | |
* | | | | | | | | | Merge branch 'jk/git-path'Junio C Hamano2015-08-191-5/+42
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | memoize common git-path "constant" filesjk/git-pathJeff King2015-08-101-0/+26
| * | | | | | | | | | path.c: drop git_path_submoduleJeff King2015-08-101-3/+2
| * | | | | | | | | | cache.h: complete set of git_path_submodule helpersJeff King2015-08-101-0/+5
| * | | | | | | | | | cache.h: clarify documentation for git_path, et alJeff King2015-08-101-5/+12
| | |/ / / / / / / / | |/| | | | | | | |
* | | | | | | | | | Merge branch 'jc/finalize-temp-file'Junio C Hamano2015-08-191-1/+1
|\ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / |/| | | | | | | | |
| * | | | | | | | | sha1_file.c: rename move_temp_to_file() to finalize_object_file()jc/finalize-temp-fileJunio C Hamano2015-08-101-1/+1
* | | | | | | | | | Merge branch 'jk/date-mode-format'Junio C Hamano2015-08-031-12/+25
|\ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|/ / / | |/| | | | | | | |
| * | | | | | | | | introduce "format" date-modeJeff King2015-06-291-0/+2
| * | | | | | | | | convert "enum date_mode" into a structJeff King2015-06-291-12/+23
| | |_|_|_|_|_|_|/ | |/| | | | | | |
* | | | | | | | | Merge branch 'mh/init-delete-refs-api'Junio C Hamano2015-08-031-68/+0
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | refs: move the remaining ref module declarations to refs.hMichael Haggerty2015-06-221-66/+0
| * | | | | | | | | delete_ref(): move declaration to refs.hMichael Haggerty2015-06-221-2/+0
* | | | | | | | | | Merge branch 'ee/clean-remove-dirs'Junio C Hamano2015-08-031-1/+11
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | setup: sanity check file size in read_gitfile_gentlyErik Elfström2015-06-151-0/+1
| * | | | | | | | | | setup: add gentle version of read_gitfileErik Elfström2015-06-091-1/+10
| |/ / / / / / / / /
* | | | | | | | | | Merge branch 'mh/replace-refs'Junio C Hamano2015-08-031-0/+2
|\ \ \ \ \ \ \ \ \ \ | |_|/ / / / / / / / |/| | | | | | | | |
| * | | | | | | | | Allow to control where the replace refs are looked formh/replace-refsMike Hommey2015-06-121-0/+2
| |/ / / / / / / /
* | | | | | | | | Merge branch 'jk/index-pack-reduce-recheck'Junio C Hamano2015-06-241-1/+10
|\ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|/ | |/| | | | | | |
| * | | | | | | | index-pack: avoid excessive re-reading of pack directoryjk/index-pack-reduce-recheckJeff King2015-06-091-1/+10
| | |/ / / / / / | |/| | | | | |
* | | | | | | | Merge branch 'js/sleep-without-select'Junio C Hamano2015-06-241-0/+1
|\ \ \ \ \ \ \ \ | |_|/ / / / / / |/| | | | | | |
| * | | | | | | help.c: wrap wait-only poll() invocation in sleep_millisec()Johannes Sixt2015-06-051-0/+1