1974 Commits (2638e33c825eb56260ad53be6b45bf31c1897ce9)

Author SHA1 Message Date
Derrick Stolee 1fd9ae517c repository: add repo reference to index_state 4 years ago
Patrick Steinhardt d8d77153ea config: allow specifying config entries via envvar pairs 4 years ago
brian m. carlson be6e0daee7 abspath: add a function to resolve paths with missing components 4 years ago
Jeff King 3fa6f2aa57 cache.h: move hash/oid functions to hash.h 4 years ago
Matheus Tavares eb3c027e17 apply: don't use core.sharedRepository to create working tree files 4 years ago
Han-Wen Nienhuys a76b138daa move sleep_millisec to git-compat-util.h 4 years ago
brian m. carlson 47ac970309 builtin/clone: avoid failure with GIT_DEFAULT_HASH 4 years ago
Jonathan Tan f24c30e0b6 wt-status: tolerate dangling marks 4 years ago
Jonathan Tan a4f66a7876 sha1-name: replace unsigned int with option struct 4 years ago
Jeff King 9a53219f69 config: drop git_config_get_string_const() 4 years ago
Jeff King ec91ffca04 verify_repository_format(): complain about new extensions in v0 repo 5 years ago
Jonathan Nieder 62f2eca606 repository: allow repository format upgrade with extensions 5 years ago
Johannes Schindelin 32ba12dab2 init: allow specifying the initial branch name for the new repository 5 years ago
Xin Li 16af5f1abb repository: add a helper function to perform repository format upgrade 5 years ago
Jeff King fe299ec5ae oid_array: rename source file from sha1-array 5 years ago
brian m. carlson c397aac02f convert: provide additional metadata to filters 5 years ago
Alexandr Miloslavskiy 4530a85b4c real_path_if_valid(): remove unsafe API 5 years ago
Alexandr Miloslavskiy 3d7747e318 real_path: remove unsafe API 5 years ago
Alexandr Miloslavskiy 0915a5b4cd set_git_dir: fix crash when used with real_path() 5 years ago
brian m. carlson efa7ae36c1 init-db: move writing repo version into a function 5 years ago
brian m. carlson 8b8f7189df builtin/init-db: allow specifying hash algorithm on command line 5 years ago
brian m. carlson cfe3917c85 setup: allow check_repository_format to read repository format 5 years ago
brian m. carlson 61e2a70ff2 hex: add functions to parse hex object IDs in any algorithm 5 years ago
brian m. carlson dadacf10dc hex: introduce parsing variants taking hash algorithms 5 years ago
Matheus Tavares b98d188581 sha1-file: allow check_object_signature() to handle any repo 5 years ago
Kevin Willford 56c6910028 fsmonitor: change last update timestamp on the index_state to opaque token 5 years ago
Derrick Stolee 44143583b7 sparse-checkout: use extern for global variables 5 years ago
Derrick Stolee 4dcd4def3c unpack-trees: add progress to clear_ce_flags() 5 years ago
Derrick Stolee 879321eb0b sparse-checkout: add 'cone' mode 5 years ago
Heba Waly 13aa9c8b70 cache: move doc to cache.h 5 years ago
Jeff King b19f3fe9dd hex: drop sha1_to_hex() 5 years ago
Jeff King aa6d7f93ed hex: drop sha1_to_hex_r() 5 years ago
Johannes Schindelin c097b95a26 msvc: avoid using minus operator on unsigned types 5 years ago
Thomas Gummerer 22184497a3 factor out refresh_and_write_cache function 5 years ago
Stephen P. Smith 29f4332e66 Quit passing 'now' to date code 5 years ago
brian m. carlson 8d4d86b0f0 cache: remove null_sha1 5 years ago
Matthew DeVore 5a133e8a7f list-objects-filter-options: clean up use of ALLOC_GROW 6 years ago
Nguyễn Thái Ngọc Duy 90d3405196 match-trees.c: remove the_repo from shift_tree*() 6 years ago
Nguyễn Thái Ngọc Duy d3b4705ab8 sha1-file.c: remove the_repo from read_object_with_reference() 6 years ago
Christian Couder 4ca9474efa Move core_partial_clone_filter_default to promisor-remote.c 6 years ago
Christian Couder 60b7a92d84 Move repository_format_partial_clone to promisor-remote.c 6 years ago
SZEDER Gábor cd1096b282 pager: add a helper function to clear the last line in the terminal 6 years ago
Jeff King c0566d78aa hash.h: move object_id definition from cache.h 6 years ago
Johannes Schindelin d4c0a3ac78 fill_stat_cache_info(): prepare for an fsmonitor fix 6 years ago
Johannes Schindelin 398a3b0899 fsmonitor: force a refresh after the index was discarded 6 years ago
Denton Liu ad6dad0996 *.[ch]: manually align parameter lists 6 years ago
Denton Liu b199d7147a *.[ch]: remove extern from function declarations using sed 6 years ago
Denton Liu 554544276a *.[ch]: remove extern from function declarations using spatch 6 years ago
Nguyễn Thái Ngọc Duy 0daf7ff6c0 sha1-name.c: remove the_repo from get_oid_mb() 6 years ago
Nguyễn Thái Ngọc Duy 2b1790f5ab sha1-name.c: remove the_repo from get_oid_1() 6 years ago