summaryrefslogtreecommitdiff
path: root/cache.h
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'jk/loose-object-cache-oid'Junio C Hamano2019-02-061-3/+3
|\
| * sha1-file: modernize loose header/stream functionsJeff King2019-01-081-2/+2
| * update comment references to sha1_object_info()Jeff King2019-01-081-1/+1
* | Merge branch 'lt/date-human'Junio C Hamano2019-02-061-0/+3
|\ \
| * | Add `human` format to test-toolStephen P. Smith2019-01-291-0/+2
| * | Add 'human' date formatLinus Torvalds2019-01-181-0/+1
* | | Merge branch 'jk/unused-parameter-cleanup'Junio C Hamano2019-02-061-1/+1
|\ \ \
| * | | show_date_relative(): drop unused "tz" parameterJeff King2019-01-241-1/+1
* | | | Merge branch 'nd/the-index-final'Junio C Hamano2019-02-061-23/+13
|\ \ \ \
| * | | | cache.h: flip NO_THE_INDEX_COMPATIBILITY_MACROS switchNguyễn Thái Ngọc Duy2019-01-241-3/+3
| * | | | read-cache.c: remove the_* from index_has_changes()Nguyễn Thái Ngọc Duy2019-01-141-3/+3
| * | | | sha1-name.c: remove implicit dependency on the_indexNguyễn Thái Ngọc Duy2019-01-141-1/+3
| * | | | read-cache.c: replace update_index_if_able with repo_&Nguyễn Thái Ngọc Duy2019-01-141-6/+0
| * | | | read-cache.c: kill read_index()Nguyễn Thái Ngọc Duy2019-01-141-8/+3
| * | | | repository.c: replace hold_locked_index() with repo_hold_locked_index()Nguyễn Thái Ngọc Duy2019-01-141-1/+1
| | |_|/ | |/| |
* | | | Merge branch 'tt/bisect-in-c'Junio C Hamano2019-02-061-0/+3
|\ \ \ \
| * | | | wrapper: move is_empty_file() and rename it as is_empty_or_missing_file()Pranit Bauva2019-01-021-0/+3
| |/ / /
* | | | Merge branch 'dt/cat-file-batch-ambiguous'Junio C Hamano2019-02-061-1/+19
|\ \ \ \
| * | | | Do not print 'dangling' for cat-file in case of ambiguityDavid Turner2019-01-181-1/+19
| | |/ / | |/| |
* | | | Merge branch 'jk/add-ignore-errors-bit-assignment-fix'Junio C Hamano2019-02-051-0/+1
|\ \ \ \
| * | | | add: use separate ADD_CACHE_RENORMALIZE flagJeff King2019-01-171-0/+1
* | | | | Merge branch 'bc/tree-walk-oid'Junio C Hamano2019-01-291-1/+1
|\ \ \ \ \
| * | | | | cache: make oidcpy always copy GIT_MAX_RAWSZ bytesbrian m. carlson2019-01-151-1/+1
| | |_|/ / | |/| | |
* | | | | Merge branch 'bc/sha-256'Junio C Hamano2019-01-291-18/+33
|\ \ \ \ \ | |_|_|/ / |/| | | |
| * | | | Add a base implementation of SHA-256 supportbrian m. carlson2018-11-141-3/+9
| * | | | sha1-file: add a constant for hash block sizebrian m. carlson2018-11-141-0/+4
| * | | | cache: make hashcmp and hasheq work with larger hashesbrian m. carlson2018-11-141-10/+12
| * | | | hex: introduce functions to print arbitrary hashesbrian m. carlson2018-11-141-6/+9
* | | | | 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