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
/
remote.c
(
follow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2025-08-21
Merge branch 'ps/remote-rename-fix'
Junio C Hamano
1
-128
/
+217
2025-08-07
Merge branch 'dl/squelch-maybe-uninitialized'
Junio C Hamano
1
-4
/
+7
2025-08-06
builtin/remote: only iterate through refs that are to be renamed
Patrick Steinhardt
1
-9
/
+4
2025-08-06
builtin/remote: rework how remote refs get renamed
Patrick Steinhardt
1
-99
/
+197
2025-08-06
builtin/remote: determine whether refs need renaming early on
Patrick Steinhardt
1
-4
/
+8
2025-08-06
builtin/remote: fix sign comparison warnings
Patrick Steinhardt
1
-31
/
+23
2025-08-05
remote: bail early from set_head() if missing remote name
Jeff King
1
-4
/
+7
2025-08-04
Merge branch 'ps/config-wo-the-repository'
Junio C Hamano
1
-28
/
+28
2025-07-23
config: drop `git_config_set_multivar()` wrapper
Patrick Steinhardt
1
-10
/
+10
2025-07-23
config: drop `git_config_get_multivar_gently()` wrapper
Patrick Steinhardt
1
-2
/
+2
2025-07-23
config: drop `git_config_set()` wrapper
Patrick Steinhardt
1
-8
/
+8
2025-07-23
config: drop `git_config_set_gently()` wrapper
Patrick Steinhardt
1
-4
/
+4
2025-07-23
config: drop `git_config_get_string()` wrapper
Patrick Steinhardt
1
-1
/
+1
2025-07-23
config: drop `git_config()` wrapper
Patrick Steinhardt
1
-3
/
+3
2025-07-21
Merge branch 'jk/remote-avoid-overlapping-names'
Junio C Hamano
1
-0
/
+17
2025-07-16
Merge branch 'ph/fetch-prune-optim'
Junio C Hamano
1
-4
/
+1
2025-07-08
remote: detect collisions in remote names
Jeff King
1
-0
/
+17
2025-07-01
clean up interface for refs_warn_dangling_symrefs
Phil Hord
1
-4
/
+1
2025-07-01
fetch-prune: optimize dangling-ref reporting
Phil Hord
1
-2
/
+2
2025-07-01
odb: rename `has_object()`
Patrick Steinhardt
1
-2
/
+2
2025-07-01
object-store: rename files to "odb.{c,h}"
Patrick Steinhardt
1
-1
/
+1
2025-04-29
treewide: convert users of `repo_has_object_file()` to `has_object()`
Patrick Steinhardt
1
-1
/
+2
2025-04-24
Merge branch 'ps/object-file-cleanup' into ps/object-store-cleanup
Junio C Hamano
1
-1
/
+1
2025-04-15
object-store: merge "object-store-ll.h" and "object-store.h"
Patrick Steinhardt
1
-1
/
+1
2025-03-25
remote: allow `guess_remote_head()` to suppress advice
Justin Tobler
1
-1
/
+1
2025-03-05
Merge branch 'ps/path-sans-the-repository'
Junio C Hamano
1
-2
/
+4
2025-02-28
path: drop `git_path()` in favor of `repo_git_path()`
Patrick Steinhardt
1
-2
/
+4
2025-02-12
Merge branch 'ms/refspec-cleanup'
Junio C Hamano
1
-1
/
+1
2025-02-04
remote: rename function omit_name_by_refspec
Meet Soni
1
-1
/
+1
2025-02-03
Merge branch 'ps/3.0-remote-deprecation'
Junio C Hamano
1
-0
/
+2
2025-01-24
remote: announce removal of "branches/" and "remotes/"
Patrick Steinhardt
1
-0
/
+2
2025-01-21
Merge branch 'ps/the-repository'
Junio C Hamano
1
-1
/
+2
2024-12-23
Merge branch 'ps/build-sign-compare'
Junio C Hamano
1
-0
/
+2
2024-12-19
Merge branch 'bf/fetch-set-head-config'
Junio C Hamano
1
-1
/
+11
2024-12-19
Merge branch 'bf/set-head-symref'
Junio C Hamano
1
-18
/
+54
2024-12-18
progress: stop using `the_repository`
Patrick Steinhardt
1
-1
/
+2
2024-12-06
global: mark code units that generate warnings with `-Wsign-compare`
Patrick Steinhardt
1
-0
/
+2
2024-12-06
remote set-head: set followRemoteHEAD to "warn" if "always"
Bence Ferdinandy
1
-1
/
+11
2024-11-27
Merge branch 'bf/set-head-symref' into bf/fetch-set-head-config
Junio C Hamano
1
-18
/
+54
2024-11-26
builtin: pass repository to sub commands
Karthik Nayak
1
-12
/
+22
2024-11-25
refs: add create_only option to refs_update_symref_extended
Bence Ferdinandy
1
-1
/
+1
2024-11-25
remote set-head: better output for --auto
Bence Ferdinandy
1
-12
/
+47
2024-11-25
remote set-head: refactor for readability
Bence Ferdinandy
1
-11
/
+12
2024-11-25
t/t5505-remote: test failure of set-head
Bence Ferdinandy
1
-1
/
+1
2024-11-12
refspec: store raw refspecs inside refspec_item
Jeff King
1
-4
/
+4
2024-11-12
refspec: drop separate raw_nr count
Jeff King
1
-4
/
+4
2024-09-23
Merge branch 'jc/pass-repo-to-builtins'
Junio C Hamano
1
-1
/
+5
2024-09-13
builtin: remove USE_THE_REPOSITORY_VARIABLE from builtin.h
John Cai
1
-0
/
+1
2024-09-13
builtin: add a repository parameter for builtin functions
John Cai
1
-1
/
+4
2024-08-23
remote: plug memory leaks at early returns
René Scharfe
1
-8
/
+15
[next]