aboutsummaryrefslogtreecommitdiffstats
path: root/builtin/remote.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2025-08-21Merge branch 'ps/remote-rename-fix'Junio C Hamano1-128/+217
2025-08-07Merge branch 'dl/squelch-maybe-uninitialized'Junio C Hamano1-4/+7
2025-08-06builtin/remote: only iterate through refs that are to be renamedPatrick Steinhardt1-9/+4
2025-08-06builtin/remote: rework how remote refs get renamedPatrick Steinhardt1-99/+197
2025-08-06builtin/remote: determine whether refs need renaming early onPatrick Steinhardt1-4/+8
2025-08-06builtin/remote: fix sign comparison warningsPatrick Steinhardt1-31/+23
2025-08-05remote: bail early from set_head() if missing remote nameJeff King1-4/+7
2025-08-04Merge branch 'ps/config-wo-the-repository'Junio C Hamano1-28/+28
2025-07-23config: drop `git_config_set_multivar()` wrapperPatrick Steinhardt1-10/+10
2025-07-23config: drop `git_config_get_multivar_gently()` wrapperPatrick Steinhardt1-2/+2
2025-07-23config: drop `git_config_set()` wrapperPatrick Steinhardt1-8/+8
2025-07-23config: drop `git_config_set_gently()` wrapperPatrick Steinhardt1-4/+4
2025-07-23config: drop `git_config_get_string()` wrapperPatrick Steinhardt1-1/+1
2025-07-23config: drop `git_config()` wrapperPatrick Steinhardt1-3/+3
2025-07-21Merge branch 'jk/remote-avoid-overlapping-names'Junio C Hamano1-0/+17
2025-07-16Merge branch 'ph/fetch-prune-optim'Junio C Hamano1-4/+1
2025-07-08remote: detect collisions in remote namesJeff King1-0/+17
2025-07-01clean up interface for refs_warn_dangling_symrefsPhil Hord1-4/+1
2025-07-01fetch-prune: optimize dangling-ref reportingPhil Hord1-2/+2
2025-07-01odb: rename `has_object()`Patrick Steinhardt1-2/+2
2025-07-01object-store: rename files to "odb.{c,h}"Patrick Steinhardt1-1/+1
2025-04-29treewide: convert users of `repo_has_object_file()` to `has_object()`Patrick Steinhardt1-1/+2
2025-04-24Merge branch 'ps/object-file-cleanup' into ps/object-store-cleanupJunio C Hamano1-1/+1
2025-04-15object-store: merge "object-store-ll.h" and "object-store.h"Patrick Steinhardt1-1/+1
2025-03-25remote: allow `guess_remote_head()` to suppress adviceJustin Tobler1-1/+1
2025-03-05Merge branch 'ps/path-sans-the-repository'Junio C Hamano1-2/+4
2025-02-28path: drop `git_path()` in favor of `repo_git_path()`Patrick Steinhardt1-2/+4
2025-02-12Merge branch 'ms/refspec-cleanup'Junio C Hamano1-1/+1
2025-02-04remote: rename function omit_name_by_refspecMeet Soni1-1/+1
2025-02-03Merge branch 'ps/3.0-remote-deprecation'Junio C Hamano1-0/+2
2025-01-24remote: announce removal of "branches/" and "remotes/"Patrick Steinhardt1-0/+2
2025-01-21Merge branch 'ps/the-repository'Junio C Hamano1-1/+2
2024-12-23Merge branch 'ps/build-sign-compare'Junio C Hamano1-0/+2
2024-12-19Merge branch 'bf/fetch-set-head-config'Junio C Hamano1-1/+11
2024-12-19Merge branch 'bf/set-head-symref'Junio C Hamano1-18/+54
2024-12-18progress: stop using `the_repository`Patrick Steinhardt1-1/+2
2024-12-06global: mark code units that generate warnings with `-Wsign-compare`Patrick Steinhardt1-0/+2
2024-12-06remote set-head: set followRemoteHEAD to "warn" if "always"Bence Ferdinandy1-1/+11
2024-11-27Merge branch 'bf/set-head-symref' into bf/fetch-set-head-configJunio C Hamano1-18/+54
2024-11-26builtin: pass repository to sub commandsKarthik Nayak1-12/+22
2024-11-25refs: add create_only option to refs_update_symref_extendedBence Ferdinandy1-1/+1
2024-11-25remote set-head: better output for --autoBence Ferdinandy1-12/+47
2024-11-25remote set-head: refactor for readabilityBence Ferdinandy1-11/+12
2024-11-25t/t5505-remote: test failure of set-headBence Ferdinandy1-1/+1
2024-11-12refspec: store raw refspecs inside refspec_itemJeff King1-4/+4
2024-11-12refspec: drop separate raw_nr countJeff King1-4/+4
2024-09-23Merge branch 'jc/pass-repo-to-builtins'Junio C Hamano1-1/+5
2024-09-13builtin: remove USE_THE_REPOSITORY_VARIABLE from builtin.hJohn Cai1-0/+1
2024-09-13builtin: add a repository parameter for builtin functionsJohn Cai1-1/+4
2024-08-23remote: plug memory leaks at early returnsRené Scharfe1-8/+15