summaryrefslogtreecommitdiff
path: root/remote.c
AgeCommit message (Expand)AuthorFilesLines
2026-08-03Merge branch 'en/submodule-insteadof-remote-match'Junio C Hamano1-3/+11
2026-08-03Merge branch 'jc/remote-insteadof-leakfix'Junio C Hamano1-2/+9
2026-08-03Merge branch 'hn/url-push-tracking'Junio C Hamano1-5/+49
2026-07-30Merge branch 'ty/migrate-excludes-file'Junio C Hamano1-1/+1
2026-07-27Merge branch 'ps/refspec-wo-the-repository'Junio C Hamano1-3/+3
2026-07-25remote: plug memory leaksJunio C Hamano1-2/+9
2026-07-22submodule: resolve insteadOf aliases when matching remoteÉric NICOLAS1-3/+11
2026-07-22remote: find tracking branches for URL push destinationsHarald Nordgren1-1/+44
2026-07-22remote: pass repository to push tracking helperHarald Nordgren1-5/+6
2026-07-16refspec: stop depending on `the_repository`Patrick Steinhardt1-2/+2
2026-07-16refspec: let callers pass in hash algorithm when parsing itemsPatrick Steinhardt1-1/+1
2026-07-14environment: move push_default into repo_config_valuesTian Yuchen1-1/+1
2026-07-10remote: guard `remote_tracking()` against NULL remoteJohannes Schindelin1-0/+2
2026-07-06Merge branch 'hn/status-pull-advice-qualified'Junio C Hamano1-8/+40
2026-06-09Merge branch 'ua/push-remote-group'Junio C Hamano1-0/+37
2026-05-27Merge branch 'ds/fetch-negotiation-options'Junio C Hamano1-0/+10
2026-05-22remote: qualify "git pull" advice for non-upstream compareBranchesHarald Nordgren1-8/+40
2026-05-20remote: add remote.*.negotiationInclude configDerrick Stolee1-0/+5
2026-05-20remote: add remote.*.negotiationRestrict configDerrick Stolee1-0/+5
2026-05-06url: move url_is_local_not_ssh to url.hMatheus Afonso Martins Moreira1-0/+1
2026-05-04remote: move remote group resolution to remote.cUsman Akinyemi1-0/+37
2026-03-31odb: rename `odb_has_object()` flagsPatrick Steinhardt1-1/+1
2026-03-12Merge branch 'hn/status-compare-with-push'Junio C Hamano1-37/+141
2026-02-26status: add status.compareBranches config for multiple branch comparisonsHarald Nordgren1-28/+118
2026-02-26refactor format_branch_comparison in preparationHarald Nordgren1-33/+47
2026-02-13Merge branch 'ps/commit-list-functions-renamed'Junio C Hamano1-1/+1
2026-02-05Merge branch 'jk/remote-tracking-ref-leakfix'Junio C Hamano1-10/+14
2026-01-20Merge branch 'jk/remote-tracking-ref-leakfix' into hn/status-compare-with-pushJunio C Hamano1-10/+14
2026-01-19remote: always allocate branch.push_tracking_refJeff King1-3/+4
2026-01-19remote: fix leak in branch_get_push_1() with invalid "simple" configJeff King1-1/+3
2026-01-19remote: drop const return of tracking_for_push_dest()Jeff King1-5/+6
2026-01-19remote: return non-const pointer from error_buf()Jeff King1-1/+1
2026-01-15commit: rename `free_commit_list()` to conform to coding guidelinesPatrick Steinhardt1-1/+1
2025-12-25remote: use commit_stack for src_commitsRené Scharfe1-8/+7
2025-12-25remote: use commit_stack for sent_tipsRené Scharfe1-13/+7
2025-12-25remote: use commit_stack for local_commitsRené Scharfe1-33/+6
2025-11-04refs: introduce wrapper struct for `each_ref_fn`Patrick Steinhardt1-15/+12
2025-09-29Merge branch 'jk/setup-revisions-freefix'Junio C Hamano1-4/+1
2025-09-22revision: add wrapper to setup_revisions() from a strvecJeff King1-4/+1
2025-08-21Merge branch 'dl/push-missing-object-error'Junio C Hamano1-9/+15
2025-08-21Merge branch 'ps/remote-rename-fix'Junio C Hamano1-2/+4
2025-08-08remote.c: convert if-else ladder to switchDenton Liu1-7/+12
2025-08-08remote.c: remove BUG in show_push_unqualified_ref_name_error()Denton Liu1-2/+3
2025-08-06refs: pass refname when invoking reflog entry callbackPatrick Steinhardt1-2/+4
2025-07-23config: drop `git_config_get_string()` wrapperPatrick Steinhardt1-1/+1
2025-07-15Merge branch 'ps/object-store'Junio C Hamano1-4/+5
2025-07-01odb: rename `has_object()`Patrick Steinhardt1-1/+1
2025-07-01odb: rename `oid_object_info()`Patrick Steinhardt1-2/+3
2025-07-01object-store: rename files to "odb.{c,h}"Patrick Steinhardt1-1/+1
2025-06-23submodule: look up remotes by URL firstJacob Keller1-0/+15