351 Commits (170078693fcccd614406e1c3c9fcbea8aaba0c13)

Author SHA1 Message Date
René Scharfe 744c040b19 refs: pass NULL to resolve_ref_unsafe() if hash is not needed 8 years ago
Martin Ågren 7560f547e6 treewide: correct several "up-to-date" to "up to date" 8 years ago
brian m. carlson e82caf384b sha1_name: convert get_sha1* to get_oid* 8 years ago
brian m. carlson b8566f8ff9 remote: convert struct push_cas to struct object_id 8 years ago
Stefan Beller 45dcb35f9a remote.c: drop hashmap_cmp_fn cast 8 years ago
Stefan Beller 7663cdc86c hashmap.h: compare function has access to a data field 8 years ago
Brandon Williams b2141fc1d2 config: don't include config.h by default 8 years ago
Jeff King a56eea28c4 remote: drop free_refspecs() function 8 years ago
Nguyễn Thái Ngọc Duy e9d983f116 wrapper.c: add and use fopen_or_warn() 8 years ago
Johannes Sixt d9244ecf4f Windows: do not treat a path with backslashes as a remote's nick name 8 years ago
brian m. carlson c251c83df2 object: convert parse_object* to take struct object_id 8 years ago
brian m. carlson bc83266abe Convert lookup_commit* to struct object_id 8 years ago
Johannes Schindelin 3dc7ea91da remote: plug memory leak in match_explicit() 8 years ago
Brandon Williams c19ae47a79 remote: expose parse_push_refspec function 8 years ago
Junio C Hamano 8668976b53 remote.[ch]: parse_push_cas_option() can be static 8 years ago
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 10 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