summaryrefslogtreecommitdiff
path: root/cache.h
AgeCommit message (Expand)Author
2014-10-01cache.h: define constants LOCK_SUFFIX and LOCK_SUFFIX_LENMichael Haggerty
2014-10-01unable_to_lock_die(): rename function from unable_to_lock_index_die()Michael Haggerty
2014-09-26Merge branch 'rs/realloc-array'Junio C Hamano
2014-09-26Merge branch 'jk/write-packed-refs-via-stdio'Junio C Hamano
2014-09-19Merge branch 'ta/config-add-to-empty-or-true-fix'Junio C Hamano
2014-09-19Merge branch 'jk/commit-author-parsing'Junio C Hamano
2014-09-19Merge branch 'bb/date-iso-strict'Junio C Hamano
2014-09-18use REALLOC_ARRAY for changing the allocation size of arraysRené Scharfe
2014-09-11config: avoid a funny sentinel value "a^"Jeff King
2014-09-11Merge branch 'ta/config-set-1'Junio C Hamano
2014-09-10refs: write packed_refs file using stdioJeff King
2014-09-02Merge branch 'ta/config-set'Junio C Hamano
2014-09-02Merge branch 'mm/config-edit-global'Junio C Hamano
2014-09-02Merge branch 'jc/reopen-lock-file'Junio C Hamano
2014-08-29pretty: provide a strict ISO 8601 date formatBeat Bolli
2014-08-27date: use strbufs in date-formatting functionsJeff King
2014-08-07rewrite git_config() to use the config-set APITanay Abhra
2014-08-07config: add `git_die_config()` to the config-set APITanay Abhra
2014-08-07change `git_config()` return value to voidTanay Abhra
2014-08-07add line number and file name info to `config_set`Tanay Abhra
2014-07-29add `config_set` API for caching config-like filesTanay Abhra
2014-07-28alloc: factor out commit indexJeff King
2014-07-25config --global --edit: create a template file if neededMatthieu Moy
2014-07-22Merge branch 'jk/alloc-commit-id'Junio C Hamano
2014-07-22Merge branch 'kb/perf-trace'Junio C Hamano
2014-07-21Merge branch 'rs/ref-transaction-0'Junio C Hamano
2014-07-16Merge branch 'kb/path-max-must-go'Junio C Hamano
2014-07-16Merge branch 'nd/split-index'Junio C Hamano
2014-07-14lockfile: allow reopening a closed but still locked fileJunio C Hamano
2014-07-14refs.c: make resolve_ref_unsafe set errno to something meaningful on errorRonnie Sahlberg
2014-07-14lockfile.c: add a new public function unable_to_lock_messageRonnie Sahlberg
2014-07-14alloc: factor out commit indexJeff King
2014-07-13cache.h: rename cache_def_free to cache_def_clearKarsten Blees
2014-07-10Merge branch 'kb/path-max-must-go'Junio C Hamano
2014-07-07symlinks: remove PATH_MAX limitationKarsten Blees
2014-06-25Merge branch 'ym/fix-opportunistic-index-update-race' into maintJunio C Hamano
2014-06-20cleanup duplicate name_compare() functionsJeremiah Mahler
2014-06-17trace: move trace declarations from cache.h to new trace.hKarsten Blees
2014-06-16Merge branch 'sk/windows-unc-path'Junio C Hamano
2014-06-13t1700: new tests for split-index modeNguyễn Thái Ngọc Duy
2014-06-13update-index: new options to enable/disable split index modeNguyễn Thái Ngọc Duy
2014-06-13split-index: strip pathname of on-disk replaced entriesNguyễn Thái Ngọc Duy
2014-06-13split-index: do not invalidate cache-tree at read timeNguyễn Thái Ngọc Duy
2014-06-13read-cache: mark updated entries for split indexNguyễn Thái Ngọc Duy
2014-06-13read-cache: split-index modeNguyễn Thái Ngọc Duy
2014-06-13read-cache: save index SHA-1 after readingNguyễn Thái Ngọc Duy
2014-06-13entry.c: update cache_changed if refresh_cache is set in checkout_entry()Nguyễn Thái Ngọc Duy
2014-06-13cache-tree: mark istate->cache_changed on cache tree invalidationNguyễn Thái Ngọc Duy
2014-06-13resolve-undo: be specific what part of the index has changedNguyễn Thái Ngọc Duy
2014-06-13read-cache: be specific what part of the index has changedNguyễn Thái Ngọc Duy