summaryrefslogtreecommitdiff
path: root/builtin/remote.c
AgeCommit message (Expand)AuthorFilesLines
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
2017-11-15Merge branch 'mh/tidy-ref-update-flags'Libravatar Junio C Hamano1-3/+3
2017-11-06Merge branch 'bc/object-id'Libravatar Junio C Hamano1-1/+1
2017-11-06refs: rename constant `REF_NODEREF` to `REF_NO_DEREF`Libravatar Michael Haggerty1-3/+3
2017-10-21remote: handle broken symrefsLibravatar Jeff King1-1/+1
2017-10-16refs: convert read_ref and read_ref_full to object_idLibravatar brian m. carlson1-1/+1
2017-09-24refs: pass NULL to resolve_ref_unsafe() if hash is not neededLibravatar René Scharfe1-2/+1
2017-09-07remote: release strbuf after use in set_url()Libravatar Rene Scharfe1-3/+3
2017-09-07remote: release strbuf after use in migrate_file()Libravatar Rene Scharfe1-0/+1
2017-09-07remote: release strbuf after use in read_remote_branches()Libravatar Rene Scharfe1-0/+1
2017-08-22Merge branch 'ma/parse-maybe-bool'Libravatar Junio C Hamano1-1/+1
2017-08-07treewide: deprecate git_config_maybe_bool, use git_parse_maybe_boolLibravatar Martin Ågren1-1/+1
2017-06-24Merge branch 'bw/config-h'Libravatar Junio C Hamano1-0/+1
2017-06-15config: don't include config.h by defaultLibravatar Brandon Williams1-0/+1
2017-06-05Merge branch 'mh/packed-ref-store-prep'Libravatar Junio C Hamano1-2/+2
2017-05-31C style: use standard style for "TRANSLATORS" commentsLibravatar Ævar Arnfjörð Bjarmason1-2/+5
2017-05-23ref_store: take a `msg` parameter when deleting referencesLibravatar Michael Haggerty1-2/+2