summaryrefslogtreecommitdiff
path: root/cache.h
AgeCommit message (Expand)AuthorFilesLines
2014-09-11config: avoid a funny sentinel value "a^"Jeff King1-0/+2
2014-09-11Merge branch 'ta/config-set-1'Junio C Hamano1-1/+33
2014-09-10refs: write packed_refs file using stdioJeff King1-0/+2
2014-09-02Merge branch 'ta/config-set'Junio C Hamano1-0/+32
2014-09-02Merge branch 'mm/config-edit-global'Junio C Hamano1-0/+1
2014-09-02Merge branch 'jc/reopen-lock-file'Junio C Hamano1-0/+1
2014-08-29pretty: provide a strict ISO 8601 date formatBeat Bolli1-0/+1
2014-08-28config.c: add git_env_ulong() to parse environment variableSteffen Prohaska1-0/+1
2014-08-27date: use strbufs in date-formatting functionsJeff King1-2/+2
2014-08-07rewrite git_config() to use the config-set APITanay Abhra1-0/+24
2014-08-07config: add `git_die_config()` to the config-set APITanay Abhra1-0/+3
2014-08-07change `git_config()` return value to voidTanay Abhra1-1/+1
2014-08-07add line number and file name info to `config_set`Tanay Abhra1-0/+5
2014-07-29add `config_set` API for caching config-like filesTanay Abhra1-0/+32
2014-07-28alloc: factor out commit indexJeff King1-0/+1
2014-07-25config --global --edit: create a template file if neededMatthieu Moy1-0/+1
2014-07-22Merge branch 'jk/alloc-commit-id'Junio C Hamano1-0/+1
2014-07-22Merge branch 'kb/perf-trace'Junio C Hamano1-11/+2
2014-07-21Merge branch 'rs/ref-transaction-0'Junio C Hamano1-1/+3
2014-07-16Merge branch 'kb/path-max-must-go'Junio C Hamano1-1/+1
2014-07-16Merge branch 'nd/split-index'Junio C Hamano1-4/+23
2014-07-14lockfile: allow reopening a closed but still locked fileJunio C Hamano1-0/+1
2014-07-14refs.c: make resolve_ref_unsafe set errno to something meaningful on errorRonnie Sahlberg1-1/+1
2014-07-14lockfile.c: add a new public function unable_to_lock_messageRonnie Sahlberg1-0/+2
2014-07-13alloc: factor out commit indexJeff King1-0/+1
2014-07-13cache.h: rename cache_def_free to cache_def_clearKarsten Blees1-1/+1
2014-07-10Merge branch 'kb/path-max-must-go'Junio C Hamano1-2/+6
2014-07-07symlinks: remove PATH_MAX limitationKarsten Blees1-2/+6
2014-06-25Merge branch 'ym/fix-opportunistic-index-update-race' into maintJunio C Hamano1-0/+3
2014-06-20cleanup duplicate name_compare() functionsJeremiah Mahler1-1/+1
2014-06-17trace: move trace declarations from cache.h to new trace.hKarsten Blees1-11/+2
2014-06-16Merge branch 'sk/windows-unc-path'Junio C Hamano1-1/+0
2014-06-13t1700: new tests for split-index modeNguyễn Thái Ngọc Duy1-0/+2
2014-06-13update-index: new options to enable/disable split index modeNguyễn Thái Ngọc Duy1-0/+1
2014-06-13split-index: strip pathname of on-disk replaced entriesNguyễn Thái Ngọc Duy1-0/+1
2014-06-13split-index: do not invalidate cache-tree at read timeNguyễn Thái Ngọc Duy1-0/+1
2014-06-13read-cache: mark updated entries for split indexNguyễn Thái Ngọc Duy1-0/+2
2014-06-13read-cache: split-index modeNguyễn Thái Ngọc Duy1-0/+3
2014-06-13read-cache: save index SHA-1 after readingNguyễn Thái Ngọc Duy1-0/+1
2014-06-13entry.c: update cache_changed if refresh_cache is set in checkout_entry()Nguyễn Thái Ngọc Duy1-0/+1
2014-06-13cache-tree: mark istate->cache_changed on cache tree invalidationNguyễn Thái Ngọc Duy1-0/+1
2014-06-13resolve-undo: be specific what part of the index has changedNguyễn Thái Ngọc Duy1-0/+1
2014-06-13read-cache: be specific what part of the index has changedNguyễn Thái Ngọc Duy1-0/+5
2014-06-13read-cache: store in-memory flags in the first 12 bits of ce_flagsNguyễn Thái Ngọc Duy1-1/+1
2014-06-13read-cache: relocate and unexport commit_locked_index()Nguyễn Thái Ngọc Duy1-1/+0
2014-06-13read-cache: new API write_locked_index instead of write_index/write_cacheNguyễn Thái Ngọc Duy1-2/+4
2014-06-10Windows: allow using UNC path for git repositoryCezary Zawadka1-1/+0
2014-06-06Merge branch 'nd/status-auto-comment-char'Junio C Hamano1-0/+1
2014-06-06Merge branch 'jk/squelch-compiler-warning-from-funny-error-macro'Junio C Hamano1-2/+2
2014-06-03Merge branch 'jk/commit-date-approxidate'Junio C Hamano1-0/+7