summaryrefslogtreecommitdiff
path: root/builtin/fetch.c
AgeCommit message (Expand)Author
2020-09-06refspec: add and use refspec_appendf()René Scharfe
2020-09-03Merge branch 'jt/lazy-fetch'Junio C Hamano
2020-09-02fetch: no FETCH_HEAD display if --no-write-fetch-headJonathan Tan
2020-08-27Merge branch 'jk/leakfix'Junio C Hamano
2020-08-18fetch: only populate existing_refs if neededJonathan Tan
2020-08-18fetch: avoid reading submodule config until neededJonathan Tan
2020-08-18fetch: allow refspecs specified through stdinJonathan Tan
2020-08-18fetch: optionally allow disabling FETCH_HEAD updateJunio C Hamano
2020-08-14config: fix leaks from git_config_get_string_const()Jeff King
2020-07-31strvec: rename struct fieldsJeff King
2020-07-28strvec: fix indentation in renamed callsJeff King
2020-07-28strvec: convert builtin/ callers away from argv_array nameJeff King
2020-07-28strvec: rename files from argv-array to strvecJeff King
2020-06-29Merge branch 'xl/upgrade-repo-format'Junio C Hamano
2020-06-18Merge branch 'js/reflog-anonymize-for-clone-and-fetch'Junio C Hamano
2020-06-05fetch: allow adding a filter after initial cloneXin Li
2020-06-04clone/fetch: anonymize URLs in the reflogJohannes Schindelin
2020-05-13Merge branch 'jc/auto-gc-quiet'Junio C Hamano
2020-05-13Merge branch 'tb/shallow-cleanup'Junio C Hamano
2020-05-07auto-gc: extract a reusable helper from "git fetch"Junio C Hamano
2020-04-30shallow: extract a header file for shallow-related functionsTaylor Blau
2020-04-28Use OPT_CALLBACK and OPT_CALLBACK_FDenton Liu
2020-04-22Merge branch 'jt/connectivity-check-optim-in-partial-clone'Junio C Hamano
2020-03-29connected: always use partial clone optimizationJonathan Tan
2020-03-02Merge branch 'ds/partial-clone-fixes'Junio C Hamano
2020-02-22partial-clone: avoid fetching when looking for objectsDerrick Stolee
2020-02-14Merge branch 'tb/commit-graph-object-dir'Junio C Hamano
2020-02-04commit-graph.h: store an odb in 'struct write_commit_graph_context'Taylor Blau
2020-01-30fetch: forgo full connectivity check if --filterJonathan Tan
2020-01-06Merge branch 'ds/commit-graph-set-size-mult'Junio C Hamano
2020-01-02commit-graph: prefer default size_mult when given zeroDerrick Stolee
2019-12-06Merge branch 'rs/use-skip-prefix-more'Junio C Hamano
2019-12-01Merge branch 'jt/fetch-remove-lazy-fetch-plugging'Junio C Hamano
2019-12-01Merge branch 'en/doc-typofix'Junio C Hamano
2019-12-01Merge branch 'js/fetch-multi-lockfix'Junio C Hamano
2019-12-01Merge branch 'rt/fetch-message-fix'Junio C Hamano
2019-11-27fetch: use skip_prefix() instead of starts_with()René Scharfe
2019-11-10Fix spelling errors in code commentsElijah Newren
2019-11-08fetch: remove fetch_if_missing=0Jonathan Tan
2019-11-06fetch: avoid locking issues between fetch.jobs/fetch.writeCommitGraphJohannes Schindelin
2019-11-06fetch: add the command-line option `--write-commit-graph`Johannes Schindelin
2019-11-02fetch.c: fix typo in a warning messageRalf Thielow
2019-10-24fetch: delay fetch_if_missing=0 until after configJonathan Tan
2019-10-15Merge branch 'js/trace2-fetch-push'Junio C Hamano
2019-10-15Merge branch 'ew/hashmap'Junio C Hamano
2019-10-15Merge branch 'js/fetch-jobs'Junio C Hamano
2019-10-07Merge branch 'ms/fetch-follow-tag-optim'Junio C Hamano
2019-10-07hashmap_entry: remove first member requirement from docsEric Wong
2019-10-07hashmap: introduce hashmap_free_entriesEric Wong
2019-10-07hashmap_cmp_fn takes hashmap_entry paramsEric Wong