summaryrefslogtreecommitdiff
path: root/builtin/remote.c
AgeCommit message (Expand)Author
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
2018-03-15transport: convert transport_get_remote_refs to take a list of ref prefixesBrandon Williams
2018-03-14Merge branch 'nd/parseopt-completion'Junio C Hamano
2018-02-22remote: rename 'new' variablesBrandon Williams
2018-02-09remote: force completing --mirror= instead of --mirrorNguyễn Thái Ngọc Duy
2017-11-15Merge branch 'mh/tidy-ref-update-flags'Junio C Hamano
2017-11-06Merge branch 'bc/object-id'Junio C Hamano
2017-11-06refs: rename constant `REF_NODEREF` to `REF_NO_DEREF`Michael Haggerty
2017-10-21remote: handle broken symrefsJeff King
2017-10-16refs: convert read_ref and read_ref_full to object_idbrian m. carlson
2017-09-24refs: pass NULL to resolve_ref_unsafe() if hash is not neededRené Scharfe
2017-09-06remote: release strbuf after use in set_url()Rene Scharfe
2017-09-06remote: release strbuf after use in migrate_file()Rene Scharfe
2017-09-06remote: release strbuf after use in read_remote_branches()Rene Scharfe
2017-08-22Merge branch 'ma/parse-maybe-bool'Junio C Hamano
2017-08-07treewide: deprecate git_config_maybe_bool, use git_parse_maybe_boolMartin Ågren
2017-06-24Merge branch 'bw/config-h'Junio C Hamano
2017-06-15config: don't include config.h by defaultBrandon Williams
2017-06-05Merge branch 'mh/packed-ref-store-prep'Junio C Hamano
2017-05-30C style: use standard style for "TRANSLATORS" commentsÆvar Arnfjörð Bjarmason
2017-05-23ref_store: take a `msg` parameter when deleting referencesMichael Haggerty
2017-02-27Merge branch 'rl/remote-allow-missing-branch-name-merge'Junio C Hamano
2017-02-21remote: ignore failure to remove missing branch.<name>.mergeRoss Lagerwall
2017-02-21delete_ref: accept a reflog message argumentKyle Meyer
2017-01-31Merge branch 'js/remote-rename-with-half-configured-remote'Junio C Hamano
2017-01-19remote rename: more carefully determine whether a remote is configuredJohannes Schindelin
2016-09-29use QSORTRené Scharfe
2016-07-25Merge branch 'mh/ref-iterators'Junio C Hamano