summaryrefslogtreecommitdiffstats
path: root/http-push.c
Commit message (Expand)AuthorAgeFilesLines
* tree-walk: store object_id in a separate memberbrian m. carlson2019-01-151-2/+2
* Upcast size_t variables to uintmax_t when printingTorsten Bögershausen2018-11-121-1/+1
* Merge branch 'nd/the-index'Junio C Hamano2018-10-191-1/+1
|\
| * revision.c: remove implicit dependency on the_indexNguyễn Thái Ngọc Duy2018-09-211-1/+1
* | Merge branch 'jk/cocci'Junio C Hamano2018-09-171-1/+1
|\ \
| * | convert "oidcmp() == 0" to oideq()Jeff King2018-08-291-1/+1
| |/
* / commit.h: remove method declarationsDerrick Stolee2018-07-201-1/+1
|/
* tag: add repository argument to deref_tagStefan Beller2018-06-291-1/+1
* tree: add repository argument to lookup_treeStefan Beller2018-06-291-1/+2
* blob: add repository argument to lookup_blobStefan Beller2018-06-291-1/+2
* object: add repository argument to lookup_objectStefan Beller2018-06-291-1/+1
* object: add repository argument to parse_objectStefan Beller2018-06-291-2/+4
* Merge branch 'bw/ref-prefix-for-configured-refspec'Junio C Hamano2018-05-301-10/+8
|\
| * remote: convert match_push_refs to take a struct refspecBrandon Williams2018-05-181-2/+1
| * http-push: store refspecs in a struct refspecBrandon Williams2018-05-181-9/+8
* | Merge branch 'ds/lazy-load-trees'Junio C Hamano2018-05-231-1/+1
|\ \ | |/ |/|
| * treewide: replace maybe_tree with accessor methodsDerrick Stolee2018-04-111-1/+1
| * treewide: rename tree to maybe_treeDerrick Stolee2018-04-111-1/+1
| * Merge branch 'bw/c-plus-plus' into ds/lazy-load-treesJunio C Hamano2018-04-111-1/+1
| |\
* | | exec_cmd: rename to use dash in file nameStefan Beller2018-04-111-1/+1
* | | Merge branch 'sb/object-store'Junio C Hamano2018-04-111-0/+1
|\ \ \
| * | | object-store: move packed_git and packed_git_mru to object storeStefan Beller2018-03-261-0/+1
| |/ /
* | | sha1_file: convert read_sha1_file to struct object_idbrian m. carlson2018-03-141-1/+1
* | | Merge branch 'bw/c-plus-plus'Junio C Hamano2018-03-061-1/+1
|\ \ \ | |/ / |/| / | |/
| * object: rename function 'typename' to 'type_name'Brandon Williams2018-02-141-1/+1
* | http-push: improve error logPatryk Obara2018-01-241-0/+4
|/
* http-push: use hex_to_bytes()René Scharfe2017-11-011-6/+4
* Merge branch 'tg/memfixes'Junio C Hamano2017-10-071-1/+1
|\
| * http-push: fix construction of hex value from pathThomas Gummerer2017-10-041-1/+1
* | consistently use "fallthrough" comments in switchesJeff King2017-09-221-0/+1
* | pack: move find_sha1_pack()Jonathan Tan2017-08-231-0/+1
|/
* coccinelle: make use of the "type" FREE_AND_NULL() ruleÆvar Arnfjörð Bjarmason2017-06-161-16/+8
* object: convert parse_object* to take struct object_idbrian m. carlson2017-05-081-2/+2
* http-push: convert process_ls_object and descendants to object_idbrian m. carlson2017-05-081-11/+11
* Convert lookup_tree to struct object_idbrian m. carlson2017-05-081-1/+1
* Convert lookup_blob to struct object_idbrian m. carlson2017-05-081-1/+1
* Convert lookup_commit* to struct object_idbrian m. carlson2017-05-081-2/+3
* http-push: convert some static functions to struct object_idbrian m. carlson2017-05-081-12/+12
* http-push: don't check return value of lookup_unknown_object()René Scharfe2017-03-181-5/+3
* Merge branch 'jk/common-main' into maintJunio C Hamano2016-09-081-7/+3
|\
| * Merge branch 'jk/common-main-2.8' into jk/common-mainJunio C Hamano2016-07-061-7/+3
| |\
| | * common-main: call git_setup_gettext()Jeff King2016-07-011-2/+0
| | * common-main: call git_extract_argv0_path()Jeff King2016-07-011-2/+0
| | * add an extra level of indirection to main()Jeff King2016-07-011-3/+3
* | | use strbuf_addstr() for adding constant strings to a strbufRené Scharfe2016-08-011-1/+1
|/ /
* | Merge branch 'bc/object-id'Junio C Hamano2016-05-061-2/+2
|\ \
| * | struct name_entry: use struct object_id instead of unsigned char sha1[20]brian m. carlson2016-04-251-2/+2
| |/
* / http: support sending custom HTTP headersJohannes Schindelin2016-04-271-5/+5
|/
* http-push: stop using name_pathJeff King2016-02-121-16/+7
* Remove get_object_hash.brian m. carlson2015-11-201-10/+10