Age | Commit message (Expand) | Author | Files | Lines |
2018-03-06 | Merge branch 'bw/c-plus-plus' | Junio C Hamano | 1 | -1/+1 |
2018-02-14 | object: rename function 'typename' to 'type_name' | Brandon Williams | 1 | -1/+1 |
2018-01-24 | http-push: improve error log | Patryk Obara | 1 | -0/+4 |
2017-11-01 | http-push: use hex_to_bytes() | René Scharfe | 1 | -6/+4 |
2017-10-07 | Merge branch 'tg/memfixes' | Junio C Hamano | 1 | -1/+1 |
2017-10-04 | http-push: fix construction of hex value from path | Thomas Gummerer | 1 | -1/+1 |
2017-09-22 | consistently use "fallthrough" comments in switches | Jeff King | 1 | -0/+1 |
2017-08-23 | pack: move find_sha1_pack() | Jonathan Tan | 1 | -0/+1 |
2017-06-16 | coccinelle: make use of the "type" FREE_AND_NULL() rule | Ævar Arnfjörð Bjarmason | 1 | -16/+8 |
2017-05-08 | object: convert parse_object* to take struct object_id | brian m. carlson | 1 | -2/+2 |
2017-05-08 | http-push: convert process_ls_object and descendants to object_id | brian m. carlson | 1 | -11/+11 |
2017-05-08 | Convert lookup_tree to struct object_id | brian m. carlson | 1 | -1/+1 |
2017-05-08 | Convert lookup_blob to struct object_id | brian m. carlson | 1 | -1/+1 |
2017-05-08 | Convert lookup_commit* to struct object_id | brian m. carlson | 1 | -2/+3 |
2017-05-08 | http-push: convert some static functions to struct object_id | brian m. carlson | 1 | -12/+12 |
2017-03-18 | http-push: don't check return value of lookup_unknown_object() | René Scharfe | 1 | -5/+3 |
2016-09-08 | Merge branch 'jk/common-main' into maint | Junio C Hamano | 1 | -7/+3 |
2016-08-01 | use strbuf_addstr() for adding constant strings to a strbuf | René Scharfe | 1 | -1/+1 |
2016-07-06 | Merge branch 'jk/common-main-2.8' into jk/common-main | Junio C Hamano | 1 | -7/+3 |
2016-07-01 | common-main: call git_setup_gettext() | Jeff King | 1 | -2/+0 |
2016-07-01 | common-main: call git_extract_argv0_path() | Jeff King | 1 | -2/+0 |
2016-07-01 | add an extra level of indirection to main() | Jeff King | 1 | -3/+3 |
2016-05-06 | Merge branch 'bc/object-id' | Junio C Hamano | 1 | -2/+2 |
2016-04-27 | http: support sending custom HTTP headers | Johannes Schindelin | 1 | -5/+5 |
2016-04-25 | struct name_entry: use struct object_id instead of unsigned char sha1[20] | brian m. carlson | 1 | -2/+2 |
2016-02-12 | http-push: stop using name_path | Jeff King | 1 | -16/+7 |
2015-11-20 | Remove get_object_hash. | brian m. carlson | 1 | -10/+10 |
2015-11-20 | Convert struct object to object_id | brian m. carlson | 1 | -11/+11 |
2015-11-20 | Add several uses of get_object_hash. | brian m. carlson | 1 | -10/+10 |
2015-11-20 | ref_newer: convert to use struct object_id | brian m. carlson | 1 | -2/+2 |
2015-11-20 | Convert struct ref to use object_id. | brian m. carlson | 1 | -22/+22 |
2015-10-05 | drop strcpy in favor of raw sha1_to_hex | Jeff King | 1 | -4/+2 |
2015-10-05 | http-push: use an argv_array for setup_revisions | Jeff King | 1 | -22/+10 |
2015-09-25 | http-push: use strbuf instead of fwrite_buffer | Jeff King | 1 | -16/+5 |
2015-09-25 | http-push: replace strcat with xsnprintf | Jeff King | 1 | -4/+4 |
2015-09-25 | use xsnprintf for generating git object headers | Jeff King | 1 | -1/+1 |
2015-09-25 | convert trivial sprintf / strcpy calls to xsnprintf | Jeff King | 1 | -1/+1 |
2015-03-27 | Merge branch 'sb/leaks' | Junio C Hamano | 1 | -1/+0 |
2015-03-23 | http-push: remove unneeded cleanup | Stefan Beller | 1 | -1/+0 |
2015-03-17 | Merge branch 'rs/deflate-init-cleanup' | Junio C Hamano | 1 | -1/+0 |
2015-03-05 | zlib: initialize git_zstream in git_deflate_init{,_gzip,_raw} | René Scharfe | 1 | -1/+0 |
2015-01-14 | http-push: trim trailing newline from remote symref | Jeff King | 1 | -0/+3 |
2014-07-22 | Merge branch 'ah/fix-http-push' into maint | Junio C Hamano | 1 | -1/+1 |
2014-07-16 | Merge branch 'ah/fix-http-push' | Junio C Hamano | 1 | -1/+1 |
2014-07-13 | http-push.c: make CURLOPT_IOCTLDATA a usable pointer | Abbaad Haider | 1 | -1/+1 |
2014-07-09 | Merge branch 'jk/xstrfmt' | Junio C Hamano | 1 | -17/+7 |
2014-06-20 | http-push: refactor parsing of remote object names | Jeff King | 1 | -15/+23 |
2014-06-20 | use skip_prefix to avoid magic numbers | Jeff King | 1 | -5/+6 |
2014-06-19 | use xstrfmt to replace xmalloc + sprintf | Jeff King | 1 | -13/+5 |
2014-06-19 | use xstrdup instead of xmalloc + strcpy | Jeff King | 1 | -4/+2 |