aboutsummaryrefslogtreecommitdiff
path: root/builtin/remote.c
Commit message (Expand)AuthorAge
* Merge branch 'mh/tidy-ref-update-flags'Junio C Hamano2017-11-15
|\
| * refs: rename constant `REF_NODEREF` to `REF_NO_DEREF`Michael Haggerty2017-11-06
* | Merge branch 'bc/object-id'Junio C Hamano2017-11-06
|\ \ | |/
| * refs: convert read_ref and read_ref_full to object_idbrian m. carlson2017-10-16
* | remote: handle broken symrefsJeff King2017-10-21
|/
* refs: pass NULL to resolve_ref_unsafe() if hash is not neededRené Scharfe2017-09-24
* remote: release strbuf after use in set_url()Rene Scharfe2017-09-07
* remote: release strbuf after use in migrate_file()Rene Scharfe2017-09-07
* remote: release strbuf after use in read_remote_branches()Rene Scharfe2017-09-07
* Merge branch 'ma/parse-maybe-bool'Junio C Hamano2017-08-22
|\
| * treewide: deprecate git_config_maybe_bool, use git_parse_maybe_boolMartin Ågren2017-08-07
* | Merge branch 'bw/config-h'Junio C Hamano2017-06-24
|\ \
| * | config: don't include config.h by defaultBrandon Williams2017-06-15
* | | Merge branch 'mh/packed-ref-store-prep'Junio C Hamano2017-06-05
|\ \ \
| * | | ref_store: take a `msg` parameter when deleting referencesMichael Haggerty2017-05-23
| |/ /
* | | C style: use standard style for "TRANSLATORS" commentsÆvar Arnfjörð Bjarmason2017-05-31
|/ /
* | Merge branch 'rl/remote-allow-missing-branch-name-merge'Junio C Hamano2017-02-27
|\ \
| * | remote: ignore failure to remove missing branch.<name>.mergeRoss Lagerwall2017-02-21
* | | delete_ref: accept a reflog message argumentKyle Meyer2017-02-20
| |/ |/|
* | Merge branch 'js/remote-rename-with-half-configured-remote'Junio C Hamano2017-01-31
|\ \ | |/ |/|
| * remote rename: more carefully determine whether a remote is configuredJohannes Schindelin2017-01-19
* | use QSORTRené Scharfe2016-09-29
|/
* Merge branch 'mh/ref-iterators'Junio C Hamano2016-07-25
|\
| * remote rm: handle symbolic refs correctlyMichael Haggerty2016-06-20
| * delete_refs(): add a flags argumentMichael Haggerty2016-06-20
* | Merge branch 'va/i18n-even-more'Junio C Hamano2016-07-13
|\ \
| * | i18n: remote: allow translations to reorder messageVasco Almeida2016-06-17
| * | i18n: remote: mark URL fallback text for translationVasco Almeida2016-06-17
| * | i18n: builtin/remote.c: fix mark for translationVasco Almeida2016-06-17
* | | Merge branch 'jk/string-list-static-init'Junio C Hamano2016-07-06
|\ \ \ | |/ / |/| |
| * | use string_list initializer consistentlyJeff King2016-06-13
| |/
* | i18n: remote: add comment for translatorsVasco Almeida2016-05-09
|/
* Merge branch 'ps/config-error'Junio C Hamano2016-02-26
|\
| * config: rename git_config_set_or_die to git_config_setPatrick Steinhardt2016-02-22
| * config: rename git_config_set to git_config_set_gentlyPatrick Steinhardt2016-02-22
| * remote: die on config error when manipulating remotesPatrick Steinhardt2016-02-22
| * remote: die on config error when setting/adding branchesPatrick Steinhardt2016-02-22
| * remote: die on config error when setting URLPatrick Steinhardt2016-02-22
* | remote: use remote_is_configured() for add and renameThomas Gummerer2016-02-16
* | remote: actually check if remote exitsThomas Gummerer2016-02-16
* | remote: simplify remote_is_configured()Thomas Gummerer2016-02-16
* | remote: handle the config setting branch.*.rebase=interactiveJohannes Schindelin2016-01-13
|/
* ref_newer: convert to use struct object_idbrian m. carlson2015-11-20
* Convert struct ref to use object_id.brian m. carlson2015-11-20
* Merge branch 'bb/remote-get-url'Junio C Hamano2015-10-05
|\
| * remote: add get-url subcommandBen Boeckel2015-09-17
* | remote.c: drop extraneous local variable from migrate_fileJeff King2015-08-10
* | prune_remote(): use delete_refs()Michael Haggerty2015-06-22
* | delete_refs(): new function for the refs APIMichael Haggerty2015-06-22
* | remove_branches(): remove temporaryMichael Haggerty2015-06-22
|/