aboutsummaryrefslogtreecommitdiff
path: root/builtin/remote.c
Commit message (Expand)AuthorAge
* 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
|/
* builtin/remote: rewrite functions to take object_id argumentsMichael Haggerty2015-05-25
* add_branch_for_removal(): don't set "util" field of string_list entriesMichael Haggerty2015-05-25
* add_branch_for_removal(): rewrite to take an object_id argumentMichael Haggerty2015-05-25
* each_ref_fn: change to take an object_id parameterMichael Haggerty2015-05-25
* Merge branch 'nd/multiple-work-trees'Junio C Hamano2015-05-11
|\
| * path.c: make get_pathname() call sites return const char *Nguyễn Thái Ngọc Duy2014-12-01
* | Merge branch 'ah/usage-strings'Junio C Hamano2015-02-11
|\ \
| * | standardize usage info string formatAlex Henrie2015-01-14
* | | git remote: allow adding remotes agreeing with url.<...>.insteadOfJohannes Schindelin2014-12-23
|/ /
* | sort_string_list(): rename to string_list_sort()Michael Haggerty2014-11-25
* | prune_remote(): iterate using for_each_string_list_item()Michael Haggerty2014-11-25
* | prune_remote(): rename local variableMichael Haggerty2014-11-25
* | repack_without_refs(): make the refnames argument a string_listMichael Haggerty2014-11-25
* | prune_remote(): sort delete_refs_list references en masseMichael Haggerty2014-11-25
* | prune_remote(): initialize both delete_refs lists in a single loopMichael Haggerty2014-11-25
* | prune_remote(): exit early if there are no stale referencesMichael Haggerty2014-11-25
|/
* remote rm/prune: print a message when writing packed-refs failsRonnie Sahlberg2014-10-15
* refs.c: change resolve_ref_unsafe reading argument to be a flags fieldRonnie Sahlberg2014-10-15
* Merge branch 'rs/ref-transaction-0'Junio C Hamano2014-07-21
|\
| * refs.c: add an err argument to repack_without_refsRonnie Sahlberg2014-07-14
* | Merge branch 'jk/strip-suffix'Junio C Hamano2014-07-16
|\ \
| * | use strip_suffix instead of ends_with in simple casesJeff King2014-06-30
* | | refactor skip_prefix to return a booleanJeff King2014-06-20
| |/ |/|
* | Merge branch 'jl/remote-rm-prune'Junio C Hamano2014-06-16
|\ \ | |/
| * remote prune: optimize "dangling symref" check/warningJens Lindström2014-05-27
| * remote: repack packed-refs once when deleting multiple refsJens Lindström2014-05-27
| * remote rm: delete remote configuration as the lastJens Lindström2014-05-23
* | builtin/remote.c: rearrange xcalloc argumentsBrian Gesiak2014-05-27
|/
* Merge branch 'cc/starts-n-ends-with'Junio C Hamano2013-12-17
|\