summaryrefslogtreecommitdiff
path: root/builtin/remote.c
AgeCommit message (Expand)Author
2021-10-18Merge branch 'ab/designated-initializers-more'Junio C Hamano
2021-10-01builtin/remote.c: add and use SHOW_INFO_INITÆvar Arnfjörð Bjarmason
2021-10-01builtin/remote.c: add and use a REF_STATES_INITÆvar Arnfjörð Bjarmason
2021-09-08remote: warn about unhandled branch.<name>.rebase valuesJohannes Schindelin
2021-04-07Merge branch 'ah/plugleaks'Junio C Hamano
2021-03-21transport: also free remote_refs in transport_disconnect()Andrzej Hunt
2021-02-25remote: write camel-cased *.pushRemote on renameÆvar Arnfjörð Bjarmason
2021-02-25remote: add camel-cased *.tagOpt key, like cloneÆvar Arnfjörð Bjarmason
2020-11-25config: convert multi_replace to flagsDerrick Stolee
2020-11-09Merge branch 'ab/git-remote-exit-code'Junio C Hamano
2020-10-27Merge branch 'sb/clone-origin'Junio C Hamano
2020-10-27remote: add meaningful exit code on missing/existingÆvar Arnfjörð Bjarmason
2020-10-01refs: consolidate remote name validationSean Barag
2020-09-22Merge branch 'cs/don-t-pretend-a-failed-remote-set-head-succeeded'Junio C Hamano
2020-09-17remote: don't show success message when set-head failsChristian Schlack
2020-08-17refspec: make sure stack refspec_item variables are zeroedJacob Keller
2020-07-31strvec: rename struct fieldsJeff King
2020-07-28strvec: convert builtin/ callers away from argv_array nameJeff King
2020-07-28strvec: rename files from argv-array to strvecJeff King
2020-04-28Use OPT_CALLBACK and OPT_CALLBACK_FDenton Liu
2020-02-10remote rename/remove: gently handle remote.pushDefault configBert Wesarg
2020-02-10remote rename/remove: handle branch.<name>.pushRemote config valuesBert Wesarg
2020-02-10remote: clean-up config callbackBert Wesarg
2020-02-10remote: clean-up by returning early to avoid one indentationBert Wesarg
2020-02-10pull --rebase/remote rename: document and honor single-letter abbreviations r...Bert Wesarg
2019-12-11remote: pass NULL to read_ref_full() because object ID is not neededRené Scharfe
2019-05-13remove_all_fetch_refspecs(): drop unused "remote" parameterJeff King
2018-09-24Merge branch 'ms/remote-error-message-update'Junio C Hamano
2018-09-17Merge branch 'jk/cocci'Junio C Hamano
2018-09-17Merge branch 'ds/reachable'Junio C Hamano
2018-09-14builtin/remote: quote remote name on error to display empty nameShulhan
2018-08-29convert "oidcmp() == 0" to oideq()Jeff King
2018-08-27Merge branch 'rs/opt-updates'Junio C Hamano
2018-08-21remote: improve argument help for add --mirrorRené Scharfe
2018-08-15Merge branch 'rs/remote-mv-leakfix'Junio C Hamano
2018-08-01remote: clear string_list after use in mv()René Scharfe
2018-07-20commit-reach: move ref_newer from remote.cDerrick Stolee
2018-07-18Merge branch 'sb/object-store-grafts'Junio C Hamano
2018-06-29Merge branch 'sb/object-store-grafts' into sb/object-store-lookupJunio C Hamano
2018-05-30Merge branch 'bw/ref-prefix-for-configured-refspec'Junio C Hamano
2018-05-23Merge branch 'js/rebase-recreate-merge'Junio C Hamano
2018-05-17remote: convert match_push_refs to take a struct refspecBrandon Williams
2018-05-17remote: convert get_stale_heads to take a struct refspecBrandon Williams
2018-05-17remote: convert fetch refspecs to struct refspecBrandon Williams
2018-05-17remote: convert push refspecs to struct refspecBrandon Williams
2018-05-17refspec: rename struct refspec to struct refspec_itemBrandon Williams
2018-05-17refspec: move refspec parsing logic into its own fileBrandon Williams
2018-05-16object-store: move object access functions to object-store.hStefan Beller
2018-05-08Merge branch 'bw/protocol-v2'Junio C Hamano
2018-04-26pull: accept --rebase=merges to recreate the branch topologyJohannes Schindelin