summaryrefslogtreecommitdiffstats
path: root/remote.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* commit-reach: use `size_t` to track indices in `get_reachable_subset()`Patrick Steinhardt2024-12-271-2/+2
* Merge branch 'sk/calloc-not-malloc-plus-memset'Junio C Hamano2024-12-231-2/+2
|\
| * git: use calloc instead of malloc + memset where possibleSeija Kijin2024-12-181-2/+2
* | Merge branch 'ps/build-sign-compare'Junio C Hamano2024-12-231-0/+1
|\ \
| * | global: mark code units that generate warnings with `-Wsign-compare`Patrick Steinhardt2024-12-061-0/+1
| |/
* | fetch set_head: add warn-if-not-$branch optionBence Ferdinandy2024-12-051-2/+11
* | fetch: add configuration for set_head behaviourBence Ferdinandy2024-12-021-0/+9
|/
* Merge branch 'xx/remote-server-option-config'Taylor Blau2024-10-151-0/+6
|\
| * remote: introduce remote.<name>.serverOption configurationXing Xin2024-10-081-0/+6
* | remote: fix leaking push reportsPatrick Steinhardt2024-09-301-0/+15
|/
* send-pack: free cas options before exitJeff King2024-09-251-1/+1
* Merge branch 'ps/leakfixes-part-6'Junio C Hamano2024-09-201-1/+5
|\
| * remote: fix leak in reachability check of a remote-tracking refPatrick Steinhardt2024-09-051-0/+1
| * remote: fix leaking tracking refsPatrick Steinhardt2024-09-051-1/+4
| * Merge branch 'ps/leakfixes-part-4'Junio C Hamano2024-08-231-0/+2
| |\
* | | ref-filter: fix leak when formatting %(push:remoteref)Jeff King2024-09-101-4/+4
* | | remote: fix leaking peer ref when expanding refmapPatrick Steinhardt2024-08-221-0/+2
* | | remote: fix leaks when matching refspecsPatrick Steinhardt2024-08-221-14/+29
* | | remote: fix leaking config stringsPatrick Steinhardt2024-08-221-2/+38
* | | Merge branch 'ps/leakfixes-part-4' into ps/leakfixes-part-5Junio C Hamano2024-08-201-0/+2
|\ \ \ | |/ / |/| / | |/
| * remote: plug memory leak when aliasing URLsPatrick Steinhardt2024-08-141-0/+2
* | refs: add referent to each_ref_fnJohn Cai2024-08-091-2/+2
|/
* Merge branch 'jk/remote-wo-url'Junio C Hamano2024-07-021-42/+52
|\
| * remote: always require at least one url in a remoteJeff King2024-06-141-1/+1
| * remote: allow resetting url listJeff King2024-06-141-2/+8
| * remote: simplify url/pushurl selectionJeff King2024-06-141-0/+5
| * remote: use strvecs to store remote url/pushurlJeff King2024-06-141-31/+21
| * remote: transfer ownership of memory in add_url(), etcJeff King2024-06-141-14/+19
| * remote: refactor alias_url() memory ownershipJeff King2024-06-141-11/+15
* | global: introduce `USE_THE_REPOSITORY_VARIABLE` macroPatrick Steinhardt2024-06-141-0/+2
* | hash: require hash algorithm in `oidread()` and `oidclr()`Patrick Steinhardt2024-06-141-4/+4
|/
* Merge branch 'ps/leakfixes'Junio C Hamano2024-06-061-10/+10
|\
| * config: clarify memory ownership in `git_config_string()`Patrick Steinhardt2024-05-271-10/+10
* | Merge branch 'th/push-local-ff-check-without-lazy-fetch'Junio C Hamano2024-06-031-1/+1
|\ \
| * | push: don't fetch commit object when checking existenceTom Hughes2024-05-221-1/+1
* | | refs: drop `git_default_branch_name()`Patrick Steinhardt2024-05-171-4/+8
| |/ |/|
* | cocci: apply rules to rewrite callers of "refs" interfacesPatrick Steinhardt2024-05-071-14/+24
|/
* Merge branch 'js/merge-base-with-missing-commit'Junio C Hamano2024-03-111-1/+1
|\
| * commit-reach(repo_in_merge_bases_many): optionally expect missing commitsJohannes Schindelin2024-02-281-1/+1
* | Merge branch 'rs/use-xstrncmpz'Junio C Hamano2024-02-271-3/+2
|\ \ | |/ |/|
| * use xstrncmpz()René Scharfe2024-02-121-3/+2
* | Merge branch 'en/header-cleanup'Junio C Hamano2024-01-081-1/+0
|\|
| * treewide: remove unnecessary includes in source filesElijah Newren2023-12-261-1/+0
* | builtin/clone: skip reading HEAD when retrieving remotePatrick Steinhardt2023-12-121-10/+16
|/
* Merge branch 'ah/advise-force-pushing'Junio C Hamano2023-07-251-3/+5
|\
| * remote: don't imply that integration is always required before pushingAlex Henrie2023-07-131-1/+1
| * wt-status: don't show divergence advice when committingAlex Henrie2023-07-131-2/+4
* | Merge branch 'cw/compat-util-header-cleanup'Junio C Hamano2023-07-171-1/+0
|\ \
| * | git-compat-util: move alloc macros to git-compat-util.hCalvin Wan2023-07-051-1/+0
| |/
* | Merge branch 'gc/config-context'Junio C Hamano2023-07-061-3/+5
|\ \ | |/ |/|