summaryrefslogtreecommitdiff
path: root/builtin/remote.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Convert struct ref to use object_id.brian m. carlson2015-11-201-6/+6
* Merge branch 'bb/remote-get-url'Junio C Hamano2015-10-051-0/+59
|\
| * remote: add get-url subcommandbb/remote-get-urlBen Boeckel2015-09-171-0/+59
* | remote.c: drop extraneous local variable from migrate_fileJeff King2015-08-101-5/+2
* | prune_remote(): use delete_refs()Michael Haggerty2015-06-221-9/+2
* | delete_refs(): new function for the refs APIMichael Haggerty2015-06-221-20/+1
* | remove_branches(): remove temporaryMichael Haggerty2015-06-221-2/+1
|/
* builtin/remote: rewrite functions to take object_id argumentsMichael Haggerty2015-05-251-13/+8
* add_branch_for_removal(): don't set "util" field of string_list entriesMichael Haggerty2015-05-251-5/+2
* add_branch_for_removal(): rewrite to take an object_id argumentMichael Haggerty2015-05-251-5/+3
* each_ref_fn: change to take an object_id parameterMichael Haggerty2015-05-251-3/+10
* Merge branch 'nd/multiple-work-trees'Junio C Hamano2015-05-111-1/+1
|\
| * path.c: make get_pathname() call sites return const char *Nguyễn Thái Ngọc Duy2014-12-011-1/+1
* | Merge branch 'ah/usage-strings'Junio C Hamano2015-02-111-2/+2
|\ \
| * | standardize usage info string formatAlex Henrie2015-01-141-2/+2
* | | git remote: allow adding remotes agreeing with url.<...>.insteadOfJohannes Schindelin2014-12-231-1/+3
|/ /
* | sort_string_list(): rename to string_list_sort()mh/simplify-repack-without-refsMichael Haggerty2014-11-251-6/+6
* | prune_remote(): iterate using for_each_string_list_item()Michael Haggerty2014-11-251-8/+6
* | prune_remote(): rename local variableMichael Haggerty2014-11-251-6/+6
* | repack_without_refs(): make the refnames argument a string_listMichael Haggerty2014-11-251-12/+2
* | prune_remote(): sort delete_refs_list references en masseMichael Haggerty2014-11-251-1/+2
* | prune_remote(): initialize both delete_refs lists in a single loopMichael Haggerty2014-11-251-6/+9
* | prune_remote(): exit early if there are no stale referencesMichael Haggerty2014-11-251-18/+21
|/