summaryrefslogtreecommitdiff
path: root/cache.h
AgeCommit message (Expand)Author
2019-11-13hex: drop sha1_to_hex()Jeff King
2019-11-11hex: drop sha1_to_hex_r()Jeff King
2019-10-15Merge branch 'js/azure-pipelines-msvc'Junio C Hamano
2019-10-11Merge branch 'bc/object-id-part17'Junio C Hamano
2019-10-07Merge branch 'ss/get-time-cleanup'Junio C Hamano
2019-10-07Merge branch 'tg/stash-refresh-index'Junio C Hamano
2019-10-06msvc: avoid using minus operator on unsigned typesJohannes Schindelin
2019-09-20factor out refresh_and_write_cache functionThomas Gummerer
2019-09-18Merge branch 'md/list-objects-filter-combo'Junio C Hamano
2019-09-18Merge branch 'cc/multi-promisor'Junio C Hamano
2019-09-12Quit passing 'now' to date codeStephen P. Smith
2019-08-19cache: remove null_sha1brian m. carlson
2019-07-19Merge branch 'nd/tree-walk-with-repo'Junio C Hamano
2019-07-09Merge branch 'sg/rebase-progress'Junio C Hamano
2019-06-28list-objects-filter-options: clean up use of ALLOC_GROWMatthew DeVore
2019-06-27match-trees.c: remove the_repo from shift_tree*()Nguyễn Thái Ngọc Duy
2019-06-27sha1-file.c: remove the_repo from read_object_with_reference()Nguyễn Thái Ngọc Duy
2019-06-25Move core_partial_clone_filter_default to promisor-remote.cChristian Couder
2019-06-25Move repository_format_partial_clone to promisor-remote.cChristian Couder
2019-06-24pager: add a helper function to clear the last line in the terminalSZEDER Gábor
2019-06-20hash.h: move object_id definition from cache.hJeff King
2019-05-28fill_stat_cache_info(): prepare for an fsmonitor fixJohannes Schindelin
2019-05-19Merge branch 'js/fsmonitor-refresh-after-discarding-index'Junio C Hamano
2019-05-13Merge branch 'dl/no-extern-in-func-decl'Junio C Hamano
2019-05-08Merge branch 'nd/sha1-name-c-wo-the-repository'Junio C Hamano
2019-05-08Merge branch 'en/merge-directory-renames'Junio C Hamano
2019-05-08fsmonitor: force a refresh after the index was discardedJohannes Schindelin
2019-05-05*.[ch]: manually align parameter listsDenton Liu
2019-05-05*.[ch]: remove extern from function declarations using sedDenton Liu
2019-05-05*.[ch]: remove extern from function declarations using spatchDenton Liu
2019-04-25Merge branch 'bp/post-index-change-hook'Junio C Hamano
2019-04-22Merge branch 'ps/stash-in-c'Junio C Hamano
2019-04-16sha1-name.c: remove the_repo from get_oid_mb()Nguyễn Thái Ngọc Duy
2019-04-16sha1-name.c: remove the_repo from other get_oid_*Nguyễn Thái Ngọc Duy
2019-04-16sha1-name.c: remove the_repo from maybe_die_on_misspelt_object_nameNguyễn Thái Ngọc Duy
2019-04-16sha1-name.c: add repo_get_oid()Nguyễn Thái Ngọc Duy
2019-04-16sha1-name.c: remove the_repo from get_oid_1()Nguyễn Thái Ngọc Duy
2019-04-16sha1-name.c: add repo_for_each_abbrev()Nguyễn Thái Ngọc Duy
2019-04-16sha1-name.c: add repo_find_unique_abbrev_r()Nguyễn Thái Ngọc Duy
2019-04-08refs.c: remove the_repo from substitute_branch_name()Nguyễn Thái Ngọc Duy
2019-04-08Use 'unsigned short' for mode, like diff_filespec doesElijah Newren
2019-03-20Merge branch 'ma/clear-repository-format'Junio C Hamano
2019-03-07Merge branch 'jh/trace2'Junio C Hamano
2019-03-07Merge branch 'wh/author-committer-ident-config'Junio C Hamano
2019-03-07Merge branch 'tg/checkout-no-overlay'Junio C Hamano
2019-03-07ident: don't require calling prepare_fallback_ident firstThomas Gummerer
2019-02-28setup: fix memory leaks with `struct repository_format`Martin Ågren
2019-02-28ident: add the ability to provide a "fallback identity"Johannes Schindelin
2019-02-28sha1-name.c: add `get_oidf()` which acts like `get_oid()`Paul-Sebastian Ungureanu
2019-02-22trace2: create new combined trace facilityJeff Hostetler