summaryrefslogtreecommitdiffstats
path: root/remote.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
|\ \ | |/ |/|
| * config.c: pass ctx in configsetsGlen Choo2023-06-281-3/+4
| * config: add ctx arg to config_fn_tGlen Choo2023-06-281-1/+2
* | Merge branch 'en/header-split-cache-h-part-3'Junio C Hamano2023-06-301-1/+2
|\ \ | |/ |/|
| * object-store-ll.h: split this header out of object-store.hElijah Newren2023-06-211-1/+1
| * repository: remove unnecessary include of path.hElijah Newren2023-06-211-0/+1
* | remote: fix a leak in query_matches_negative_refspecRubén Justo2023-06-131-1/+1
|/
* Merge branch 'en/header-split-cache-h'Junio C Hamano2023-04-251-1/+2
|\
| * treewide: remove cache.h inclusion due to object-name.h changesElijah Newren2023-04-111-1/+1
| * object-name.h: move declarations for object-name.c functions from cache.hElijah Newren2023-04-111-0/+1
| * Merge branch 'ab/remove-implicit-use-of-the-repository' into en/header-split-...Junio C Hamano2023-04-041-7/+8
| |\
* | | Merge branch 'en/header-split-cleanup'Junio C Hamano2023-04-061-1/+5
|\| |
| * | setup.h: move declarations for setup.c functions from cache.hElijah Newren2023-03-211-0/+1
| * | environment.h: move declarations for environment.c functions from cache.hElijah Newren2023-03-211-0/+1
| * | abspath.h: move absolute path functions from cache.hElijah Newren2023-03-211-0/+1
| * | treewide: be explicit about dependence on gettext.hElijah Newren2023-03-211-0/+1
| * | treewide: remove unnecessary cache.h inclusion from a few headersElijah Newren2023-03-211-1/+1
* | | Merge branch 'ab/remove-implicit-use-of-the-repository'Junio C Hamano2023-04-061-7/+8
|\ \ \ | | |/ | |/|
| * | cocci: apply the "refs.h" part of "the_repository.pending"Ævar Arnfjörð Bjarmason2023-03-281-2/+3
| * | cocci: apply the "object-store.h" part of "the_repository.pending"Ævar Arnfjörð Bjarmason2023-03-281-1/+1
| * | cocci: apply the "commit-reach.h" part of "the_repository.pending"Ævar Arnfjörð Bjarmason2023-03-281-1/+1
| * | cocci: apply the "cache.h" part of "the_repository.pending"Ævar Arnfjörð Bjarmason2023-03-281-3/+3
* | | Merge branch 'sg/parse-options-h-users'Junio C Hamano2023-03-301-0/+1
|\ \ \ | |_|/ |/| |
| * | treewide: include parse-options.h in source filesSZEDER Gábor2023-03-201-0/+1
| |/
* | cache.h: remove dependence on hex.h; make other files include it explicitlyElijah Newren2023-02-241-0/+1
* | alloc.h: move ALLOC_GROW() functions from cache.hElijah Newren2023-02-241-1/+2
|/
* git-compat-util.h: use "UNUSED", not "UNUSED(var)"Ævar Arnfjörð Bjarmason2022-09-011-12/+12
* hashmap: mark unused callback parametersJeff King2022-08-191-2/+2
* refs: mark unused reflog callback parametersJeff King2022-08-191-6/+9
* refs: mark unused each_ref_fn parametersJeff King2022-08-191-1/+2
* Merge branch 'ab/plug-revisions-leak'Junio C Hamano2022-08-121-1/+4
|\
| * revisions API: don't leak memory on argv elements that need free()-ingÆvar Arnfjörð Bjarmason2022-08-031-1/+4
* | Merge branch 'rs/mergesort'Junio C Hamano2022-08-031-22/+0
|\ \ | |/ |/|
| * fetch-pack: use DEFINE_LIST_SORTRené Scharfe2022-07-181-22/+0
* | Merge branch 'jk/remote-show-with-negative-refspecs'Junio C Hamano2022-07-131-1/+1
|\ \
| * | remote: handle negative refspecs in git remote showJacob Keller2022-06-171-1/+1
* | | i18n: fix mismatched camelCase config variablesJiang Xin2022-06-171-1/+1
* | | Merge branch 'ab/credentials-in-url-more'Junio C Hamano2022-06-171-2/+2
|\ \ \