index
:
git
main
maint
master
next
seen
todo
Mirror of https://git.kernel.org/pub/scm/git/git.git/
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
builtin
/
fetch.c
(
follow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2024-12-23
Merge branch 'ps/build-sign-compare'
Junio C Hamano
1
-0
/
+3
2024-12-19
Merge branch 'bf/fetch-set-head-config'
Junio C Hamano
1
-6
/
+55
2024-12-19
Merge branch 'jc/set-head-symref-fix'
Junio C Hamano
1
-1
/
+19
2024-12-19
Merge branch 'bf/set-head-symref'
Junio C Hamano
1
-0
/
+74
2024-12-07
fetch: do not ask for HEAD unnecessarily
Junio C Hamano
1
-1
/
+19
2024-12-06
global: mark code units that generate warnings with `-Wsign-compare`
Patrick Steinhardt
1
-0
/
+3
2024-12-06
fetch set_head: add warn-if-not-$branch option
Bence Ferdinandy
1
-5
/
+11
2024-12-06
fetch set_head: move warn advice into advise_if_enabled
Bence Ferdinandy
1
-4
/
+13
2024-12-04
Merge branch 'ps/ref-backend-migration-optim'
Junio C Hamano
1
-2
/
+2
2024-12-02
fetch: add configuration for set_head behaviour
Bence Ferdinandy
1
-6
/
+40
2024-11-27
Merge branch 'bf/set-head-symref' into bf/fetch-set-head-config
Junio C Hamano
1
-0
/
+74
2024-11-25
fetch set_head: handle mirrored bare repositories
Bence Ferdinandy
1
-5
/
+11
2024-11-25
fetch: set remote/HEAD if it does not exist
Bence Ferdinandy
1
-0
/
+68
2024-11-22
Merge branch 'jk/fetch-prefetch-double-free-fix'
Junio C Hamano
1
-6
/
+2
2024-11-21
refs: allow passing flags when setting up a transaction
Patrick Steinhardt
1
-2
/
+2
2024-11-12
refspec: store raw refspecs inside refspec_item
Jeff King
1
-6
/
+2
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
[next]