1948 Commits (3d11275505694ce4e5256516de1c5dd90e749303)

Author SHA1 Message Date
Jeff King 3d42034a18 show_date_relative(): drop unused "tz" parameter 6 years ago
Nguyễn Thái Ngọc Duy f8adbec9fe cache.h: flip NO_THE_INDEX_COMPATIBILITY_MACROS switch 6 years ago
David Turner d1dd94b308 Do not print 'dangling' for cat-file in case of ambiguity 6 years ago
Linus Torvalds acdd37769d Add 'human' date format 6 years ago
Jeff King 9e5da3d055 add: use separate ADD_CACHE_RENORMALIZE flag 6 years ago
brian m. carlson 974e4a85e3 cache: make oidcpy always copy GIT_MAX_RAWSZ bytes 6 years ago
Nguyễn Thái Ngọc Duy 150fe065f7 read-cache.c: remove the_* from index_has_changes() 6 years ago
Nguyễn Thái Ngọc Duy 3a7a698e93 sha1-name.c: remove implicit dependency on the_index 6 years ago
Nguyễn Thái Ngọc Duy 1b0d968b34 read-cache.c: replace update_index_if_able with repo_& 6 years ago
Nguyễn Thái Ngọc Duy e1ff0a32e4 read-cache.c: kill read_index() 6 years ago
Nguyễn Thái Ngọc Duy 3a95f31d1c repository.c: replace hold_locked_index() with repo_hold_locked_index() 6 years ago
Jeff King 00a7760e81 sha1-file: modernize loose header/stream functions 6 years ago
Jeff King c93206b412 update comment references to sha1_object_info() 6 years ago
Thomas Gummerer 6fdc205722 read-cache: add invalidate parameter to remove_marked_cache_entries 6 years ago
Thomas Gummerer b702dd12d5 entry: factor out unlink_entry function 6 years ago
Pranit Bauva e3b1e3bdc0 wrapper: move is_empty_file() and rename it as is_empty_or_missing_file() 6 years ago
Stefan Beller ff509c585e t/helper/test-repository: celebrate independence from the_repository 6 years ago
brian m. carlson 13eeedb5d1 Add a base implementation of SHA-256 support 6 years ago
brian m. carlson a2ce0a7526 sha1-file: add a constant for hash block size 6 years ago
brian m. carlson 0dab7129ab cache: make hashcmp and hasheq work with larger hashes 6 years ago
brian m. carlson 47edb64997 hex: introduce functions to print arbitrary hashes 6 years ago
Nguyễn Thái Ngọc Duy 0f086e6dca checkout: print something when checking out paths 6 years ago
Johannes Schindelin bdfbb0ea93 config: move Windows-specific config settings into compat/mingw.c 6 years ago
Ben Peart 99ce720c33 speed up refresh_index() by utilizing preload_index() 6 years ago
Nguyễn Thái Ngọc Duy 58b284a2e9 worktree: add per-worktree config files 6 years ago
SZEDER Gábor 5581a019ba split-index: smudge and add racily clean cache entries to split index 7 years ago
Antonio Ospite b5c259f226 submodule: add a helper to check if it is safe to write to .gitmodules 7 years ago
Nguyễn Thái Ngọc Duy 26d024ecf0 ws.c: remove implicit dependency on the_index 7 years ago
Nguyễn Thái Ngọc Duy 58bf2a4cc7 sha1-file.c: remove implicit dependency on the_index 7 years ago
Nguyễn Thái Ngọc Duy 7e196c3a28 merge.c: remove implicit dependency on the_index 7 years ago
Nguyễn Thái Ngọc Duy 92a1bf5a58 read-cache.c: remove 'const' from index_has_changes() 7 years ago
Nguyễn Thái Ngọc Duy ae9af12287 status: show progress bar if refreshing the index takes too long 7 years ago
Jeff King e3ff0683e2 convert "hashcmp() == 0" to hasheq() 7 years ago
Jeff King 4a7e27e957 convert "oidcmp() == 0" to oideq() 7 years ago
Jeff King 14438c4497 introduce hasheq() and oideq() 7 years ago
Jeff King 183a638b7d hashcmp: assert constant hash size 7 years ago
Duy Nguyen b878579ae7 clone: report duplicate entries on case-insensitive filesystems 7 years ago
Elijah Newren e730b81df6 Move definition of enum branch_track from cache.h to branch.h 7 years ago
Jeff King 0889aae1cd for_each_*_object: move declarations to object-store.h 7 years ago
Jeff King 736eb88fdc for_each_packed_object: support iterating in pack-order 7 years ago
Jeff King 8b36155190 for_each_*_object: give more comprehensive docstrings 7 years ago
Jeff King a7ff6f5a0f for_each_*_object: take flag arguments as enum 7 years ago
Jeff King 202e7f1e16 for_each_*_object: store flag definitions in a single location 7 years ago
Alban Gruin 2aed01811d editor: add a function to launch the sequence editor 7 years ago
Johannes Schindelin 58930fdb19 cache.h: extract enum declaration from inside a struct declaration 7 years ago
Jeff King 6ebd1cafe2 check_replace_refs: rename to read_replace_refs 7 years ago
Jeff King 72470aa38a check_replace_refs: fix outdated comment 7 years ago
Jonathan Tan dade47c06c commit-graph: add repo arg to graph readers 7 years ago
brian m. carlson 509f6f62a4 cache: update object ID functions for the_hash_algo 7 years ago
Elijah Newren e1f8694f33 merge-recursive: fix assumption that head tree being merged is HEAD 7 years ago