summaryrefslogtreecommitdiff
path: root/remote.c
AgeCommit message (Expand)Author
2022-06-17i18n: fix mismatched camelCase config variablesJiang Xin
2022-06-17Merge branch 'ab/credentials-in-url-more'Junio C Hamano
2022-06-16relative_url(): fix incorrect conditionJohannes Schindelin
2022-06-15transfer doc: move fetch.credentialsInUrl to "transfer" config namespaceÆvar Arnfjörð Bjarmason
2022-06-13Merge branch 'ab/remote-free-fix'Junio C Hamano
2022-06-13Merge branch 'ds/credentials-in-url'Junio C Hamano
2022-06-10Merge branch 'gc/zero-length-branch-config-fix'Junio C Hamano
2022-06-07Merge branch 'ab/plug-leak-in-revisions'Junio C Hamano
2022-06-07remote.c: don't dereference NULL in freeing loopÆvar Arnfjörð Bjarmason
2022-06-07remote.c: remove braces from one-statement "for"-loopsÆvar Arnfjörð Bjarmason
2022-06-06remote: create fetch.credentialsInUrl configDerrick Stolee
2022-06-03Merge branch 'ds/bundle-uri'Junio C Hamano
2022-06-01remote.c: reject 0-length branch namesGlen Choo
2022-06-01remote.c: don't BUG() on 0-length branch namesGlen Choo
2022-05-16remote: allow relative_url() to return an absolute urlDerrick Stolee
2022-05-16remote: move relative_url()Derrick Stolee
2022-04-29push: default to single remote even when not named originTao Klerks
2022-04-14revisions API users: add straightforward release_revisions()Ævar Arnfjörð Bjarmason
2022-03-01remote: read symbolic refs via `refs_read_symbolic_ref()`Patrick Steinhardt
2022-01-26refs API: remove "failure_errno" from refs_resolve_ref_unsafe()Ævar Arnfjörð Bjarmason
2021-12-10Merge branch 'gc/remote-with-fewer-static-global-variables'Junio C Hamano
2021-11-19remote: die if branch is not found in repositoryGlen Choo
2021-11-19remote: remove the_repository->remote_state from static methodsGlen Choo
2021-11-19remote: use remote_state parameter internallyGlen Choo
2021-11-19remote: move static variables into per-repository structGlen Choo
2021-09-27*.[ch] *_INIT macros: use { 0 } for a "zero out" idiomÆvar Arnfjörð Bjarmason
2021-09-10Merge branch 'cb/remote-ndebug-fix'Junio C Hamano
2021-09-02remote: avoid -Wunused-but-set-variable in gcc with -DNDEBUGCarlo Marcelo Arenas Belón
2021-08-25advice: remove read uses of most global `advice_` variablesBen Boeckel
2021-06-14*: fix typos which duplicate a wordAndrei Rybak
2021-03-14use CALLOC_ARRAYRené Scharfe
2020-12-23Merge branch 'nk/refspecs-negative-fix'Junio C Hamano
2020-12-22negative-refspec: improve comment on query_matches_negative_refspecNipunn Koorapati
2020-12-22negative-refspec: fix segfault on : refspecNipunn Koorapati
2020-12-18Merge branch 'js/init-defaultbranch-advice'Junio C Hamano
2020-12-14Merge branch 'jk/multi-line-indent-style-fix'Junio C Hamano
2020-12-13get_default_branch_name(): prepare for showing some adviceJohannes Schindelin
2020-12-03style: indent multiline "if" conditions to alignJeff King
2020-10-27Merge branch 'sk/force-if-includes'Junio C Hamano
2020-10-05Merge branch 'jk/refspecs-negative'Junio C Hamano
2020-10-03push: add reflog check for "--force-if-includes"Srinidhi Kaushik
2020-09-30refspec: add support for negative refspecsJacob Keller
2020-09-19Merge branch 'rs/refspec-leakfix'Junio C Hamano
2020-09-09Merge branch 'jt/interpret-branch-name-fallback'Junio C Hamano
2020-09-06refspec: add and use refspec_appendf()René Scharfe
2020-09-02wt-status: tolerate dangling marksJonathan Tan
2020-07-31strvec: rename struct fieldsJeff King
2020-07-28strvec: fix indentation in renamed callsJeff King
2020-07-28strvec: convert remaining callers away from argv_array nameJeff King
2020-07-28strvec: rename files from argv-array to strvecJeff King