summaryrefslogtreecommitdiff
path: root/cache.h
AgeCommit message (Expand)Author
2014-09-30Merge branch 'ta/config-add-to-empty-or-true-fix' into maintJunio C Hamano
2014-09-11config: avoid a funny sentinel value "a^"Jeff King
2014-07-28alloc: factor out commit indexJeff King
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-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
2014-06-13read-cache: store in-memory flags in the first 12 bits of ce_flagsNguyễn Thái Ngọc Duy
2014-06-13read-cache: relocate and unexport commit_locked_index()Nguyễn Thái Ngọc Duy
2014-06-13read-cache: new API write_locked_index instead of write_index/write_cacheNguyễn Thái Ngọc Duy
2014-06-10Windows: allow using UNC path for git repositoryCezary Zawadka
2014-06-06Merge branch 'nd/status-auto-comment-char'Junio C Hamano
2014-06-06Merge branch 'jk/squelch-compiler-warning-from-funny-error-macro'Junio C Hamano
2014-06-03Merge branch 'jk/commit-date-approxidate'Junio C Hamano
2014-06-03Merge branch 'ym/fix-opportunistic-index-update-race'Junio C Hamano
2014-06-03Merge branch 'ks/tree-diff-nway'Junio C Hamano
2014-05-19commit: allow core.commentChar=auto for character auto selectionNguyễn Thái Ngọc Duy
2014-05-06let clang use the constant-return error() macroJeff King
2014-05-06inline constant return from error() functionJeff King
2014-05-02pretty: make show_ident_date publicJeff King
2014-04-10read-cache.c: verify index file before we opportunistically update itYiannis Marangos
2014-04-07tree-diff: rework diff_tree() to generate diffs for multiparent cases as wellKirill Smelkov
2014-03-21Merge branch 'nd/tag-version-sort'Junio C Hamano
2014-03-18Merge branch 'jk/commit-dates-parsing-fix' into maintJunio C Hamano
2014-03-18Merge branch 'bk/refresh-missing-ok-in-merge-recursive' into maintJunio C Hamano
2014-03-14Merge branch 'mh/replace-refs-variable-rename'Junio C Hamano
2014-03-14Merge branch 'mh/object-code-cleanup'Junio C Hamano
2014-03-14Merge branch 'jk/commit-dates-parsing-fix'Junio C Hamano