371 Commits (31e8595a1132187f99792a4b889c2128cd9253ef)

Author SHA1 Message Date
Brandon Williams 8fa2915971 submodule: remove fetch.recursesubmodules from submodule-config parsing 8 years ago
Brandon Williams f20e7c1ea2 submodule: remove submodule.fetchjobs from submodule-config parsing 8 years ago
Stefan Beller e8906a9019 builtin/fetch cleanup: always set default value for submodule recursing 8 years ago
Jonathan Tan e83e71c5e1 sha1_file: refactor has_sha1_file_with_flags 8 years ago
Stefan Beller 8c69832d13 builtin/fetch: parse recurse-submodules-default at default options parsing 8 years ago
Stefan Beller 886dc154d8 builtin/fetch: factor submodule recurse parsing out to submodule config 8 years ago
Brandon Williams b2141fc1d2 config: don't include config.h by default 8 years ago
Stefan Beller 58f4203e7d builtin/fetch.c: respect 'submodule.recurse' option 8 years ago
Michael Haggerty 64da41993a ref_store: take a `msg` parameter when deleting references 8 years ago
brian m. carlson bc83266abe Convert lookup_commit* to struct object_id 8 years ago
Jeff King 1412f762e0 fetch: use heap buffer to format reflog 8 years ago
brian m. carlson 2eb80bcdcc submodule: convert check_for_new_submodule_commits to object_id 8 years ago
Johannes Schindelin e459b073fb remote rename: more carefully determine whether a remote is configured 8 years ago
Alex Henrie 6d87386532 clone,fetch: explain the shallow-clone option a little more clearly 8 years ago
Jonathan Tan 6cc823c5c1 fetch: do not redundantly calculate tag refmap 8 years ago
Junio C Hamano 11fd66de9b transport: allow summary-width to be computed dynamically 9 years ago
Junio C Hamano 901f3d403e fetch: pass summary_width down the callchain 9 years ago
Jeff King 5827a03545 fetch: use "quick" has_sha1_file for tag following 9 years ago
Junio C Hamano 65acfeacaa abbrev: add FALLBACK_DEFAULT_ABBREV to prepare for auto sizing 9 years ago
Jeff King 7043c7071c check_everything_connected: use a struct with named options 9 years ago
Nguyễn Thái Ngọc Duy bc437d1020 fetch: reduce duplicate in ref update status lines with placeholder 9 years ago
Nguyễn Thái Ngọc Duy 6bc91f23a6 fetch: align all "remote -> local" output 9 years ago
Nguyễn Thái Ngọc Duy 2cb040baa6 fetch: change flag code for displaying tag update and deleted ref 9 years ago
Nguyễn Thái Ngọc Duy d0b39a03cd fetch: refactor ref update status formatting code 9 years ago
Michael Haggerty c5f04dddb6 delete_refs(): add a flags argument 9 years ago
Keith McGuigan b7410f616e builtin/fetch.c: don't free remote->name after fetch 9 years ago
Nguyễn Thái Ngọc Duy cccf74e2da fetch, upload-pack: --deepen=N extends shallow boundary by N commits 9 years ago
Nguyễn Thái Ngọc Duy a45a260086 fetch: define shallow boundary with --shallow-exclude 9 years ago
Nguyễn Thái Ngọc Duy 508ea88226 fetch: define shallow boundary with --shallow-since 9 years ago
Nguyễn Thái Ngọc Duy 6da31d7f75 builtin/fetch.c: use error_errno() 9 years ago
Stefan Beller a028a1930c fetching submodules: respect `submodule.fetchJobs` config option 9 years ago
Jeff King 50a6c8efa2 use st_add and st_mult for allocation size computation 9 years ago
Thomas Gummerer 674468b364 remote: simplify remote_is_configured() 9 years ago
Eric Wong c915f11eb4 connect & http: support -4 and -6 switches for remote operations 9 years ago
Johannes Schindelin 0898c96281 fetch: release pack files before garbage-collecting 9 years ago
Johannes Schindelin ea56518dfe Handle more file writes correctly in shared repos 9 years ago
Stefan Beller 62104ba14a submodules: allow parallel fetching, add tests and documentation 9 years ago
brian m. carlson ed1c9977cb Remove get_object_hash. 9 years ago
brian m. carlson 7999b2cf77 Add several uses of get_object_hash. 9 years ago
brian m. carlson f4e54d02b8 Convert struct ref to use object_id. 9 years ago
Jeff King 6f687c21c0 use alloc_ref rather than hand-allocating "struct ref" 10 years ago
Jeff King bd22d4ffbc transport: use strbufs for status table "quickref" strings 10 years ago
Jeff King 2805bb5970 fetch: replace static buffer with xstrfmt 10 years ago
Heiko Voigt 027771fcb1 submodule: allow erroneous values for the fetchRecurseSubmodules option 10 years ago
Jeff King f932729cc7 memoize common git-path "constant" files 10 years ago
Michael Haggerty bc598c32ae get_remote_group(): use skip_prefix() 10 years ago
Michael Haggerty 5f65499fa2 get_remote_group(): eliminate superfluous call to strcspn() 10 years ago
Michael Haggerty e286542de0 get_remote_group(): rename local variable "space" to "wordlen" 10 years ago
Michael Haggerty c26f7d7b26 get_remote_group(): handle remotes with single-character names 10 years ago
Michael Haggerty a087b432a7 prune_refs(): use delete_refs() 10 years ago