423 Commits (65d100c4ddbe83953870be2e08566086e4b1cd3c)

Author SHA1 Message Date
Jeff King 979cb245e2 remote.c: return upstream name from stat_tracking_info 10 years ago
Jeff King 1ca41a1932 remote.c: untangle error logic in branch_get_upstream 10 years ago
Jeff King 3a429d0af3 remote.c: report specific errors from branch_get_upstream 10 years ago
Jeff King a9f9f8cc1f remote.c: introduce branch_get_upstream helper 10 years ago
Jeff King 8770e6fbb2 remote.c: hoist read_config into remote_get_1 10 years ago
Jeff King da66b2743c remote.c: provide per-branch pushremote name 10 years ago
Jeff King f052154db3 remote.c: hoist branch.*.remote lookup out of remote_get_1 10 years ago
Jeff King 9e3751d443 remote.c: drop "remote" pointer from "struct branch" 10 years ago
Jeff King ee2499fe38 remote.c: refactor setup of branch->merge list 10 years ago
Jeff King e41bf352e3 remote.c: drop default_remote_name variable 10 years ago
Junio C Hamano a355b11dab remote.c: make clear_cas_option() static 10 years ago
Jeff King 8c53f0719b use xstrdup_or_null to replace ternary conditionals 10 years ago
Michael Haggerty 3383e19984 sort_string_list(): rename to string_list_sort() 10 years ago
Ronnie Sahlberg 7695d118e5 refs.c: change resolve_ref_unsafe reading argument to be a flags field 11 years ago
Junio C Hamano 05e73682cd checkout: report upstream correctly even with loosely defined branch.*.merge 11 years ago
René Scharfe 07bfa575c1 remote: simplify match_name_with_pattern() using strbuf 11 years ago
Stefan Beller 81c3ce3cdc prepare_revision_walk(): check for return value in all places 11 years ago
Stefan Beller 2f50babef1 remote.c: don't leak the base branch name in format_tracking_info 11 years ago
Patrick Reynolds d0da003d5b use a hashmap to make remotes faster 11 years ago
Jeff King 95b567c7c3 use skip_prefix to avoid repeating strings 11 years ago
Jeff King fa3f60b783 use xstrfmt in favor of manual size calculations 11 years ago
René Scharfe 50e19a8358 Use starts_with() for C strings instead of memcmp() 11 years ago
Brian Gesiak da7a478bc0 remote.c: rearrange xcalloc arguments 11 years ago
Justin Lebar 01689909eb comments: fix misuses of "nor" 11 years ago
Carlos Martín Nieto e6f637122e fetch: handle overlaping refspecs on --prune 11 years ago
Jeff King ba928c13d7 push: detect local refspec errors early 11 years ago
Jeff King 471fd3fe41 match_explicit_lhs: allow a "verify only" mode 11 years ago
Jeff King f7ade3d36b match_explicit: hoist refspec lhs checks into their own function 11 years ago
Jeff King 98b406f3ad remote: handle pushremote config in any order 11 years ago
Michael Haggerty 54457fe509 refname_match(): always use the rules in ref_rev_parse_rules 11 years ago
Christian Couder 5955654823 replace {pre,suf}fixcmp() with {starts,ends}_with() 11 years ago
Junio C Hamano ca02465b41 push: use remote.$name.push as a refmap 11 years ago
Michael Haggerty f096e6e826 fetch: improve the error messages emitted for conflicting refspecs 12 years ago
Michael Haggerty 76ea6717fe handle_duplicate(): mark error message for translation 12 years ago
Michael Haggerty df02ebdac8 ref_remote_duplicates(): extract a function handle_duplicate() 12 years ago
Michael Haggerty b9afe6654d ref_remove_duplicates(): simplify loop logic 12 years ago
Michael Haggerty 09ea1f8e0e ref_remove_duplicates(): avoid redundant bisection 12 years ago
Michael Haggerty 049bff8f0e query_refspecs(): move some constants out of the loop 12 years ago
Michael Haggerty e31a17f741 get_expanded_map(): avoid memory leak 12 years ago
Michael Haggerty f166db26af get_expanded_map(): add docstring 12 years ago
Jeff King 11a6ba1c01 remote: do not copy "origin" string literal 12 years ago
Jiang Xin f223459bec status: always show tracking branch even no change 12 years ago
Jiang Xin f2e087395b branch: report invalid tracking branch as gone 12 years ago
Junio C Hamano 631b5ef219 push --force-with-lease: tie it all together 12 years ago
Junio C Hamano 91048a9537 push --force-with-lease: implement logic to populate old_sha1_expect[] 12 years ago
Junio C Hamano 28f5d17611 remote.c: add command line option parser for "--force-with-lease" 12 years ago
Michael Schubert 737c5a9cde fetch: make --prune configurable 12 years ago
Junio C Hamano 47a5918536 cache.h: move remote/connect API out of it 12 years ago
Brandon Casey f1bd15ab15 remote.c: avoid O(m*n) behavior in match_push_refs 12 years ago
Ramkumar Ramachandra 55cfde251b remote: remove dead code in read_branches_file() 12 years ago