summaryrefslogtreecommitdiff
path: root/cache.h
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | add line number and file name info to `config_set`Tanay Abhra2014-08-071-0/+5
* | | | | | Merge branch 'ta/config-set'Junio C Hamano2014-09-021-0/+32
|\ \ \ \ \ \ | |/ / / / /
| * | | | | add `config_set` API for caching config-like filesTanay Abhra2014-07-291-0/+32
| |/ / / /
* | | | | Merge branch 'mm/config-edit-global'Junio C Hamano2014-09-021-0/+1
|\ \ \ \ \
| * | | | | config --global --edit: create a template file if neededMatthieu Moy2014-07-251-0/+1
| | |/ / / | |/| | |
* | | | | Merge branch 'jc/reopen-lock-file'Junio C Hamano2014-09-021-0/+1
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | lockfile: allow reopening a closed but still locked filejc/reopen-lock-fileJunio C Hamano2014-07-141-0/+1
* | | | | Merge branch 'jk/alloc-commit-id'Junio C Hamano2014-07-221-0/+1
|\ \ \ \ \
| * | | | | alloc: factor out commit indexJeff King2014-07-131-0/+1
* | | | | | Merge branch 'kb/perf-trace'Junio C Hamano2014-07-221-11/+2
|\ \ \ \ \ \
| * | | | | | trace: move trace declarations from cache.h to new trace.hKarsten Blees2014-06-171-11/+2
* | | | | | | Merge branch 'rs/ref-transaction-0'Junio C Hamano2014-07-211-1/+3
|\ \ \ \ \ \ \
| * | | | | | | refs.c: make resolve_ref_unsafe set errno to something meaningful on errorRonnie Sahlberg2014-07-141-1/+1
| * | | | | | | lockfile.c: add a new public function unable_to_lock_messageRonnie Sahlberg2014-07-141-0/+2
| |/ / / / / /
* | | | | | | Merge branch 'kb/path-max-must-go'Junio C Hamano2014-07-161-1/+1
|\ \ \ \ \ \ \
| * | | | | | | cache.h: rename cache_def_free to cache_def_clearkb/path-max-must-goKarsten Blees2014-07-131-1/+1
* | | | | | | | Merge branch 'nd/split-index'Junio C Hamano2014-07-161-4/+23
|\ \ \ \ \ \ \ \ | | |_|_|/ / / / | |/| | | | | |
| * | | | | | | t1700: new tests for split-index modeNguyễn Thái Ngọc Duy2014-06-131-0/+2
| * | | | | | | update-index: new options to enable/disable split index modeNguyễn Thái Ngọc Duy2014-06-131-0/+1
| * | | | | | | split-index: strip pathname of on-disk replaced entriesNguyễn Thái Ngọc Duy2014-06-131-0/+1
| * | | | | | | split-index: do not invalidate cache-tree at read timeNguyễn Thái Ngọc Duy2014-06-131-0/+1
| * | | | | | | read-cache: mark updated entries for split indexNguyễn Thái Ngọc Duy2014-06-131-0/+2
| * | | | | | | read-cache: split-index modeNguyễn Thái Ngọc Duy2014-06-131-0/+3
| * | | | | | | read-cache: save index SHA-1 after readingNguyễn Thái Ngọc Duy2014-06-131-0/+1
| * | | | | | | entry.c: update cache_changed if refresh_cache is set in checkout_entry()Nguyễn Thái Ngọc Duy2014-06-131-0/+1
| * | | | | | | cache-tree: mark istate->cache_changed on cache tree invalidationNguyễn Thái Ngọc Duy2014-06-131-0/+1
| * | | | | | | resolve-undo: be specific what part of the index has changedNguyễn Thái Ngọc Duy2014-06-131-0/+1
| * | | | | | | read-cache: be specific what part of the index has changedNguyễn Thái Ngọc Duy2014-06-131-0/+5
| * | | | | | | read-cache: store in-memory flags in the first 12 bits of ce_flagsNguyễn Thái Ngọc Duy2014-06-131-1/+1
| * | | | | | | read-cache: relocate and unexport commit_locked_index()Nguyễn Thái Ngọc Duy2014-06-131-1/+0
| * | | | | | | read-cache: new API write_locked_index instead of write_index/write_cacheNguyễn Thái Ngọc Duy2014-06-131-2/+4
* | | | | | | | Merge branch 'kb/path-max-must-go'Junio C Hamano2014-07-101-2/+6
|\ \ \ \ \ \ \ \ | | |/ / / / / / | |/| | / / / / | |_|_|/ / / / |/| | | | | |
| * | | | | | symlinks: remove PATH_MAX limitationKarsten Blees2014-07-071-2/+6
| | |_|/ / / | |/| | | |
| * | | | | Merge branch 'ym/fix-opportunistic-index-update-race' into maintJunio C Hamano2014-06-251-0/+3
| |\ \ \ \ \ | | |/ / / / | |/| | | |
* | | | | | cleanup duplicate name_compare() functionsjm/dedup-name-compareJeremiah Mahler2014-06-201-1/+1
| |_|/ / / |/| | | |
* | | | | Merge branch 'sk/windows-unc-path'Junio C Hamano2014-06-161-1/+0
|\ \ \ \ \
| * | | | | Windows: allow using UNC path for git repositorysk/windows-unc-pathCezary Zawadka2014-06-101-1/+0
| | |_|/ / | |/| | |
* | | | | Merge branch 'nd/status-auto-comment-char'Junio C Hamano2014-06-061-0/+1
|\ \ \ \ \
| * | | | | commit: allow core.commentChar=auto for character auto selectionnd/status-auto-comment-charNguyễn Thái Ngọc Duy2014-05-191-0/+1
| | |/ / / | |/| | |
* | | | | Merge branch 'jk/squelch-compiler-warning-from-funny-error-macro'Junio C Hamano2014-06-061-2/+2
|\ \ \ \ \
| * | | | | let clang use the constant-return error() macrojk/squelch-compiler-warning-from-funny-error-macroJeff King2014-05-061-1/+1
| * | | | | inline constant return from error() functionJeff King2014-05-061-1/+1
| | |/ / / | |/| | |
| * | | | Merge branch 'jk/commit-dates-parsing-fix' into maintJunio C Hamano2014-03-181-0/+1
| |\ \ \ \
| * \ \ \ \ Merge branch 'bk/refresh-missing-ok-in-merge-recursive' into maintJunio C Hamano2014-03-181-1/+5
| |\ \ \ \ \
* | \ \ \ \ \ Merge branch 'jk/commit-date-approxidate'Junio C Hamano2014-06-031-0/+7
|\ \ \ \ \ \ \
| * | | | | | | pretty: make show_ident_date publicJeff King2014-05-021-0/+7
| | |_|_|/ / / | |/| | | | |
* | | | | | | Merge branch 'ym/fix-opportunistic-index-update-race'Junio C Hamano2014-06-031-0/+3
|\ \ \ \ \ \ \ | | |_|_|_|/ / | |/| | | | |
| * | | | | | read-cache.c: verify index file before we opportunistically update itym/fix-opportunistic-index-update-raceYiannis Marangos2014-04-101-0/+3
| | |_|_|_|/ | |/| | | |
* | | | | | Merge branch 'ks/tree-diff-nway'Junio C Hamano2014-06-031-0/+15
|\ \ \ \ \ \ | |_|/ / / / |/| | | | |
| * | | | | tree-diff: rework diff_tree() to generate diffs for multiparent cases as wellKirill Smelkov2014-04-071-0/+15