summaryrefslogtreecommitdiffstats
path: root/cache.h
Commit message (Expand)AuthorAgeFilesLines
* checkout: print something when checking out pathsNguyễn Thái Ngọc Duy2018-11-141-2/+2
* Merge branch 'bp/refresh-index-using-preload'Junio C Hamano2018-11-131-0/+3
|\
| * speed up refresh_index() by utilizing preload_index()Ben Peart2018-10-301-0/+3
* | Merge branch 'ao/submodule-wo-gitmodules-checked-out'Junio C Hamano2018-11-131-0/+2
|\ \
| * | submodule: add a helper to check if it is safe to write to .gitmodulesAntonio Ospite2018-10-091-0/+2
* | | Merge branch 'js/mingw-perl5lib'Junio C Hamano2018-11-131-8/+0
|\ \ \
| * | | config: move Windows-specific config settings into compat/mingw.cJohannes Schindelin2018-10-311-8/+0
| | |/ | |/|
* | | Merge branch 'nd/per-worktree-config'Junio C Hamano2018-11-131-0/+2
|\ \ \
| * | | worktree: add per-worktree config filesNguyễn Thái Ngọc Duy2018-10-221-0/+2
* | | | Merge branch 'ag/rebase-i-in-c'Junio C Hamano2018-11-021-0/+1
|\ \ \ \ | |_|/ / |/| | |
| * | | editor: add a function to launch the sequence editorAlban Gruin2018-08-101-0/+1
* | | | Merge branch 'sg/split-index-racefix'Junio C Hamano2018-10-261-0/+2
|\ \ \ \ | |_|/ / |/| | |
| * | | split-index: smudge and add racily clean cache entries to split indexSZEDER Gábor2018-10-121-0/+2
| | |/ | |/|
* | | Merge branch 'nd/status-refresh-progress'Junio C Hamano2018-10-191-2/+5
|\ \ \
| * | | status: show progress bar if refreshing the index takes too longNguyễn Thái Ngọc Duy2018-09-171-2/+5
| |/ /
* | | Merge branch 'nd/the-index'Junio C Hamano2018-10-191-6/+8
|\ \ \
| * | | ws.c: remove implicit dependency on the_indexNguyễn Thái Ngọc Duy2018-09-211-1/+1
| * | | sha1-file.c: remove implicit dependency on the_indexNguyễn Thái Ngọc Duy2018-09-211-2/+2
| * | | merge.c: remove implicit dependency on the_indexNguyễn Thái Ngọc Duy2018-09-211-2/+4
| * | | read-cache.c: remove 'const' from index_has_changes()Nguyễn Thái Ngọc Duy2018-09-211-1/+1
| |/ /
* | | Merge branch 'jk/cocci'Junio C Hamano2018-09-171-6/+16
|\ \ \
| * | | convert "hashcmp() == 0" to hasheq()Jeff King2018-08-291-4/+4
| * | | convert "oidcmp() == 0" to oideq()Jeff King2018-08-291-2/+2
| * | | introduce hasheq() and oideq()Jeff King2018-08-291-0/+10
| |/ /
* | | Merge branch 'nd/clone-case-smashing-warning'Junio C Hamano2018-09-171-0/+1
|\ \ \ | |/ / |/| |
| * | clone: report duplicate entries on case-insensitive filesystemsDuy Nguyen2018-08-171-0/+1
| |/
* | hashcmp: assert constant hash sizeJeff King2018-08-231-0/+10
* | Merge branch 'en/incl-forward-decl'Junio C Hamano2018-08-201-10/+0
|\ \
| * | Move definition of enum branch_track from cache.h to branch.hElijah Newren2018-08-151-10/+0
* | | Merge branch 'jk/for-each-object-iteration'Junio C Hamano2018-08-201-56/+0
|\ \ \
| * | | for_each_*_object: move declarations to object-store.hJeff King2018-08-141-75/+0
| * | | for_each_packed_object: support iterating in pack-orderJeff King2018-08-131-0/+5
| * | | for_each_*_object: give more comprehensive docstringsJeff King2018-08-131-3/+5
| * | | for_each_*_object: take flag arguments as enumJeff King2018-08-131-1/+2
| * | | for_each_*_object: store flag definitions in a single locationJeff King2018-08-131-1/+12
| |/ /
* | | Merge branch 'js/vscode'Junio C Hamano2018-08-151-11/+13
|\ \ \
| * | | cache.h: extract enum declaration from inside a struct declarationJohannes Schindelin2018-07-301-11/+13
| | |/ | |/|
* | | Merge branch 'jk/core-use-replace-refs'Junio C Hamano2018-08-151-4/+2
|\ \ \ | |_|/ |/| |
| * | check_replace_refs: rename to read_replace_refsJeff King2018-07-181-1/+1
| * | check_replace_refs: fix outdated commentJeff King2018-07-181-3/+1
| |/
* | Merge branch 'jt/commit-graph-per-object-store'Junio C Hamano2018-08-021-1/+0
|\ \
| * | commit-graph: add repo arg to graph readersJonathan Tan2018-07-171-1/+0
| * | Merge branch 'sb/object-store-grafts' into sb/object-store-lookupJunio C Hamano2018-06-291-118/+1
| |\ \
* | \ \ Merge branch 'en/dirty-merge-fixes'Junio C Hamano2018-08-021-6/+10
|\ \ \ \
| * | | | merge-recursive: fix assumption that head tree being merged is HEADElijah Newren2018-07-111-4/+7
| * | | | index_has_changes(): avoid assuming operating on the_indexElijah Newren2018-07-031-5/+6
* | | | | Merge branch 'jm/cache-entry-from-mem-pool'Junio C Hamano2018-08-021-2/+62
|\ \ \ \ \
| * | | | | block alloc: add validations around cache_entry lifecyleJameson Miller2018-07-031-0/+6
| * | | | | block alloc: allocate cache entries from mem_poolJameson Miller2018-07-031-0/+21
| * | | | | block alloc: add lifecycle APIs for cache_entry structsJameson Miller2018-07-031-6/+34