270 Commits (1a5fccc0c26b4a8abafd85a73558022e65f6f8cf)

Author SHA1 Message Date
René Scharfe 02962d3684 use strbuf_addstr() for adding constant strings to a strbuf 9 years ago
Jeff King 5ce5f5fa5a common-main: call git_setup_gettext() 9 years ago
Jeff King 650c449250 common-main: call git_extract_argv0_path() 9 years ago
Jeff King 3f2e2297b9 add an extra level of indirection to main() 9 years ago
Johannes Schindelin 8cb01e2fd3 http: support sending custom HTTP headers 9 years ago
brian m. carlson 7d924c9139 struct name_entry: use struct object_id instead of unsigned char sha1[20] 9 years ago
Jeff King c6bd2a1dec http-push: stop using name_path 9 years ago
Jeff King 415959387e http-push: stop using name_path 9 years ago
brian m. carlson ed1c9977cb Remove get_object_hash. 9 years ago
brian m. carlson f2fd0760f6 Convert struct object to object_id 9 years ago
brian m. carlson 7999b2cf77 Add several uses of get_object_hash. 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
Jeff King 2b87d3a896 drop strcpy in favor of raw sha1_to_hex 9 years ago
Jeff King a0355f6bcd http-push: use an argv_array for setup_revisions 9 years ago
Jeff King 0cc4142859 http-push: replace strcat with xsnprintf 9 years ago
Jeff King 7d0581a9ab http-push: use strbuf instead of fwrite_buffer 9 years ago
Jeff King ef1286d3c0 use xsnprintf for generating git object headers 9 years ago
Jeff King 5096d4909f convert trivial sprintf / strcpy calls to xsnprintf 9 years ago
Stefan Beller e280888cfb http-push: remove unneeded cleanup 10 years ago
René Scharfe 9a6f1287fb zlib: initialize git_zstream in git_deflate_init{,_gzip,_raw} 10 years ago
Jeff King f6786c8dcb http-push: trim trailing newline from remote symref 10 years ago
Abbaad Haider 479eaa8ef8 http-push.c: make CURLOPT_IOCTLDATA a usable pointer 11 years ago
Jeff King 67a31f6128 http-push: refactor parsing of remote object names 11 years ago
Jeff King ae021d8791 use skip_prefix to avoid magic numbers 11 years ago
Jeff King 283101869b use xstrfmt to replace xmalloc + sprintf 11 years ago
Jeff King 95244ae3dd use xstrdup instead of xmalloc + strcpy 11 years ago
Brian Gesiak f3d51ffde8 http-push.c: rearrange xcalloc arguments 11 years ago
Nguyễn Thái Ngọc Duy 208acbfb82 object.h: centralize object flag allocation 11 years ago
Christian Couder 5955654823 replace {pre,suf}fixcmp() with {starts,ends}_with() 11 years ago
Jeff King 1bbcc224cc http: refactor options to http_get_* 11 years ago
Nguyễn Thái Ngọc Duy e76a5fb459 list-objects: reduce one argument in mark_edges_uninteresting 12 years ago
Stefan Beller 3def06e625 http-push.c::add_send_request(): do not initialize transfer_request 12 years ago
Jeff King 6e454b9a31 clear parsed flag when we free tree buffers 12 years ago
Jeff King 4df13f69e9 http: drop http_error function 12 years ago
Jeff King 67d2a7b5c5 http: simplify http_error helper function 12 years ago
Matt Kraai 081fd8d093 Allow building with xmlparse.h 12 years ago
Shawn Pearce 4656bf47fc Verify Content-Type from smart HTTP servers 12 years ago
Michael Haggerty 37141f27d8 xml_entities(): use function strbuf_addstr_xml_quoted() 12 years ago
Junio C Hamano 6571225137 http-push: use in_merge_bases() for fast-forward check 13 years ago
Jeff King 5cb2194aba http-push: do not access git_default_email directly 13 years ago
Pete Wyckoff 82247e9bd5 remove superfluous newlines in error messages 13 years ago
Jeff King a4ddbc33d7 http-push: enable "proactive auth" 13 years ago
Ævar Arnfjörð Bjarmason 5e9637c629 i18n: add infrastructure for translating Git with gettext 13 years ago
Jeff King deba49377b http_init: accept separate URL parameter 13 years ago
Nguyễn Thái Ngọc Duy baf18fc261 Accept tags in HEAD or MERGE_HEAD 14 years ago
Junio C Hamano 29753cddc8 rename "match_refs()" to "match_push_refs()" 14 years ago
Junio C Hamano cd2b8ae983 whitespace: have SP on both sides of an assignment "=" 14 years ago
Junio C Hamano ef49a7a012 zlib: zlib can only process 4GB at a time 14 years ago
Junio C Hamano 225a6f1068 zlib: wrap deflateBound() too 14 years ago