summaryrefslogtreecommitdiff
path: root/cache.h
AgeCommit message (Expand)Author
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-02-28setup: fix memory leaks with `struct repository_format`Martin Ågren
2019-02-22trace2: create new combined trace facilityJeff Hostetler
2019-02-07Merge branch 'jk/loose-object-cache-oid'Junio C Hamano
2019-02-07Merge branch 'lt/date-human'Junio C Hamano
2019-02-07Merge branch 'jk/unused-parameter-cleanup'Junio C Hamano
2019-02-07Merge branch 'nd/the-index-final'Junio C Hamano
2019-02-07Merge branch 'tt/bisect-in-c'Junio C Hamano
2019-02-07Merge branch 'dt/cat-file-batch-ambiguous'Junio C Hamano
2019-02-05Merge branch 'jk/add-ignore-errors-bit-assignment-fix'Junio C Hamano
2019-02-04config: allow giving separate author and committer identsWilliam Hubbs
2019-01-29Merge branch 'bc/tree-walk-oid'Junio C Hamano
2019-01-29Merge branch 'bc/sha-256'Junio C Hamano
2019-01-29Add `human` format to test-toolStephen P. Smith
2019-01-24show_date_relative(): drop unused "tz" parameterJeff King
2019-01-24cache.h: flip NO_THE_INDEX_COMPATIBILITY_MACROS switchNguyễn Thái Ngọc Duy
2019-01-18Do not print 'dangling' for cat-file in case of ambiguityDavid Turner
2019-01-18Add 'human' date formatLinus Torvalds
2019-01-17add: use separate ADD_CACHE_RENORMALIZE flagJeff King
2019-01-15cache: make oidcpy always copy GIT_MAX_RAWSZ bytesbrian m. carlson
2019-01-14read-cache.c: remove the_* from index_has_changes()Nguyễn Thái Ngọc Duy
2019-01-14sha1-name.c: remove implicit dependency on the_indexNguyễn Thái Ngọc Duy
2019-01-14read-cache.c: replace update_index_if_able with repo_&Nguyễn Thái Ngọc Duy
2019-01-14read-cache.c: kill read_index()Nguyễn Thái Ngọc Duy
2019-01-14repository.c: replace hold_locked_index() with repo_hold_locked_index()Nguyễn Thái Ngọc Duy
2019-01-08sha1-file: modernize loose header/stream functionsJeff King
2019-01-08update comment references to sha1_object_info()Jeff King
2019-01-02read-cache: add invalidate parameter to remove_marked_cache_entriesThomas Gummerer
2019-01-02entry: factor out unlink_entry functionThomas Gummerer
2019-01-02wrapper: move is_empty_file() and rename it as is_empty_or_missing_file()Pranit Bauva
2018-11-14Add a base implementation of SHA-256 supportbrian m. carlson
2018-11-14sha1-file: add a constant for hash block sizebrian m. carlson
2018-11-14cache: make hashcmp and hasheq work with larger hashesbrian m. carlson
2018-11-14hex: introduce functions to print arbitrary hashesbrian m. carlson
2018-11-14checkout: print something when checking out pathsNguyễn Thái Ngọc Duy
2018-11-13Merge branch 'bp/refresh-index-using-preload'Junio C Hamano
2018-11-13Merge branch 'ao/submodule-wo-gitmodules-checked-out'Junio C Hamano
2018-11-13Merge branch 'js/mingw-perl5lib'Junio C Hamano
2018-11-13Merge branch 'nd/per-worktree-config'Junio C Hamano
2018-11-02Merge branch 'ag/rebase-i-in-c'Junio C Hamano
2018-10-31config: move Windows-specific config settings into compat/mingw.cJohannes Schindelin
2018-10-30speed up refresh_index() by utilizing preload_index()Ben Peart
2018-10-26Merge branch 'sg/split-index-racefix'Junio C Hamano
2018-10-22worktree: add per-worktree config filesNguyễn Thái Ngọc Duy
2018-10-19Merge branch 'nd/status-refresh-progress'Junio C Hamano
2018-10-19Merge branch 'nd/the-index'Junio C Hamano
2018-10-11split-index: smudge and add racily clean cache entries to split indexSZEDER Gábor