summaryrefslogtreecommitdiff
path: root/remote.c
AgeCommit message (Expand)Author
2025-12-25remote: use commit_stack for src_commitsRené Scharfe
2025-12-25remote: use commit_stack for sent_tipsRené Scharfe
2025-12-25remote: use commit_stack for local_commitsRené Scharfe
2025-11-04refs: introduce wrapper struct for `each_ref_fn`Patrick Steinhardt
2025-09-29Merge branch 'jk/setup-revisions-freefix'Junio C Hamano
2025-09-22revision: add wrapper to setup_revisions() from a strvecJeff King
2025-08-21Merge branch 'dl/push-missing-object-error'Junio C Hamano
2025-08-21Merge branch 'ps/remote-rename-fix'Junio C Hamano
2025-08-08remote.c: convert if-else ladder to switchDenton Liu
2025-08-08remote.c: remove BUG in show_push_unqualified_ref_name_error()Denton Liu
2025-08-06refs: pass refname when invoking reflog entry callbackPatrick Steinhardt
2025-07-23config: drop `git_config_get_string()` wrapperPatrick Steinhardt
2025-07-15Merge branch 'ps/object-store'Junio C Hamano
2025-07-01odb: rename `has_object()`Patrick Steinhardt
2025-07-01odb: rename `oid_object_info()`Patrick Steinhardt
2025-07-01object-store: rename files to "odb.{c,h}"Patrick Steinhardt
2025-06-23submodule: look up remotes by URL firstJacob Keller
2025-06-23submodule--helper: improve logic for fallback remote nameJacob Keller
2025-06-23remote: remove the_repository from some functionsJacob Keller
2025-06-23remote: fix tear down of struct remoteJacob Keller
2025-06-23remote: remove branch->merge_name and fix branch_release()Jacob Keller
2025-04-29treewide: convert users of `repo_has_object_file()` to `has_object()`Patrick Steinhardt
2025-04-24Merge branch 'ps/object-file-cleanup' into ps/object-store-cleanupJunio C Hamano
2025-04-15Merge branch 'jt/clone-guess-remote-head-fix'Junio C Hamano
2025-04-15object-store: merge "object-store-ll.h" and "object-store.h"Patrick Steinhardt
2025-03-25remote: allow `guess_remote_head()` to suppress adviceJustin Tobler
2025-03-21refspec: replace `refspec_init()` with fetch/push variantsTaylor Blau
2025-03-21refspec: treat 'fetch' as a Boolean valueTaylor Blau
2025-03-05Merge branch 'ps/path-sans-the-repository'Junio C Hamano
2025-02-28path: drop `git_path()` in favor of `repo_git_path()`Patrick Steinhardt
2025-02-18refspec: clarify function naming and documentationMeet Soni
2025-02-14Merge branch 'tc/clone-single-revision'Junio C Hamano
2025-02-12Merge branch 'ms/remote-valid-remote-name'Junio C Hamano
2025-02-12Merge branch 'ms/refspec-cleanup'Junio C Hamano
2025-02-06clone: introduce struct clone_opts in builtin/clone.cToon Claes
2025-02-04remote: relocate valid_remote_nameMeet Soni
2025-02-04refspec: relocate apply_refspecs and related funtionsMeet Soni
2025-02-04refspec: relocate matching related functionsMeet Soni
2025-02-04remote: rename query_refspecs functionsMeet Soni
2025-02-04refspec: relocate refname_matches_negative_refspec_itemMeet Soni
2025-02-04remote: rename function omit_name_by_refspecMeet Soni
2025-02-03Merge branch 'ps/3.0-remote-deprecation'Junio C Hamano
2025-01-24remote: announce removal of "branches/" and "remotes/"Patrick Steinhardt
2024-12-27commit-reach: use `size_t` to track indices in `get_reachable_subset()`Patrick Steinhardt
2024-12-23Merge branch 'sk/calloc-not-malloc-plus-memset'Junio C Hamano
2024-12-23Merge branch 'ps/build-sign-compare'Junio C Hamano
2024-12-18git: use calloc instead of malloc + memset where possibleSeija Kijin
2024-12-06global: mark code units that generate warnings with `-Wsign-compare`Patrick Steinhardt
2024-12-06fetch set_head: add warn-if-not-$branch optionBence Ferdinandy
2024-12-02fetch: add configuration for set_head behaviourBence Ferdinandy