index
:
pub/scm/git/git.git
jch
main
maint
master
next
seen
todo
Git source code mirror
Junio C Hamano
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
builtin
/
fetch.c
Age
Commit message (
Expand
)
Author
Files
Lines
2024-11-12
refspec: drop separate raw_nr count
Jeff King
1
-1
/
+0
2024-11-12
fetch: adjust refspec->raw_nr when filtering prefetch refspecs
Jeff King
1
-0
/
+1
2024-11-04
doc: correct misleading descriptions for --shallow-exclude
Elijah Newren
1
-2
/
+2
2024-10-08
fetch: respect --server-option when fetching multiple remotes
Xing Xin
1
-0
/
+2
2024-09-25
fetch: free "raw" string when shrinking refspec
Jeff King
1
-0
/
+1
2024-09-23
Merge branch 'jc/pass-repo-to-builtins'
Junio C Hamano
1
-2
/
+5
2024-09-13
builtin: remove USE_THE_REPOSITORY_VARIABLE from builtin.h
John Cai
1
-1
/
+1
2024-09-13
builtin: add a repository parameter for builtin functions
John Cai
1
-1
/
+4
2024-09-05
drop trailing newline from warning/error/die messages
Jeff King
1
-2
/
+2
2024-09-03
Merge branch 'js/fetch-push-trace2-annotation'
Junio C Hamano
1
-1
/
+15
2024-08-22
fetch: add top-level trace2 regions
Josh Steadmon
1
-1
/
+15
2024-08-22
builtin/fetch: fix leaking transaction with `--atomic`
Patrick Steinhardt
1
-4
/
+4
2024-08-09
refs: add referent to each_ref_fn
John Cai
1
-1
/
+2
2024-06-20
Merge branch 'kn/update-ref-symref'
Junio C Hamano
1
-2
/
+2
2024-06-17
Merge branch 'ps/no-writable-strings'
Junio C Hamano
1
-3
/
+8
2024-06-07
refspec: remove global tag refspec structure
Patrick Steinhardt
1
-3
/
+8
2024-06-07
update-ref: add support for 'symref-delete' command
Karthik Nayak
1
-2
/
+2
2024-05-30
Merge branch 'ps/refs-without-the-repository-updates'
Junio C Hamano
1
-1
/
+2
2024-05-23
Merge branch 'kn/ref-transaction-symref' into kn/update-ref-symref
Junio C Hamano
1
-1
/
+1
2024-05-20
Merge branch 'kn/ref-transaction-symref'
Junio C Hamano
1
-1
/
+1
2024-05-17
refs: pass ref store when detecting dangling symrefs
Patrick Steinhardt
1
-1
/
+2
2024-05-07
cocci: apply rules to rewrite callers of "refs" interfaces
Patrick Steinhardt
1
-6
/
+14
2024-05-07
refs: accept symref values in `ref_transaction_update()`
Karthik Nayak
1
-1
/
+1
2024-04-15
Merge branch 'ds/fetch-config-parse-microfix'
Junio C Hamano
1
-0
/
+1
2024-04-05
fetch: return when parsing submodule.recurse
Derrick Stolee
1
-0
/
+1
2024-03-11
Merge branch 'js/merge-base-with-missing-commit'
Junio C Hamano
1
-0
/
+2
2024-02-28
commit-reach(repo_in_merge_bases_many): report missing commits
Johannes Schindelin
1
-0
/
+2
2024-02-26
fetch: convert strncmp() with strlen() to starts_with()
René Scharfe
1
-3
/
+2
2024-01-19
Merge branch 'tb/fetch-all-configuration'
Junio C Hamano
1
-1
/
+16
2024-01-08
Merge branch 'en/header-cleanup'
Junio C Hamano
1
-2
/
+0
2024-01-08
fetch: add new config option fetch.all
Tamino Bauknecht
1
-1
/
+16
2023-12-26
treewide: remove unnecessary includes in source files
Elijah Newren
1
-2
/
+0
2023-12-18
fetch: no redundant error message for atomic fetch
Jiang Xin
1
-5
/
+9
2023-09-13
Merge branch 'jk/unused-post-2.42-part2'
Junio C Hamano
1
-2
/
+2
2023-09-05
parse-options: prefer opt->value to globals in callbacks
Jeff King
1
-2
/
+2
2023-08-29
fetch: mark unused parameter in ref_transaction callback
Jeff King
1
-1
/
+1
2023-07-27
Merge branch 'jc/transport-parseopt-fix'
Junio C Hamano
1
-4
/
+1
2023-07-18
parse-options: introduce OPT_IPVERSION()
Junio C Hamano
1
-4
/
+1
2023-07-06
Merge branch 'gc/config-context'
Junio C Hamano
1
-5
/
+8
2023-06-28
config: pass kvi to die_bad_number()
Glen Choo
1
-2
/
+2
2023-06-28
config: add ctx arg to config_fn_t
Glen Choo
1
-3
/
+6
2023-06-21
object-store-ll.h: split this header out of object-store.h
Elijah Newren
1
-1
/
+1
2023-06-21
repository: remove unnecessary include of path.h
Elijah Newren
1
-0
/
+1
2023-06-21
cache.h: remove this no-longer-used header
Elijah Newren
1
-2
/
+1
2023-05-17
fetch: use `fetch_config` to store "submodule.fetchJobs" value
Patrick Steinhardt
1
-5
/
+6
2023-05-17
fetch: use `fetch_config` to store "fetch.parallel" value
Patrick Steinhardt
1
-7
/
+8
2023-05-17
fetch: use `fetch_config` to store "fetch.recurseSubmodules" value
Patrick Steinhardt
1
-15
/
+16
2023-05-17
fetch: use `fetch_config` to store "fetch.showForcedUpdates" value
Patrick Steinhardt
1
-14
/
+21
2023-05-17
fetch: use `fetch_config` to store "fetch.pruneTags" value
Patrick Steinhardt
1
-4
/
+5
2023-05-17
fetch: use `fetch_config` to store "fetch.prune" value
Patrick Steinhardt
1
-4
/
+5
[prev]
[next]