301 Commits (4638728c632e59715b7346ddeca83528d37a4894)

Author SHA1 Message Date
Andrew Wheeler b2e93f88cb push: fix ref status reporting for --force-with-lease 9 years ago
Knut Franke ef976395e2 http: allow selection of proxy authentication method 9 years ago
Junio C Hamano 18814d0e2d remote.c: read $GIT_DIR/remotes/* with strbuf_getline() 9 years ago
Junio C Hamano 8f309aeb82 strbuf: introduce strbuf_getline_{lf,nul}() 9 years ago
brian m. carlson fcd30b1387 remote: convert functions to struct object_id 9 years ago
brian m. carlson f2fd0760f6 Convert struct object to object_id 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
René Scharfe e510ab8988 use pop_commit() for consuming the first entry of a struct commit_list 9 years ago
Johannes Sixt 0fb19906b5 read_branches_file: plug a FILE* leak 9 years ago
Jeff King 0b282cc4b2 stat_tracking_info: convert to argv_array 9 years ago
Jeff King 0e265a92a1 read_remotes_file: simplify string handling 9 years ago
Jeff King f28e3ab231 read_branches_file: simplify string handling 9 years ago
Jeff King 75faa45ae0 replace trivial malloc + sprintf / strcpy calls with xstrfmt 9 years ago
Michael Haggerty 455ade6598 remote: rewrite functions to take object_id arguments 10 years ago
Michael Haggerty 2b2a5be394 each_ref_fn: change to take an object_id parameter 10 years ago
Jeff King e291c75a95 remote.c: add branch_get_push 10 years ago
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 10 years ago
Junio C Hamano 05e73682cd checkout: report upstream correctly even with loosely defined branch.*.merge 10 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 11 years ago