8472 Commits (31e8595a1132187f99792a4b889c2128cd9253ef)

Author SHA1 Message Date
René Scharfe a91cc7fad0 strbuf: add and use strbuf_insertstr() 5 years ago
Heba Waly 887a0fd573 add: change advice config variables used by the add API 5 years ago
René Scharfe 079f970971 name-rev: sort tip names before applying 5 years ago
René Scharfe 2d53975488 name-rev: release unused name strings 5 years ago
René Scharfe 977dc1912b name-rev: generate name strings only if they are better 5 years ago
René Scharfe 1c56fc2084 name-rev: pre-size buffer in get_parent_name() 5 years ago
René Scharfe ddc42ec786 name-rev: factor out get_parent_name() 5 years ago
René Scharfe f13ca7cef5 name-rev: put struct rev_name into commit slab 5 years ago
René Scharfe d689d6d82f name-rev: don't _peek() in create_or_update_name() 5 years ago
René Scharfe 15a4205d96 name-rev: don't leak path copy in name_ref() 5 years ago
René Scharfe 36d2419c9a name-rev: respect const qualifier 5 years ago
René Scharfe 71620ca86c name-rev: remove unused typedef 5 years ago
Martin Ågren 3e2feb0d64 name-rev: rewrite create_or_update_name() 5 years ago
Jeff King a21781011f index-pack: downgrade twice-resolved REF_DELTA to die() 5 years ago
Taylor Blau a7df60cac8 commit-graph.h: use odb in 'load_commit_graph_one_fd_st' 5 years ago
Taylor Blau ad2dd5bb63 commit-graph.c: remove path normalization, comparison 5 years ago
Taylor Blau 13c2499249 commit-graph.h: store object directory in 'struct commit_graph' 5 years ago
Taylor Blau 0bd52e27e3 commit-graph.h: store an odb in 'struct write_commit_graph_context' 5 years ago
Derrick Stolee e53ffe2704 sparse-checkout: escape all glob characters on write 5 years ago
Derrick Stolee e55682ea26 sparse-checkout: use C-style quotes in 'list' subcommand 5 years ago
Derrick Stolee bd64de42de sparse-checkout: unquote C-style strings over --stdin 5 years ago
Derrick Stolee d585f0e799 sparse-checkout: write escaped patterns in cone mode 5 years ago
Junio C Hamano 145136a95a C: use skip_prefix() to avoid hardcoded string length 5 years ago
Matheus Tavares b98d188581 sha1-file: allow check_object_signature() to handle any repo 5 years ago
Matheus Tavares 2dcde20e1c sha1-file: pass git_hash_algo to hash_object_file() 5 years ago
Matheus Tavares c8123e72f6 streaming: allow open_istream() to handle any repo 5 years ago
Jonathan Tan 2df1aa239c fetch: forgo full connectivity check if --filter 5 years ago
Jonathan Tan 50033772d5 connected: verify promisor-ness of partial clone 5 years ago
Philippe Blain c56c48dd07 grep: ignore --recurse-submodules if --no-index is given 5 years ago
Peter Kaestle 3b2885ec9b submodule: fix status of initialized but not cloned submodules 5 years ago
Derrick Stolee 47dbf10d8a clone: fix --sparse option with URLs 5 years ago
Derrick Stolee 3c754067a1 sparse-checkout: create leading directories 5 years ago
Matthew Rogers 329e6ec397 config: fix typo in variable name 5 years ago
Alban Gruin 767a9c417e rebase -i: stop checking out the tip of the branch to rebase 5 years ago
Jeff King 92fb0db94c pack-objects: add checks for duplicate objects 5 years ago
Jeff King bb514de356 pack-objects: improve partial packfile reuse 5 years ago
Jeff King ff483026a9 builtin/pack-objects: introduce obj_is_packed() 5 years ago
Jeff King e704fc7978 pack-objects: introduce pack.allowPackReuse 5 years ago
Elijah Newren 22a69fda19 git-rebase.txt: update description of --allow-empty-message 5 years ago
Matheus Tavares f1928f04b2 grep: use no. of cores as the default no. of threads 5 years ago
Matheus Tavares 70a9fef240 grep: move driver pre-load out of critical section 5 years ago
Matheus Tavares 1184a95ea2 grep: re-enable threads in non-worktree case 5 years ago
Matheus Tavares 6c307626f1 grep: protect packed_git [re-]initialization 5 years ago
Matheus Tavares c441ea4edc grep: allow submodule functions to run in parallel 5 years ago
Matheus Tavares d7992421e1 submodule-config: add skip_if_read option to repo_read_gitmodules() 5 years ago
Matheus Tavares 1d1729caeb grep: replace grep_read_mutex by internal obj read lock 5 years ago
Matheus Tavares d5b0bac528 grep: fix racy calls in grep_objects() 5 years ago
Matheus Tavares faf123c730 grep: fix race conditions at grep_submodule() 5 years ago
Hans Jerry Illikainen 54887b4689 gpg-interface: add minTrustLevel as a configuration option 5 years ago
Heba Waly bf66db37f1 add: use advise function to display hints 5 years ago