summaryrefslogtreecommitdiffstats
path: root/cache.h
AgeCommit message (Expand)AuthorLines
2014-07-21Merge branch 'rs/ref-transaction-0'Junio C Hamano-1/+3
2014-07-16Merge branch 'kb/path-max-must-go'Junio C Hamano-1/+1
2014-07-16Merge branch 'nd/split-index'Junio C Hamano-4/+23
2014-07-14lockfile: allow reopening a closed but still locked fileJunio C Hamano-0/+1
2014-07-14refs.c: make resolve_ref_unsafe set errno to something meaningful on errorRonnie Sahlberg-1/+1
2014-07-14lockfile.c: add a new public function unable_to_lock_messageRonnie Sahlberg-0/+2
2014-07-13alloc: factor out commit indexJeff King-0/+1
2014-07-13cache.h: rename cache_def_free to cache_def_clearKarsten Blees-1/+1
2014-07-10Merge branch 'kb/path-max-must-go'Junio C Hamano-2/+6
2014-07-07symlinks: remove PATH_MAX limitationKarsten Blees-2/+6
2014-06-25Merge branch 'ym/fix-opportunistic-index-update-race' into maintJunio C Hamano-0/+3
2014-06-20cleanup duplicate name_compare() functionsJeremiah Mahler-1/+1
2014-06-17trace: move trace declarations from cache.h to new trace.hKarsten Blees-11/+2
2014-06-16Merge branch 'sk/windows-unc-path'Junio C Hamano-1/+0
2014-06-13t1700: new tests for split-index modeNguyễn Thái Ngọc Duy-0/+2
2014-06-13update-index: new options to enable/disable split index modeNguyễn Thái Ngọc Duy-0/+1
2014-06-13split-index: strip pathname of on-disk replaced entriesNguyễn Thái Ngọc Duy-0/+1
2014-06-13split-index: do not invalidate cache-tree at read timeNguyễn Thái Ngọc Duy-0/+1
2014-06-13read-cache: mark updated entries for split indexNguyễn Thái Ngọc Duy-0/+2
2014-06-13read-cache: split-index modeNguyễn Thái Ngọc Duy-0/+3
2014-06-13read-cache: save index SHA-1 after readingNguyễn Thái Ngọc Duy-0/+1
2014-06-13entry.c: update cache_changed if refresh_cache is set in checkout_entry()Nguyễn Thái Ngọc Duy-0/+1
2014-06-13cache-tree: mark istate->cache_changed on cache tree invalidationNguyễn Thái Ngọc Duy-0/+1
2014-06-13resolve-undo: be specific what part of the index has changedNguyễn Thái Ngọc Duy-0/+1
2014-06-13read-cache: be specific what part of the index has changedNguyễn Thái Ngọc Duy-0/+5
2014-06-13read-cache: store in-memory flags in the first 12 bits of ce_flagsNguyễn Thái Ngọc Duy-1/+1
2014-06-13read-cache: relocate and unexport commit_locked_index()Nguyễn Thái Ngọc Duy-1/+0
2014-06-13read-cache: new API write_locked_index instead of write_index/write_cacheNguyễn Thái Ngọc Duy-2/+4
2014-06-10Windows: allow using UNC path for git repositoryCezary Zawadka-1/+0
2014-06-06Merge branch 'nd/status-auto-comment-char'Junio C Hamano-0/+1
2014-06-06Merge branch 'jk/squelch-compiler-warning-from-funny-error-macro'Junio C Hamano-2/+2
2014-06-03Merge branch 'jk/commit-date-approxidate'Junio C Hamano-0/+7
2014-06-03Merge branch 'ym/fix-opportunistic-index-update-race'Junio C Hamano-0/+3
2014-06-03Merge branch 'ks/tree-diff-nway'Junio C Hamano-0/+15
2014-05-19commit: allow core.commentChar=auto for character auto selectionNguyễn Thái Ngọc Duy-0/+1
2014-05-06let clang use the constant-return error() macroJeff King-1/+1
2014-05-06inline constant return from error() functionJeff King-1/+1
2014-05-02pretty: make show_ident_date publicJeff King-0/+7
2014-04-10read-cache.c: verify index file before we opportunistically update itYiannis Marangos-0/+3
2014-04-07tree-diff: rework diff_tree() to generate diffs for multiparent cases as wellKirill Smelkov-0/+15
2014-03-21Merge branch 'nd/tag-version-sort'Junio C Hamano-0/+2
2014-03-18Merge branch 'jk/commit-dates-parsing-fix' into maintJunio C Hamano-0/+1
2014-03-18Merge branch 'bk/refresh-missing-ok-in-merge-recursive' into maintJunio C Hamano-1/+5
2014-03-14Merge branch 'mh/replace-refs-variable-rename'Junio C Hamano-2/+25
2014-03-14Merge branch 'mh/object-code-cleanup'Junio C Hamano-4/+64
2014-03-14Merge branch 'jk/commit-dates-parsing-fix'Junio C Hamano-0/+1
2014-03-14Merge branch 'ks/config-file-stdin'Junio C Hamano-2/+7
2014-03-07Merge branch 'jn/add-2.0-u-A-sans-pathspec'Junio C Hamano-1/+0
2014-03-05Merge branch 'nd/daemonize-gc'Junio C Hamano-0/+1
2014-02-28Add docstrings for lookup_replace_object() and do_lookup_replace_object()Michael Haggerty-0/+13