summaryrefslogtreecommitdiff
path: root/builtin/remote.c
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'ah/plugleaks'Junio C Hamano2021-04-071-4/+4
|\
| * transport: also free remote_refs in transport_disconnect()Andrzej Hunt2021-03-211-4/+4
* | remote: write camel-cased *.pushRemote on renameÆvar Arnfjörð Bjarmason2021-02-241-1/+1
* | remote: add camel-cased *.tagOpt key, like cloneÆvar Arnfjörð Bjarmason2021-02-241-1/+1
|/
* config: convert multi_replace to flagsDerrick Stolee2020-11-251-3/+5
* Merge branch 'ab/git-remote-exit-code'Junio C Hamano2020-11-091-14/+28
|\
| * remote: add meaningful exit code on missing/existingÆvar Arnfjörð Bjarmason2020-10-271-14/+28
* | Merge branch 'sb/clone-origin'Junio C Hamano2020-10-271-5/+2
|\ \ | |/ |/|
| * refs: consolidate remote name validationSean Barag2020-09-301-5/+2
* | Merge branch 'cs/don-t-pretend-a-failed-remote-set-head-succeeded'Junio C Hamano2020-09-221-1/+1
|\ \ | |/ |/|
| * remote: don't show success message when set-head failsChristian Schlack2020-09-171-1/+1
* | refspec: make sure stack refspec_item variables are zeroedJacob Keller2020-08-171-0/+1
* | strvec: rename struct fieldsJeff King2020-07-301-2/+2
* | strvec: convert builtin/ callers away from argv_array nameJeff King2020-07-281-10/+10
* | strvec: rename files from argv-array to strvecJeff King2020-07-281-1/+1
|/
* Use OPT_CALLBACK and OPT_CALLBACK_FDenton Liu2020-04-281-2/+2
* remote rename/remove: gently handle remote.pushDefault configBert Wesarg2020-02-101-0/+55
* remote rename/remove: handle branch.<name>.pushRemote config valuesBert Wesarg2020-02-101-1/+21
* remote: clean-up config callbackBert Wesarg2020-02-101-11/+17
* remote: clean-up by returning early to avoid one indentationBert Wesarg2020-02-101-46/+48
* pull --rebase/remote rename: document and honor single-letter abbreviations r...Bert Wesarg2020-02-101-18/+12
* remote: pass NULL to read_ref_full() because object ID is not neededRené Scharfe2019-12-111-2/+1
* remove_all_fetch_refspecs(): drop unused "remote" parameterJeff King2019-05-131-2/+2
* Merge branch 'ms/remote-error-message-update'Junio C Hamano2018-09-241-3/+3
|\
| * builtin/remote: quote remote name on error to display empty nameShulhan2018-09-141-3/+3
* | Merge branch 'jk/cocci'Junio C Hamano2018-09-171-1/+1
|\ \
| * | convert "oidcmp() == 0" to oideq()Jeff King2018-08-291-1/+1
| |/
* | Merge branch 'ds/reachable'Junio C Hamano2018-09-171-0/+1
|\ \ | |/ |/|
| * commit-reach: move ref_newer from remote.cDerrick Stolee2018-07-201-0/+1
| * Merge branch 'sb/object-store-grafts' into sb/object-store-lookupJunio C Hamano2018-06-291-0/+1
| |\
* | \ Merge branch 'rs/opt-updates'Junio C Hamano2018-08-271-1/+1
|\ \ \
| * | | remote: improve argument help for add --mirrorRené Scharfe2018-08-211-1/+1
| |/ /
* | | Merge branch 'rs/remote-mv-leakfix'Junio C Hamano2018-08-151-2/+3
|\ \ \
| * | | remote: clear string_list after use in mv()René Scharfe2018-08-011-2/+3
| |/ /
* | | Merge branch 'sb/object-store-grafts'Junio C Hamano2018-07-181-0/+1
|\ \ \ | |/ / |/| / | |/
| * object-store: move object access functions to object-store.hStefan Beller2018-05-161-0/+1
* | Merge branch 'bw/ref-prefix-for-configured-refspec'Junio C Hamano2018-05-301-19/+18
|\ \
| * | remote: convert match_push_refs to take a struct refspecBrandon Williams2018-05-181-2/+1
| * | remote: convert get_stale_heads to take a struct refspecBrandon Williams2018-05-181-2/+1
| * | remote: convert fetch refspecs to struct refspecBrandon Williams2018-05-181-9/+9
| * | remote: convert push refspecs to struct refspecBrandon Williams2018-05-181-7/+7
| * | refspec: rename struct refspec to struct refspec_itemBrandon Williams2018-05-181-4/+4
| * | refspec: move refspec parsing logic into its own fileBrandon Williams2018-05-181-0/+1
* | | Merge branch 'js/rebase-recreate-merge'Junio C Hamano2018-05-231-4/+14
|\ \ \ | |/ / |/| |
| * | pull: accept --rebase=merges to recreate the branch topologyJohannes Schindelin2018-04-261-4/+14
| |/
* | Merge branch 'bw/protocol-v2'Junio C Hamano2018-05-081-1/+1
|\ \ | |/ |/|
| * transport: convert transport_get_remote_refs to take a list of ref prefixesBrandon Williams2018-03-151-1/+1
* | Merge branch 'nd/parseopt-completion'Junio C Hamano2018-03-141-1/+1
|\ \
| * | remote: force completing --mirror= instead of --mirrorNguyễn Thái Ngọc Duy2018-02-091-1/+1
| |/
* | remote: rename 'new' variablesBrandon Williams2018-02-221-33/+33
|/