summaryrefslogtreecommitdiff
path: root/builtin/remote.c
AgeCommit message (Expand)AuthorFilesLines
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-18Merge branch 'sb/object-store-grafts'Libravatar 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
2017-02-27Merge branch 'rl/remote-allow-missing-branch-name-merge'Libravatar Junio C Hamano1-1/+3
2017-02-21remote: ignore failure to remove missing branch.<name>.mergeLibravatar Ross Lagerwall1-1/+3
2017-02-20delete_ref: accept a reflog message argumentLibravatar Kyle Meyer1-2/+2
2017-01-31Merge branch 'js/remote-rename-with-half-configured-remote'Libravatar Junio C Hamano1-7/+7
2017-01-19remote rename: more carefully determine whether a remote is configuredLibravatar Johannes Schindelin1-7/+7
2016-09-29use QSORTLibravatar René Scharfe1-2/+1
2016-07-25Merge branch 'mh/ref-iterators'Libravatar Junio C Hamano1-6/+2
2016-07-13Merge branch 'va/i18n-even-more'Libravatar Junio C Hamano1-10/+9
2016-07-06Merge branch 'jk/string-list-static-init'Libravatar Junio C Hamano1-1/+1
2016-06-20remote rm: handle symbolic refs correctlyLibravatar Michael Haggerty1-5/+1
2016-06-20delete_refs(): add a flags argumentLibravatar Michael Haggerty1-2/+2
2016-06-17i18n: remote: allow translations to reorder messageLibravatar Vasco Almeida1-4/+3
2016-06-17i18n: remote: mark URL fallback text for translationLibravatar Vasco Almeida1-3/+3