summaryrefslogtreecommitdiff
path: root/builtin/remote.c
AgeCommit message (Expand)AuthorFilesLines
2021-04-07Merge branch 'ah/plugleaks'Libravatar Junio C Hamano1-4/+4
2021-03-21transport: also free remote_refs in transport_disconnect()Libravatar Andrzej Hunt1-4/+4
2021-02-24remote: write camel-cased *.pushRemote on renameLibravatar Ævar Arnfjörð Bjarmason1-1/+1
2021-02-24remote: add camel-cased *.tagOpt key, like cloneLibravatar Ævar Arnfjörð Bjarmason1-1/+1
2020-11-25config: convert multi_replace to flagsLibravatar Derrick Stolee1-3/+5
2020-11-09Merge branch 'ab/git-remote-exit-code'Libravatar Junio C Hamano1-14/+28
2020-10-27Merge branch 'sb/clone-origin'Libravatar Junio C Hamano1-5/+2
2020-10-27remote: add meaningful exit code on missing/existingLibravatar Ævar Arnfjörð Bjarmason1-14/+28
2020-09-30refs: consolidate remote name validationLibravatar Sean Barag1-5/+2
2020-09-22Merge branch 'cs/don-t-pretend-a-failed-remote-set-head-succeeded'Libravatar Junio C Hamano1-1/+1
2020-09-17remote: don't show success message when set-head failsLibravatar Christian Schlack1-1/+1
2020-08-17refspec: make sure stack refspec_item variables are zeroedLibravatar Jacob Keller1-0/+1
2020-07-30strvec: rename struct fieldsLibravatar Jeff King1-2/+2
2020-07-28strvec: convert builtin/ callers away from argv_array nameLibravatar Jeff King1-10/+10
2020-07-28strvec: rename files from argv-array to strvecLibravatar Jeff King1-1/+1
2020-04-28Use OPT_CALLBACK and OPT_CALLBACK_FLibravatar Denton Liu1-2/+2
2020-02-10remote rename/remove: gently handle remote.pushDefault configLibravatar Bert Wesarg1-0/+55
2020-02-10remote rename/remove: handle branch.<name>.pushRemote config valuesLibravatar Bert Wesarg1-1/+21
2020-02-10remote: clean-up config callbackLibravatar Bert Wesarg1-11/+17
2020-02-10remote: clean-up by returning early to avoid one indentationLibravatar Bert Wesarg1-46/+48
2020-02-10pull --rebase/remote rename: document and honor single-letter abbreviations r...Libravatar Bert Wesarg1-18/+12
2019-12-11remote: pass NULL to read_ref_full() because object ID is not neededLibravatar René Scharfe1-2/+1
2019-05-13remove_all_fetch_refspecs(): drop unused "remote" parameterLibravatar Jeff King1-2/+2
2018-09-24Merge branch 'ms/remote-error-message-update'Libravatar Junio C Hamano1-3/+3
2018-09-17Merge branch 'jk/cocci'Libravatar Junio C Hamano1-1/+1
2018-09-17Merge branch 'ds/reachable'Libravatar Junio C Hamano1-0/+1
2018-09-14builtin/remote: quote remote name on error to display empty nameLibravatar Shulhan1-3/+3
2018-08-29convert "oidcmp() == 0" to oideq()Libravatar Jeff King1-1/+1
2018-08-27Merge branch 'rs/opt-updates'Libravatar Junio C Hamano1-1/+1
2018-08-21remote: improve argument help for add --mirrorLibravatar René Scharfe1-1/+1
2018-08-15Merge branch 'rs/remote-mv-leakfix'Libravatar Junio C Hamano1-2/+3
2018-08-01remote: clear string_list after use in mv()Libravatar René Scharfe1-2/+3
2018-07-20commit-reach: move ref_newer from remote.cLibravatar Derrick Stolee1-0/+1
2018-07-18Merge branch 'sb/object-store-grafts'Libravatar Junio C Hamano1-0/+1
2018-06-29Merge branch 'sb/object-store-grafts' into sb/object-store-lookupLibravatar Junio C Hamano1-0/+1
2018-05-30Merge branch 'bw/ref-prefix-for-configured-refspec'Libravatar Junio C Hamano1-19/+18
2018-05-23Merge branch 'js/rebase-recreate-merge'Libravatar Junio C Hamano1-4/+14
2018-05-18remote: convert match_push_refs to take a struct refspecLibravatar Brandon Williams1-2/+1
2018-05-18remote: convert get_stale_heads to take a struct refspecLibravatar Brandon Williams1-2/+1
2018-05-18remote: convert fetch refspecs to struct refspecLibravatar Brandon Williams1-9/+9
2018-05-18remote: convert push refspecs to struct refspecLibravatar Brandon Williams1-7/+7
2018-05-18refspec: rename struct refspec to struct refspec_itemLibravatar Brandon Williams1-4/+4
2018-05-18refspec: move refspec parsing logic into its own fileLibravatar Brandon Williams1-0/+1
2018-05-16object-store: move object access functions to object-store.hLibravatar Stefan Beller1-0/+1
2018-05-08Merge branch 'bw/protocol-v2'Libravatar Junio C Hamano1-1/+1
2018-04-26pull: accept --rebase=merges to recreate the branch topologyLibravatar Johannes Schindelin1-4/+14
2018-03-15transport: convert transport_get_remote_refs to take a list of ref prefixesLibravatar Brandon Williams1-1/+1
2018-03-14Merge branch 'nd/parseopt-completion'Libravatar Junio C Hamano1-1/+1
2018-02-22remote: rename 'new' variablesLibravatar Brandon Williams1-33/+33
2018-02-09remote: force completing --mirror= instead of --mirrorLibravatar Nguyễn Thái Ngọc Duy1-1/+1