aboutsummaryrefslogtreecommitdiffstats
path: root/http-push.c (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* object: convert lookup_unknown_object() to use object_idJeff King2019-06-201-1/+1
* Merge branch 'cb/http-push-null-in-message-fix'Junio C Hamano2019-05-191-2/+2
|\
| * http-push: prevent format overflow warning with gcc >= 9Carlo Marcelo Arenas Belón2019-05-151-2/+2
* | http-push: remove remaining uses of sha1_to_hexbrian m. carlson2019-04-011-4/+4
* | http-push: convert to use the_hash_algobrian m. carlson2019-04-011-10/+10
* | object-store: rename and expand packed_git's sha1 memberbrian m. carlson2019-04-011-1/+2
|/
* Merge branch 'jk/loose-object-cache-oid'Junio C Hamano2019-02-061-1/+1
|\
| * http: use struct object_id instead of bare sha1Jeff King2019-01-081-1/+1
* | Merge branch 'ds/push-sparse-tree-walk'Junio C Hamano2019-02-061-1/+1
|\ \
| * | list-objects: consume sparse tree walkDerrick Stolee2019-01-171-1/+1
| |/
* / 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
|\