summaryrefslogtreecommitdiff
path: root/cache.h
AgeCommit message (Expand)AuthorFilesLines
2019-10-15Merge branch 'js/azure-pipelines-msvc'Libravatar Junio C Hamano1-0/+13
2019-10-11Merge branch 'bc/object-id-part17'Libravatar Junio C Hamano1-7/+1
2019-10-07Merge branch 'ss/get-time-cleanup'Libravatar Junio C Hamano1-3/+2
2019-10-07Merge branch 'tg/stash-refresh-index'Libravatar Junio C Hamano1-0/+18
2019-10-06msvc: avoid using minus operator on unsigned typesLibravatar Johannes Schindelin1-0/+13
2019-09-20factor out refresh_and_write_cache functionLibravatar Thomas Gummerer1-0/+18
2019-09-18Merge branch 'md/list-objects-filter-combo'Libravatar Junio C Hamano1-0/+22
2019-09-18Merge branch 'cc/multi-promisor'Libravatar Junio C Hamano1-2/+0
2019-09-12Quit passing 'now' to date codeLibravatar Stephen P. Smith1-3/+2
2019-08-19cache: remove null_sha1Libravatar brian m. carlson1-7/+1
2019-07-19Merge branch 'nd/tree-walk-with-repo'Libravatar Junio C Hamano1-3/+4
2019-07-09Merge branch 'sg/rebase-progress'Libravatar Junio C Hamano1-0/+1
2019-06-28list-objects-filter-options: clean up use of ALLOC_GROWLibravatar Matthew DeVore1-0/+22
2019-06-27match-trees.c: remove the_repo from shift_tree*()Libravatar Nguyễn Thái Ngọc Duy1-2/+2
2019-06-27sha1-file.c: remove the_repo from read_object_with_reference()Libravatar Nguyễn Thái Ngọc Duy1-1/+2
2019-06-25Move core_partial_clone_filter_default to promisor-remote.cLibravatar Christian Couder1-1/+0
2019-06-25Move repository_format_partial_clone to promisor-remote.cLibravatar Christian Couder1-1/+0
2019-06-24pager: add a helper function to clear the last line in the terminalLibravatar SZEDER Gábor1-0/+1
2019-06-20hash.h: move object_id definition from cache.hLibravatar Jeff King1-24/+0
2019-05-28fill_stat_cache_info(): prepare for an fsmonitor fixLibravatar Johannes Schindelin1-1/+1
2019-05-19Merge branch 'js/fsmonitor-refresh-after-discarding-index'Libravatar Junio C Hamano1-1/+2
2019-05-13Merge branch 'dl/no-extern-in-func-decl'Libravatar Junio C Hamano1-178/+178
2019-05-09Merge branch 'nd/sha1-name-c-wo-the-repository'Libravatar Junio C Hamano1-16/+36
2019-05-09Merge branch 'en/merge-directory-renames'Libravatar Junio C Hamano1-1/+1
2019-05-08fsmonitor: force a refresh after the index was discardedLibravatar Johannes Schindelin1-1/+2
2019-05-05*.[ch]: manually align parameter listsLibravatar Denton Liu1-21/+21
2019-05-05*.[ch]: remove extern from function declarations using sedLibravatar Denton Liu1-2/+2
2019-05-05*.[ch]: remove extern from function declarations using spatchLibravatar Denton Liu1-170/+170
2019-04-25Merge branch 'bp/post-index-change-hook'Libravatar Junio C Hamano1-1/+3
2019-04-22Merge branch 'ps/stash-in-c'Libravatar Junio C Hamano1-0/+5
2019-04-16sha1-name.c: remove the_repo from get_oid_mb()Libravatar Nguyễn Thái Ngọc Duy1-1/+2
2019-04-16sha1-name.c: remove the_repo from other get_oid_*Libravatar Nguyễn Thái Ngọc Duy1-6/+12
2019-04-16sha1-name.c: remove the_repo from maybe_die_on_misspelt_object_nameLibravatar Nguyễn Thái Ngọc Duy1-1/+3
2019-04-16sha1-name.c: add repo_get_oid()Libravatar Nguyễn Thái Ngọc Duy1-1/+2
2019-04-16sha1-name.c: remove the_repo from get_oid_1()Libravatar Nguyễn Thái Ngọc Duy1-2/+5
2019-04-16sha1-name.c: add repo_for_each_abbrev()Libravatar Nguyễn Thái Ngọc Duy1-1/+2
2019-04-16sha1-name.c: add repo_find_unique_abbrev_r()Libravatar Nguyễn Thái Ngọc Duy1-2/+4
2019-04-08refs.c: remove the_repo from substitute_branch_name()Libravatar Nguyễn Thái Ngọc Duy1-2/+6
2019-04-08Use 'unsigned short' for mode, like diff_filespec doesLibravatar Elijah Newren1-1/+1
2019-03-20Merge branch 'ma/clear-repository-format'Libravatar Junio C Hamano1-3/+28
2019-03-07Merge branch 'jh/trace2'Libravatar Junio C Hamano1-0/+1
2019-03-07Merge branch 'wh/author-committer-ident-config'Libravatar Junio C Hamano1-2/+11
2019-03-07Merge branch 'tg/checkout-no-overlay'Libravatar Junio C Hamano1-1/+6
2019-03-07ident: don't require calling prepare_fallback_ident firstLibravatar Thomas Gummerer1-1/+0
2019-03-01setup: fix memory leaks with `struct repository_format`Libravatar Martin Ågren1-3/+28
2019-03-01ident: add the ability to provide a "fallback identity"Libravatar Johannes Schindelin1-0/+5
2019-03-01sha1-name.c: add `get_oidf()` which acts like `get_oid()`Libravatar Paul-Sebastian Ungureanu1-0/+1
2019-02-22trace2: create new combined trace facilityLibravatar Jeff Hostetler1-0/+1
2019-02-15read-cache: add post-index-change hookLibravatar Ben Peart1-1/+3
2019-02-06Merge branch 'jk/loose-object-cache-oid'Libravatar Junio C Hamano1-3/+3