326 Commits (68fb02e40de22d38cb8988c524e31f93dc40c224)

Author SHA1 Message Date
Jeff King 4539c218c3 remote: avoid reading $GIT_DIR config in non-repo 8 years ago
Johannes Schindelin e459b073fb remote rename: more carefully determine whether a remote is configured 8 years ago
Kyle Meyer b10731f43d branch_get_push: do not segfault when HEAD is detached 8 years ago
René Scharfe a22ae753cb use strbuf_addstr() for adding constant strings to a strbuf, part 2 9 years ago
John Keeping 64ac39af70 push: allow pushing new branches with --force-with-lease 9 years ago
John Keeping eee98e74f9 push: add shorthand for --force-with-lease branch creation 9 years ago
Nguyễn Thái Ngọc Duy f54bea44a5 remote.c: specify correct plural form in "commit diverge" message 9 years ago
Jeff King 060e7766ba remote.c: spell __attribute__ correctly 9 years ago
Jeff King f2f12d169a remote: don't resolve HEAD in non-repository 9 years ago
Jeff King 50a6c8efa2 use st_add and st_mult for allocation size computation 9 years ago
Jeff King 96ffc06f72 convert trivial cases to FLEX_ARRAY macros 9 years ago
Thomas Gummerer 674468b364 remote: simplify remote_is_configured() 9 years ago
Thomas Gummerer bc60f8a77c remote: use parse_config_key 9 years ago
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 75faa45ae0 replace trivial malloc + sprintf / strcpy calls with xstrfmt 10 years ago
Jeff King 0e265a92a1 read_remotes_file: simplify string handling 10 years ago
Jeff King f28e3ab231 read_branches_file: simplify string handling 10 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