132 Commits (11dc1fcb3fa53f5a46486daa7cb38ed387153f2e)

Author SHA1 Message Date
Ross Lagerwall 20690b2139 remote: ignore failure to remove missing branch.<name>.merge 8 years ago
Kyle Meyer 755b49ae96 delete_ref: accept a reflog message argument 8 years ago
Johannes Schindelin e459b073fb remote rename: more carefully determine whether a remote is configured 8 years ago
René Scharfe 9ed0d8d6e6 use QSORT 8 years ago
Michael Haggerty 29a7cf9644 remote rm: handle symbolic refs correctly 9 years ago
Michael Haggerty c5f04dddb6 delete_refs(): add a flags argument 9 years ago
Vasco Almeida a1b467a4ee i18n: remote: allow translations to reorder message 9 years ago
Vasco Almeida 7ba7b9abcc i18n: remote: mark URL fallback text for translation 9 years ago
Vasco Almeida 070b7e4416 i18n: builtin/remote.c: fix mark for translation 9 years ago
Jeff King 2721ce21e4 use string_list initializer consistently 9 years ago
Vasco Almeida 6c1fbe1e41 i18n: remote: add comment for translators 9 years ago
Patrick Steinhardt 3d1806487a config: rename git_config_set_or_die to git_config_set 9 years ago
Patrick Steinhardt 30598ad06f config: rename git_config_set to git_config_set_gently 9 years ago
Patrick Steinhardt c397debf3d remote: die on config error when manipulating remotes 9 years ago
Patrick Steinhardt ab5e4b67e1 remote: die on config error when setting/adding branches 9 years ago
Patrick Steinhardt 45ebdcc99a remote: die on config error when setting URL 9 years ago
Thomas Gummerer a31eeae27f remote: use remote_is_configured() for add and rename 9 years ago
Thomas Gummerer cc8e538d45 remote: actually check if remote exits 9 years ago
Thomas Gummerer 674468b364 remote: simplify remote_is_configured() 9 years ago
Johannes Schindelin b5496d484d remote: handle the config setting branch.*.rebase=interactive 9 years ago
brian m. carlson 6f3d57b6e4 ref_newer: convert to use struct object_id 9 years ago
brian m. carlson f4e54d02b8 Convert struct ref to use object_id. 9 years ago
Ben Boeckel 96f78d3998 remote: add get-url subcommand 10 years ago
Jeff King b21a5d6605 remote.c: drop extraneous local variable from migrate_file 10 years ago
Michael Haggerty a122366d69 prune_remote(): use delete_refs() 10 years ago
Michael Haggerty 98ffd5ff67 delete_refs(): new function for the refs API 10 years ago
Michael Haggerty b4c4af832b remove_branches(): remove temporary 10 years ago
Michael Haggerty 53dc95b5cf builtin/remote: rewrite functions to take object_id arguments 10 years ago
Michael Haggerty e26cdf91c1 add_branch_for_removal(): don't set "util" field of string_list entries 10 years ago
Michael Haggerty 45690a57a3 add_branch_for_removal(): rewrite to take an object_id argument 10 years ago
Michael Haggerty 2b2a5be394 each_ref_fn: change to take an object_id parameter 10 years ago
Alex Henrie 9c9b4f2f8b standardize usage info string format 10 years ago
Johannes Schindelin fb86e32dcc git remote: allow adding remotes agreeing with url.<...>.insteadOf 10 years ago
Nguyễn Thái Ngọc Duy dcf692625a path.c: make get_pathname() call sites return const char * 10 years ago
Michael Haggerty 3383e19984 sort_string_list(): rename to string_list_sort() 10 years ago
Michael Haggerty 8552943f41 prune_remote(): iterate using for_each_string_list_item() 10 years ago
Michael Haggerty fcce0da975 prune_remote(): rename local variable 10 years ago
Michael Haggerty 4a45b2f347 repack_without_refs(): make the refnames argument a string_list 10 years ago
Michael Haggerty 6d6d06c901 prune_remote(): sort delete_refs_list references en masse 10 years ago
Michael Haggerty 28d3f214d1 prune_remote(): initialize both delete_refs lists in a single loop 10 years ago
Michael Haggerty 16d4fa3d96 prune_remote(): exit early if there are no stale references 10 years ago
Ronnie Sahlberg 2ebb49ca8a remote rm/prune: print a message when writing packed-refs fails 10 years ago
Ronnie Sahlberg 7695d118e5 refs.c: change resolve_ref_unsafe reading argument to be a flags field 10 years ago
Ronnie Sahlberg 60bca085c8 refs.c: add an err argument to repack_without_refs 11 years ago
Jeff King 26936bfd9b use strip_suffix instead of ends_with in simple cases 11 years ago
Jeff King cf4fff579e refactor skip_prefix to return a boolean 11 years ago
Brian Gesiak 380694544d builtin/remote.c: rearrange xcalloc arguments 11 years ago
Jens Lindström e6bea66db6 remote prune: optimize "dangling symref" check/warning 11 years ago
Jens Lindström c9e768bb77 remote: repack packed-refs once when deleting multiple refs 11 years ago
Jens Lindström b07bdd3472 remote rm: delete remote configuration as the last 11 years ago