summaryrefslogtreecommitdiff
path: root/builtin/remote.c
Commit message (Expand)AuthorAgeFilesLines
* 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
|/
* Merge branch 'mh/tidy-ref-update-flags'Junio C Hamano2017-11-151-3/+3
|\
| * refs: rename constant `REF_NODEREF` to `REF_NO_DEREF`Michael Haggerty2017-11-061-3/+3
* | Merge branch 'bc/object-id'Junio C Hamano2017-11-061-1/+1
|\ \ | |/
| * refs: convert read_ref and read_ref_full to object_idbrian m. carlson2017-10-161-1/+1
* | remote: handle broken symrefsJeff King2017-10-211-1/+1
|/
* refs: pass NULL to resolve_ref_unsafe() if hash is not neededRené Scharfe2017-09-241-2/+1
* remote: release strbuf after use in set_url()Rene Scharfe2017-09-071-3/+3
* remote: release strbuf after use in migrate_file()Rene Scharfe2017-09-071-0/+1
* remote: release strbuf after use in read_remote_branches()Rene Scharfe2017-09-071-0/+1
* Merge branch 'ma/parse-maybe-bool'Junio C Hamano2017-08-221-1/+1
|\
| * treewide: deprecate git_config_maybe_bool, use git_parse_maybe_boolMartin Ågren2017-08-071-1/+1
* | Merge branch 'bw/config-h'Junio C Hamano2017-06-241-0/+1
|\ \
| * | config: don't include config.h by defaultBrandon Williams2017-06-151-0/+1
* | | Merge branch 'mh/packed-ref-store-prep'Junio C Hamano2017-06-051-2/+2
|\ \ \
| * | | ref_store: take a `msg` parameter when deleting referencesMichael Haggerty2017-05-231-2/+2
| |/ /
* | | C style: use standard style for "TRANSLATORS" commentsab/c-translators-comment-styleÆvar Arnfjörð Bjarmason2017-05-311-2/+5
|/ /
* | Merge branch 'rl/remote-allow-missing-branch-name-merge'Junio C Hamano2017-02-271-1/+3
|\ \
| * | remote: ignore failure to remove missing branch.<name>.mergerl/remote-allow-missing-branch-name-mergeRoss Lagerwall2017-02-211-1/+3
* | | delete_ref: accept a reflog message argumentKyle Meyer2017-02-201-2/+2
| |/ |/|
* | Merge branch 'js/remote-rename-with-half-configured-remote'Junio C Hamano2017-01-311-7/+7
|\ \ | |/ |/|
| * remote rename: more carefully determine whether a remote is configuredjs/remote-rename-with-half-configured-remoteJohannes Schindelin2017-01-191-7/+7
* | use QSORTRené Scharfe2016-09-291-2/+1
|/
* Merge branch 'mh/ref-iterators'Junio C Hamano2016-07-251-6/+2
|\
| * remote rm: handle symbolic refs correctlyMichael Haggerty2016-06-201-5/+1
| * delete_refs(): add a flags argumentMichael Haggerty2016-06-201-2/+2
* | Merge branch 'va/i18n-even-more'Junio C Hamano2016-07-131-10/+9
|\ \
| * | i18n: remote: allow translations to reorder messageVasco Almeida2016-06-171-4/+3
| * | i18n: remote: mark URL fallback text for translationVasco Almeida2016-06-171-3/+3
| * | i18n: builtin/remote.c: fix mark for translationVasco Almeida2016-06-171-3/+3
* | | Merge branch 'jk/string-list-static-init'Junio C Hamano2016-07-061-1/+1
|\ \ \ | |/ / |/| |
| * | use string_list initializer consistentlyjk/string-list-static-initJeff King2016-06-131-1/+1
| |/
* | i18n: remote: add comment for translatorsva/i18n-remote-comment-to-alignVasco Almeida2016-05-091-0/+2
|/
* Merge branch 'ps/config-error'Junio C Hamano2016-02-261-46/+24
|\
| * config: rename git_config_set_or_die to git_config_setps/config-errorPatrick Steinhardt2016-02-221-16/+16
| * config: rename git_config_set to git_config_set_gentlyPatrick Steinhardt2016-02-221-1/+1
| * remote: die on config error when manipulating remotesPatrick Steinhardt2016-02-221-27/+12
| * remote: die on config error when setting/adding branchesPatrick Steinhardt2016-02-221-17/+9
| * remote: die on config error when setting URLPatrick Steinhardt2016-02-221-5/+6
* | remote: use remote_is_configured() for add and renametg/git-remoteThomas Gummerer2016-02-161-5/+2
* | remote: actually check if remote exitsThomas Gummerer2016-02-161-2/+2
* | remote: simplify remote_is_configured()Thomas Gummerer2016-02-161-6/+6
* | remote: handle the config setting branch.*.rebase=interactiveJohannes Schindelin2016-01-131-3/+7
|/
* ref_newer: convert to use struct object_idbrian m. carlson2015-11-201-1/+1