summaryrefslogtreecommitdiff
path: root/builtin/remote.c
AgeCommit message (Expand)Author
2016-07-13Merge branch 'va/i18n-even-more'Junio C Hamano
2016-07-06Merge branch 'jk/string-list-static-init'Junio C Hamano
2016-06-17i18n: remote: allow translations to reorder messageVasco Almeida
2016-06-17i18n: remote: mark URL fallback text for translationVasco Almeida
2016-06-17i18n: builtin/remote.c: fix mark for translationVasco Almeida
2016-06-13use string_list initializer consistentlyJeff King
2016-05-09i18n: remote: add comment for translatorsVasco Almeida
2016-02-26Merge branch 'ps/config-error'Junio C Hamano
2016-02-22config: rename git_config_set_or_die to git_config_setPatrick Steinhardt
2016-02-22config: rename git_config_set to git_config_set_gentlyPatrick Steinhardt
2016-02-22remote: die on config error when manipulating remotesPatrick Steinhardt
2016-02-22remote: die on config error when setting/adding branchesPatrick Steinhardt
2016-02-22remote: die on config error when setting URLPatrick Steinhardt
2016-02-16remote: use remote_is_configured() for add and renameThomas Gummerer
2016-02-16remote: actually check if remote exitsThomas Gummerer
2016-02-16remote: simplify remote_is_configured()Thomas Gummerer
2016-01-13remote: handle the config setting branch.*.rebase=interactiveJohannes Schindelin
2015-11-20ref_newer: convert to use struct object_idbrian m. carlson
2015-11-20Convert struct ref to use object_id.brian m. carlson
2015-10-05Merge branch 'bb/remote-get-url'Junio C Hamano
2015-09-17remote: add get-url subcommandBen Boeckel
2015-08-10remote.c: drop extraneous local variable from migrate_fileJeff King
2015-06-22prune_remote(): use delete_refs()Michael Haggerty
2015-06-22delete_refs(): new function for the refs APIMichael Haggerty
2015-06-22remove_branches(): remove temporaryMichael Haggerty
2015-05-25builtin/remote: rewrite functions to take object_id argumentsMichael Haggerty
2015-05-25add_branch_for_removal(): don't set "util" field of string_list entriesMichael Haggerty
2015-05-25add_branch_for_removal(): rewrite to take an object_id argumentMichael Haggerty
2015-05-25each_ref_fn: change to take an object_id parameterMichael Haggerty
2015-05-11Merge branch 'nd/multiple-work-trees'Junio C Hamano
2015-02-11Merge branch 'ah/usage-strings'Junio C Hamano
2015-01-14standardize usage info string formatAlex Henrie
2014-12-23git remote: allow adding remotes agreeing with url.<...>.insteadOfJohannes Schindelin
2014-12-01path.c: make get_pathname() call sites return const char *Nguyễn Thái Ngọc Duy
2014-11-25sort_string_list(): rename to string_list_sort()Michael Haggerty
2014-11-25prune_remote(): iterate using for_each_string_list_item()Michael Haggerty
2014-11-25prune_remote(): rename local variableMichael Haggerty
2014-11-25repack_without_refs(): make the refnames argument a string_listMichael Haggerty
2014-11-25prune_remote(): sort delete_refs_list references en masseMichael Haggerty
2014-11-25prune_remote(): initialize both delete_refs lists in a single loopMichael Haggerty
2014-11-25prune_remote(): exit early if there are no stale referencesMichael Haggerty
2014-10-15remote rm/prune: print a message when writing packed-refs failsRonnie Sahlberg
2014-10-15refs.c: change resolve_ref_unsafe reading argument to be a flags fieldRonnie Sahlberg
2014-07-21Merge branch 'rs/ref-transaction-0'Junio C Hamano
2014-07-16Merge branch 'jk/strip-suffix'Junio C Hamano
2014-07-14refs.c: add an err argument to repack_without_refsRonnie Sahlberg
2014-06-30use strip_suffix instead of ends_with in simple casesJeff King
2014-06-20refactor skip_prefix to return a booleanJeff King
2014-06-16Merge branch 'jl/remote-rm-prune'Junio C Hamano
2014-05-27builtin/remote.c: rearrange xcalloc argumentsBrian Gesiak