aboutsummaryrefslogtreecommitdiffstats
path: root/remote.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
|\
| * transfer doc: move fetch.credentialsInUrl to "transfer" config namespaceÆvar Arnfjörð Bjarmason2022-06-151-2/+2
* | relative_url(): fix incorrect conditionJohannes Schindelin2022-06-161-1/+1
|/
* Merge branch 'ab/remote-free-fix'Junio C Hamano2022-06-131-7/+4
|\
| * remote.c: don't dereference NULL in freeing loopÆvar Arnfjörð Bjarmason2022-06-071-1/+1
| * remote.c: remove braces from one-statement "for"-loopsÆvar Arnfjörð Bjarmason2022-06-071-6/+3
* | Merge branch 'ds/credentials-in-url'Junio C Hamano2022-06-131-0/+48
|\ \
| * | remote: create fetch.credentialsInUrl configDerrick Stolee2022-06-061-0/+48
* | | Merge branch 'gc/zero-length-branch-config-fix'Junio C Hamano2022-06-101-4/+6
|\ \ \
| * | | remote.c: reject 0-length branch namesGlen Choo2022-06-011-0/+4
| * | | remote.c: don't BUG() on 0-length branch namesGlen Choo2022-06-011-4/+2
* | | | Merge branch 'ab/plug-leak-in-revisions'Junio C Hamano2022-06-071-0/+1
|\ \ \ \
| * | | | revisions API users: add straightforward release_revisions()Ævar Arnfjörð Bjarmason2022-04-131-0/+1
| | |_|/ | |/| |
* | | | Merge branch 'ds/bundle-uri'Junio C Hamano2022-06-031-0/+99
|\ \ \ \
| * | | | remote: allow relative_url() to return an absolute urlDerrick Stolee2022-05-161-2/+10
| * | | | remote: move relative_url()Derrick Stolee2022-05-161-0/+91
| |/ / /
* / / / push: default to single remote even when not named originTao Klerks2022-04-291-0/+2
|/ / /
* | | remote: read symbolic refs via `refs_read_symbolic_ref()`Patrick Steinhardt2022-03-011-7/+7
* | | refs API: remove "failure_errno" from refs_resolve_ref_unsafe()Ævar Arnfjörð Bjarmason2022-01-261-2/+1
| |/ |/|
* | Merge branch 'gc/remote-with-fewer-static-global-variables'Junio C Hamano2021-12-101-113/+256
|\|
| * remote: die if branch is not found in repositoryGlen Choo2021-11-181-16/+68
| * remote: remove the_repository->remote_state from static methodsGlen Choo2021-11-181-25/+71
| * remote: use remote_state parameter internallyGlen Choo2021-11-181-86/+73
| * remote: move static variables into per-repository structGlen Choo2021-11-181-67/+124
|/
* *.[ch] *_INIT macros: use { 0 } for a "zero out" idiomÆvar Arnfjörð Bjarmason2021-09-271-1/+1
* Merge branch 'cb/remote-ndebug-fix'Junio C Hamano2021-09-101-3/+3
|\
| * remote: avoid -Wunused-but-set-variable in gcc with -DNDEBUGCarlo Marcelo Arenas Belón2021-09-021-3/+3
* | advice: remove read uses of most global `advice_` variablesBen Boeckel2021-08-251-6/+6
|/
* *: fix typos which duplicate a wordAndrei Rybak2021-06-141-1/+1
* use CALLOC_ARRAYRené Scharfe2021-03-131-4/+4
* Merge branch 'nk/refspecs-negative-fix'Junio C Hamano2020-12-231-3/+13
|\
| * negative-refspec: improve comment on query_matches_negative_refspecNipunn Koorapati2020-12-211-0/+6
| * negative-refspec: fix segfault on : refspecNipunn Koorapati2020-12-211-3/+7
* | Merge branch 'js/init-defaultbranch-advice'Junio C Hamano2020-12-181-2/+3
|\ \
| * | get_default_branch_name(): prepare for showing some adviceJohannes Schindelin2020-12-131-2/+3
* | | Merge branch 'jk/multi-line-indent-style-fix'Junio C Hamano2020-12-141-1/+1
|\ \ \ | |/ / |/| |
| * | style: indent multiline "if" conditions to alignJeff King2020-12-031-1/+1
* | | Merge branch 'sk/force-if-includes'Junio C Hamano2020-10-271-7/+177
|\ \ \
| * | | push: add reflog check for "--force-if-includes"Srinidhi Kaushik2020-10-031-7/+177
* | | | Merge branch 'jk/refspecs-negative'Junio C Hamano2020-10-051-4/+104
|\ \ \ \ | |/ / / |/| | / | | |/ | |/|
| * | refspec: add support for negative refspecsJacob Keller2020-09-301-4/+104
* | | Merge branch 'rs/refspec-leakfix'Junio C Hamano2020-09-181-7/+3
|\ \ \
| * | | refspec: add and use refspec_appendf()René Scharfe2020-09-061-7/+3
| |/ /
* | | Merge branch 'jt/interpret-branch-name-fallback'Junio C Hamano2020-09-091-1/+1
|\ \ \ | |/ / |/| |
| * | wt-status: tolerate dangling marksJonathan Tan2020-09-021-1/+1
* | | strvec: rename struct fieldsJeff King2020-07-301-1/+1
* | | strvec: fix indentation in renamed callsJeff King2020-07-281-2/+2
* | | strvec: convert remaining callers away from argv_array nameJeff King2020-07-281-6/+6
* | | strvec: rename files from argv-array to strvecJeff King2020-07-281-1/+1
|/ /