summaryrefslogtreecommitdiffstats
path: root/remote.c
AgeCommit message (Expand)AuthorLines
4 daysMerge branch 'ds/fetch-negotiation-options' into jchJunio C Hamano-0/+12
4 daysMerge branch 'ua/push-remote-group' (early part) into jchJunio C Hamano-0/+37
5 daysremote: add negotiationRequire config as default for --negotiation-requireDerrick Stolee-0/+6
5 daysremote: add remote.*.negotiationRestrict configDerrick Stolee-0/+6
2026-03-31odb: rename `odb_has_object()` flagsPatrick Steinhardt-1/+1
2026-03-25remote: move remote group resolution to remote.cUsman Akinyemi-0/+37
2026-03-12Merge branch 'hn/status-compare-with-push'Junio C Hamano-37/+141
2026-02-26status: add status.compareBranches config for multiple branch comparisonsHarald Nordgren-28/+118
2026-02-26refactor format_branch_comparison in preparationHarald Nordgren-34/+48
2026-02-13Merge branch 'ps/commit-list-functions-renamed'Junio C Hamano-1/+1
2026-02-05Merge branch 'jk/remote-tracking-ref-leakfix'Junio C Hamano-10/+14
2026-01-20Merge branch 'jk/remote-tracking-ref-leakfix' into hn/status-compare-with-pushJunio C Hamano-10/+14
2026-01-19remote: always allocate branch.push_tracking_refJeff King-3/+4
2026-01-19remote: fix leak in branch_get_push_1() with invalid "simple" configJeff King-1/+3
2026-01-19remote: drop const return of tracking_for_push_dest()Jeff King-5/+6
2026-01-19remote: return non-const pointer from error_buf()Jeff King-1/+1
2026-01-15commit: rename `free_commit_list()` to conform to coding guidelinesPatrick Steinhardt-1/+1
2025-12-25remote: use commit_stack for src_commitsRené Scharfe-8/+7
2025-12-25remote: use commit_stack for sent_tipsRené Scharfe-13/+7
2025-12-25remote: use commit_stack for local_commitsRené Scharfe-33/+6
2025-11-04refs: introduce wrapper struct for `each_ref_fn`Patrick Steinhardt-15/+12
2025-09-29Merge branch 'jk/setup-revisions-freefix'Junio C Hamano-4/+1
2025-09-22revision: add wrapper to setup_revisions() from a strvecJeff King-4/+1
2025-08-21Merge branch 'dl/push-missing-object-error'Junio C Hamano-9/+15
2025-08-21Merge branch 'ps/remote-rename-fix'Junio C Hamano-2/+4
2025-08-08remote.c: convert if-else ladder to switchDenton Liu-7/+12
2025-08-08remote.c: remove BUG in show_push_unqualified_ref_name_error()Denton Liu-2/+3
2025-08-06refs: pass refname when invoking reflog entry callbackPatrick Steinhardt-2/+4
2025-07-23config: drop `git_config_get_string()` wrapperPatrick Steinhardt-1/+1
2025-07-15Merge branch 'ps/object-store'Junio C Hamano-4/+5
2025-07-01odb: rename `has_object()`Patrick Steinhardt-1/+1
2025-07-01odb: rename `oid_object_info()`Patrick Steinhardt-2/+3
2025-07-01object-store: rename files to "odb.{c,h}"Patrick Steinhardt-1/+1
2025-06-23submodule: look up remotes by URL firstJacob Keller-0/+15
2025-06-23submodule--helper: improve logic for fallback remote nameJacob Keller-5/+20
2025-06-23remote: remove the_repository from some functionsJacob Keller-30/+28
2025-06-23remote: fix tear down of struct remoteJacob Keller-0/+3
2025-06-23remote: remove branch->merge_name and fix branch_release()Jacob Keller-16/+28
2025-04-29treewide: convert users of `repo_has_object_file()` to `has_object()`Patrick Steinhardt-1/+1
2025-04-24Merge branch 'ps/object-file-cleanup' into ps/object-store-cleanupJunio C Hamano-1/+1
2025-04-15Merge branch 'jt/clone-guess-remote-head-fix'Junio C Hamano-4/+6
2025-04-15object-store: merge "object-store-ll.h" and "object-store.h"Patrick Steinhardt-1/+1
2025-03-25remote: allow `guess_remote_head()` to suppress adviceJustin Tobler-4/+6
2025-03-21refspec: replace `refspec_init()` with fetch/push variantsTaylor Blau-2/+2
2025-03-21refspec: treat 'fetch' as a Boolean valueTaylor Blau-2/+2
2025-03-05Merge branch 'ps/path-sans-the-repository'Junio C Hamano-9/+12
2025-02-28path: drop `git_path()` in favor of `repo_git_path()`Patrick Steinhardt-9/+12
2025-02-18refspec: clarify function naming and documentationMeet Soni-3/+3
2025-02-14Merge branch 'tc/clone-single-revision'Junio C Hamano-1/+1
2025-02-12Merge branch 'ms/remote-valid-remote-name'Junio C Hamano-0/+10