1388 Commits (b98712b9aa97f20a142ca3fcfd027c7b26642e3b)

Author SHA1 Message Date
Jeff King 47fe3f6ef0 nth_packed_object_offset: bounds-check extended offset 9 years ago
Patrick Steinhardt 3d1806487a config: rename git_config_set_or_die to git_config_set 9 years ago
Patrick Steinhardt 30598ad06f config: rename git_config_set to git_config_set_gently 9 years ago
Lars Schneider 473166b990 config: add 'origin_type' to config_source struct 9 years ago
Lars Schneider 7454ee3c62 rename git_config_from_buf to git_config_from_mem 9 years ago
Junio C Hamano 3e3a4a41b0 pager: factor out a helper to prepare a child process to run the pager 9 years ago
Patrick Steinhardt b4c8aba659 config: introduce set_or_die wrappers 9 years ago
Christian Couder dae6c322fa test-dump-untracked-cache: don't modify the untracked cache 9 years ago
Christian Couder 435ec090ec config: add core.untrackedCache 9 years ago
Jeff King ffd036b128 clean: make is_git_repository a public function 9 years ago
Jeff King 9a93c6686f avoid shifting signed integers 31 bits 9 years ago
Jeff King 9d98bbf578 pack-revindex: store entries directly in packed_git 9 years ago
Jeff King f4015337da pack-revindex: drop hash table 9 years ago
brian m. carlson 3e56e7245c sha1_file.c: introduce a null_oid constant 9 years ago
brian m. carlson b419aa25d5 sha1_file: introduce has_object_file helper. 9 years ago
David Turner eb33876c26 initdb: make safe_create_dir public 9 years ago
Atousa Pahlevan Duprat 001fd7a90b sha1: allow limiting the size of the data passed to SHA1_Update() 9 years ago
Atousa Pahlevan Duprat 3bc72fde3f sha1: provide another level of indirection for the SHA-1 functions 9 years ago
David Turner 41284eb0f9 name-hash: don't reuse cache_entry in dir_entry 9 years ago
Johannes Schindelin 38849a8116 sha1_file.c: add a function to release all packs 9 years ago
Jeff King 48bcc1c3cc add_packed_git: convert strcpy into xsnprintf 9 years ago
Jeff King af49c6d091 add reentrant variants of sha1_to_hex and find_unique_abbrev 9 years ago
Jeff King bb3788cebb add git_path_buf helper function 9 years ago
Max Kirillov 11f9dd7191 path: implement common_dir handling in git_pathdup_submodule() 9 years ago
Nguyễn Thái Ngọc Duy 895ff3b2c7 add and use a convenience macro ce_intent_to_add() 9 years ago
Jeff King add00ba2de date: make "local" orthogonal to date format 9 years ago
Junio C Hamano 12d6ce1dba write_file(): drop "fatal" parameter 9 years ago
Jeff King 9e9de18f1a config: silence warnings for command names with invalid keys 9 years ago
Dave Borowitz 9a549d4397 config.c: rename git_config_maybe_bool_text and export it as git_parse_maybe_bool 10 years ago
Junio C Hamano 0a489b0680 prepare_packed_git(): refactor garbage reporting in pack directory 10 years ago
Jeff King f932729cc7 memoize common git-path "constant" files 10 years ago
Jeff King 07e3070d2a path.c: drop git_path_submodule 10 years ago
Jeff King f5895fd399 cache.h: complete set of git_path_submodule helpers 10 years ago
Jeff King 69ddd231fe cache.h: clarify documentation for git_path, et al 10 years ago
Junio C Hamano cb5add5868 sha1_file.c: rename move_temp_to_file() to finalize_object_file() 10 years ago
Jeff King aa1462cc3d introduce "format" date-mode 10 years ago
Jeff King a5481a6c94 convert "enum date_mode" into a struct 10 years ago
Jeff King 067fbd4105 introduce "preciousObjects" repository extension 10 years ago
Jeff King 00a09d57eb introduce "extensions" form of core.repositoryformatversion 10 years ago
Michael Haggerty fb58c8d507 refs: move the remaining ref module declarations to refs.h 10 years ago
Michael Haggerty fc1c21689d delete_ref(): move declaration to refs.h 10 years ago
Erik Elfström 921bdd96af setup: sanity check file size in read_gitfile_gently 10 years ago
Mike Hommey 58d121b22b Allow to control where the replace refs are looked for 10 years ago
Erik Elfström a93bedada8 setup: add gentle version of read_gitfile 10 years ago
Jeff King 0eeb077be7 index-pack: avoid excessive re-reading of pack directory 10 years ago
Johannes Sixt 2024d31765 help.c: wrap wait-only poll() invocation in sleep_millisec() 10 years ago
David Turner c4ec96774b sha1_name: get_sha1_with_context learns to follow symlinks 10 years ago
Junio C Hamano 00b7cbfcb3 copy.c: make copy_fd() report its status silently 10 years ago
Karthik Nayak 46f034483e sha1_file: support reading from a loose object of unknown type 10 years ago
Paul Tan 846e5dfbab path.c: remove home_config_paths() 10 years ago