aboutsummaryrefslogtreecommitdiff
path: root/cache.h
Commit message (Expand)AuthorAge
...
| * | | | | | | | | | | memoize common git-path "constant" filesJeff King2015-08-10
| * | | | | | | | | | | path.c: drop git_path_submoduleJeff King2015-08-10
| * | | | | | | | | | | cache.h: complete set of git_path_submodule helpersJeff King2015-08-10
| * | | | | | | | | | | cache.h: clarify documentation for git_path, et alJeff King2015-08-10
| | |/ / / / / / / / / | |/| | | | | | | | |
* | | | | | | | | | | Merge branch 'jc/finalize-temp-file'Junio C Hamano2015-08-19
|\ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / |/| | | | | | | | | |
| * | | | | | | | | | sha1_file.c: rename move_temp_to_file() to finalize_object_file()Junio C Hamano2015-08-10
* | | | | | | | | | | Merge branch 'jk/date-mode-format'Junio C Hamano2015-08-03
|\ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|/ / / / | |/| | | | | | | | |
| * | | | | | | | | | introduce "format" date-modeJeff King2015-06-29
| * | | | | | | | | | convert "enum date_mode" into a structJeff King2015-06-29
| | |_|_|_|_|_|_|/ / | |/| | | | | | | |
* | | | | | | | | | Merge branch 'mh/init-delete-refs-api'Junio C Hamano2015-08-03
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | refs: move the remaining ref module declarations to refs.hMichael Haggerty2015-06-22
| * | | | | | | | | | delete_ref(): move declaration to refs.hMichael Haggerty2015-06-22
* | | | | | | | | | | Merge branch 'ee/clean-remove-dirs'Junio C Hamano2015-08-03
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | setup: sanity check file size in read_gitfile_gentlyErik Elfström2015-06-15
| * | | | | | | | | | | setup: add gentle version of read_gitfileErik Elfström2015-06-09
| |/ / / / / / / / / /
* | | | | | | | | | | Merge branch 'mh/replace-refs'Junio C Hamano2015-08-03
|\ \ \ \ \ \ \ \ \ \ \ | |_|/ / / / / / / / / |/| | | | | | | | | |
| * | | | | | | | | | Allow to control where the replace refs are looked forMike Hommey2015-06-12
| |/ / / / / / / / /
* | | | | | | | | | Merge branch 'jk/index-pack-reduce-recheck'Junio C Hamano2015-06-24
|\ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|/ / | |/| | | | | | | |
| * | | | | | | | | index-pack: avoid excessive re-reading of pack directoryJeff King2015-06-09
| | |/ / / / / / / | |/| | | | | | |
* | | | | | | | | Merge branch 'js/sleep-without-select'Junio C Hamano2015-06-24
|\ \ \ \ \ \ \ \ \ | |_|/ / / / / / / |/| | | | | | | |
| * | | | | | | | help.c: wrap wait-only poll() invocation in sleep_millisec()Johannes Sixt2015-06-05
* | | | | | | | | Merge branch 'dt/cat-file-follow-symlinks'Junio C Hamano2015-06-01
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | sha1_name: get_sha1_with_context learns to follow symlinksDavid Turner2015-05-20
* | | | | | | | | | Merge branch 'nd/untracked-cache'Junio C Hamano2015-05-26
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | untracked cache: mark index dirty if untracked cache is updatedNguyễn Thái Ngọc Duy2015-03-12
| * | | | | | | | | | untracked cache: avoid racy timestampsNguyễn Thái Ngọc Duy2015-03-12
| * | | | | | | | | | untracked cache: save to an index extensionNguyễn Thái Ngọc Duy2015-03-12
* | | | | | | | | | | Merge branch 'jc/ignore-epipe-in-filter'Junio C Hamano2015-05-22
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | copy.c: make copy_fd() report its status silentlyJunio C Hamano2015-05-19
| | |_|_|_|/ / / / / / | |/| | | | | | | | |
* | | | | | | | | | | Merge branch 'kn/cat-file-literally'Junio C Hamano2015-05-19
|\ \ \ \ \ \ \ \ \ \ \ | |_|_|_|/ / / / / / / |/| | | | | | | | | |
| * | | | | | | | | | sha1_file: support reading from a loose object of unknown typeKarthik Nayak2015-05-06
| | |_|_|_|/ / / / / | |/| | | | | | | |
* | | | | | | | | | Merge branch 'pt/xdg-config-path'Junio C Hamano2015-05-11
|\ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|/ / | |/| | | | | | | |
| * | | | | | | | | path.c: remove home_config_paths()Paul Tan2015-05-06
| * | | | | | | | | path.c: implement xdg_config_home()Paul Tan2015-05-06
* | | | | | | | | | Merge branch 'jc/hash-object'Junio C Hamano2015-05-11
|\ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|/ / | |/| | | | | | | |
| * | | | | | | | | hash-object --literally: fix buffer overrun with extra-long object typeEric Sunshine2015-05-05
* | | | | | | | | | Merge branch 'nd/multiple-work-trees'Junio C Hamano2015-05-11
|\ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|/ / / / |/| | | | | | | | |
| * | | | | | | | | count-objects: report unused files in $GIT_DIR/worktrees/...Nguyễn Thái Ngọc Duy2014-12-01
| * | | | | | | | | wrapper.c: wrapper to open a file, fprintf then closeNguyễn Thái Ngọc Duy2014-12-01
| * | | | | | | | | setup.c: support multi-checkout repo setupNguyễn Thái Ngọc Duy2014-12-01
| * | | | | | | | | $GIT_COMMON_DIR: a new environment variableNguyễn Thái Ngọc Duy2014-12-01
| * | | | | | | | | git_path(): be aware of file relocation in $GIT_DIRNguyễn Thái Ngọc Duy2014-12-01
| * | | | | | | | | git_snpath(): retire and replace with strbuf_git_path()Nguyễn Thái Ngọc Duy2014-12-01
| * | | | | | | | | path.c: make get_pathname() call sites return const char *Nguyễn Thái Ngọc Duy2014-12-01
* | | | | | | | | | Merge branch 'jk/prune-mtime'Junio C Hamano2015-05-05
|\ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|/ / | |/| | | | | | | |
| * | | | | | | | | sha1_file: only freshen packs once per runJeff King2015-04-20
| * | | | | | | | | reachable: only mark local objects as recentJeff King2015-04-20
* | | | | | | | | | Merge branch 'bc/object-id'Junio C Hamano2015-05-05
|\ \ \ \ \ \ \ \ \ \ | |_|_|_|_|/ / / / / |/| | | | | | | | |
| * | | | | | | | | define utility functions for object IDsbrian m. carlson2015-03-13
| * | | | | | | | | define a structure for object IDsbrian m. carlson2015-03-13