173 Commits (aca4240f6a32423df5f95de6a9354b524fe57ec5)

Author SHA1 Message Date
Jeff King 4a7e27e957 convert "oidcmp() == 0" to oideq() 6 years ago
René Scharfe 446e63ccf5 remote: improve argument help for add --mirror 6 years ago
René Scharfe fe583c6c7a remote: clear string_list after use in mv() 7 years ago
Derrick Stolee 1d614d41e5 commit-reach: move ref_newer from remote.c 7 years ago
Brandon Williams 5c7ec8462d remote: convert match_push_refs to take a struct refspec 7 years ago
Brandon Williams a2ac50cbfd remote: convert get_stale_heads to take a struct refspec 7 years ago
Brandon Williams e5349abf93 remote: convert fetch refspecs to struct refspec 7 years ago
Brandon Williams 6bdb304b10 remote: convert push refspecs to struct refspec 7 years ago
Brandon Williams 0ad4a5ff50 refspec: rename struct refspec to struct refspec_item 7 years ago
Brandon Williams ec0cb49655 refspec: move refspec parsing logic into its own file 7 years ago
Stefan Beller cbd53a2193 object-store: move object access functions to object-store.h 7 years ago
Johannes Schindelin 1131ec9818 pull: accept --rebase=merges to recreate the branch topology 7 years ago
Brandon Williams 1af8ae1cfa transport: convert transport_get_remote_refs to take a list of ref prefixes 7 years ago
Brandon Williams b537e0b1cf remote: rename 'new' variables 7 years ago
Nguyễn Thái Ngọc Duy ebc4a04e84 remote: force completing --mirror= instead of --mirror 7 years ago
Michael Haggerty 91774afcc3 refs: rename constant `REF_NODEREF` to `REF_NO_DEREF` 7 years ago
Jeff King 752848df0f remote: handle broken symrefs 7 years ago
brian m. carlson 34c290a6fc refs: convert read_ref and read_ref_full to object_id 7 years ago
René Scharfe 744c040b19 refs: pass NULL to resolve_ref_unsafe() if hash is not needed 7 years ago
Rene Scharfe 85af9f7a02 remote: release strbuf after use in set_url() 7 years ago
Rene Scharfe b95c8ce8f3 remote: release strbuf after use in migrate_file() 7 years ago
Rene Scharfe e2581b7221 remote: release strbuf after use in read_remote_branches() 7 years ago
Martin Ågren 8957661378 treewide: deprecate git_config_maybe_bool, use git_parse_maybe_bool 8 years ago
Brandon Williams b2141fc1d2 config: don't include config.h by default 8 years ago
Ævar Arnfjörð Bjarmason 66f5f6dca9 C style: use standard style for "TRANSLATORS" comments 8 years ago
Michael Haggerty 64da41993a ref_store: take a `msg` parameter when deleting references 8 years ago
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 9 years ago
Jeff King b21a5d6605 remote.c: drop extraneous local variable from migrate_file 10 years ago