index
:
git
gitk-resize-error
main
Fork of git SCM with my patches.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
builtin
/
fetch.c
Age
Commit message (
Expand
)
Author
2024-09-23
Merge branch 'jc/pass-repo-to-builtins'
Junio C Hamano
2024-09-13
builtin: remove USE_THE_REPOSITORY_VARIABLE from builtin.h
John Cai
2024-09-13
builtin: add a repository parameter for builtin functions
John Cai
2024-09-05
drop trailing newline from warning/error/die messages
Jeff King
2024-09-03
Merge branch 'js/fetch-push-trace2-annotation'
Junio C Hamano
2024-08-22
fetch: add top-level trace2 regions
Josh Steadmon
2024-08-22
builtin/fetch: fix leaking transaction with `--atomic`
Patrick Steinhardt
2024-08-09
refs: add referent to each_ref_fn
John Cai
2024-06-20
Merge branch 'kn/update-ref-symref'
Junio C Hamano
2024-06-17
Merge branch 'ps/no-writable-strings'
Junio C Hamano
2024-06-07
refspec: remove global tag refspec structure
Patrick Steinhardt
2024-06-07
update-ref: add support for 'symref-delete' command
Karthik Nayak
2024-05-30
Merge branch 'ps/refs-without-the-repository-updates'
Junio C Hamano
2024-05-23
Merge branch 'kn/ref-transaction-symref' into kn/update-ref-symref
Junio C Hamano
2024-05-20
Merge branch 'kn/ref-transaction-symref'
Junio C Hamano
2024-05-17
refs: pass ref store when detecting dangling symrefs
Patrick Steinhardt
2024-05-07
cocci: apply rules to rewrite callers of "refs" interfaces
Patrick Steinhardt
2024-05-07
refs: accept symref values in `ref_transaction_update()`
Karthik Nayak
2024-04-15
Merge branch 'ds/fetch-config-parse-microfix'
Junio C Hamano
2024-04-05
fetch: return when parsing submodule.recurse
Derrick Stolee
2024-03-11
Merge branch 'js/merge-base-with-missing-commit'
Junio C Hamano
2024-02-28
commit-reach(repo_in_merge_bases_many): report missing commits
Johannes Schindelin
2024-02-26
fetch: convert strncmp() with strlen() to starts_with()
René Scharfe
2024-01-19
Merge branch 'tb/fetch-all-configuration'
Junio C Hamano
2024-01-08
Merge branch 'en/header-cleanup'
Junio C Hamano
2024-01-08
fetch: add new config option fetch.all
Tamino Bauknecht
2023-12-26
treewide: remove unnecessary includes in source files
Elijah Newren
2023-12-18
fetch: no redundant error message for atomic fetch
Jiang Xin
2023-09-13
Merge branch 'jk/unused-post-2.42-part2'
Junio C Hamano
2023-09-05
parse-options: prefer opt->value to globals in callbacks
Jeff King
2023-08-29
fetch: mark unused parameter in ref_transaction callback
Jeff King
2023-07-27
Merge branch 'jc/transport-parseopt-fix'
Junio C Hamano
2023-07-18
parse-options: introduce OPT_IPVERSION()
Junio C Hamano
2023-07-06
Merge branch 'gc/config-context'
Junio C Hamano
2023-06-28
config: pass kvi to die_bad_number()
Glen Choo
2023-06-28
config: add ctx arg to config_fn_t
Glen Choo
2023-06-21
object-store-ll.h: split this header out of object-store.h
Elijah Newren
2023-06-21
repository: remove unnecessary include of path.h
Elijah Newren
2023-06-21
cache.h: remove this no-longer-used header
Elijah Newren
2023-05-17
fetch: use `fetch_config` to store "submodule.fetchJobs" value
Patrick Steinhardt
2023-05-17
fetch: use `fetch_config` to store "fetch.parallel" value
Patrick Steinhardt
2023-05-17
fetch: use `fetch_config` to store "fetch.recurseSubmodules" value
Patrick Steinhardt
2023-05-17
fetch: use `fetch_config` to store "fetch.showForcedUpdates" value
Patrick Steinhardt
2023-05-17
fetch: use `fetch_config` to store "fetch.pruneTags" value
Patrick Steinhardt
2023-05-17
fetch: use `fetch_config` to store "fetch.prune" value
Patrick Steinhardt
2023-05-17
fetch: pass through `fetch_config` directly
Patrick Steinhardt
2023-05-17
fetch: drop unneeded NULL-check for `remote_ref`
Patrick Steinhardt
2023-05-17
fetch: drop unused DISPLAY_FORMAT_UNKNOWN enum value
Patrick Steinhardt
2023-05-15
Merge branch 'ps/fetch-output-format'
Junio C Hamano
2023-05-10
fetch: introduce machine-parseable "porcelain" output format
Patrick Steinhardt
[next]