summaryrefslogtreecommitdiff
path: root/send-pack.c
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'en/header-split-cache-h-part-2'Junio C Hamano2023-05-091-0/+1
|\
| * commit.h: reduce unnecessary includesElijah Newren2023-04-241-0/+1
* | Merge branch 'jk/protocol-cap-parse-fix'Junio C Hamano2023-04-251-1/+1
|\ \
| * | v0 protocol: use size_t for capability length/offsetJeff King2023-04-141-1/+1
* | | Merge branch 'en/header-split-cache-h'Junio C Hamano2023-04-251-0/+1
|\ \ \ | |/ / |/| / | |/
| * treewide: remove double forward declaration of read_in_fullElijah Newren2023-04-111-0/+1
| * Merge branch 'ab/remove-implicit-use-of-the-repository' into en/header-split-...Junio C Hamano2023-04-041-3/+3
| |\
* | \ Merge branch 'en/header-split-cleanup'Junio C Hamano2023-04-061-1/+3
|\ \ \ | |/ /
| * | write-or-die.h: move declarations for write-or-die.c functions from cache.hElijah Newren2023-03-211-1/+2
| * | treewide: be explicit about dependence on gettext.hElijah Newren2023-03-211-0/+1
* | | Merge branch 'ab/remove-implicit-use-of-the-repository'Junio C Hamano2023-04-061-3/+3
|\ \ \ | | |/ | |/|
| * | cocci: apply the "object-store.h" part of "the_repository.pending"Ævar Arnfjörð Bjarmason2023-03-281-3/+3
* | | Merge branch 'sg/parse-options-h-users'Junio C Hamano2023-03-301-0/+1
|\ \ \ | |_|/ |/| |
| * | treewide: include parse-options.h in source filesSZEDER Gábor2023-03-201-0/+1
| |/
* | Remove unnecessary includes of builtin.hElijah Newren2023-02-231-1/+1
* | cache.h: remove dependence on hex.h; make other files include it explicitlyElijah Newren2023-02-231-0/+1
|/
* git-compat-util.h: use "UNUSED", not "UNUSED(var)"Ævar Arnfjörð Bjarmason2022-09-011-1/+1
* run-command: mark unused async callback parametersJeff King2022-08-191-1/+1
* send-pack.c: add config push.useBitmapsKyle Zhao2022-06-171-0/+6
* Merge branch 'fs/ssh-signing'Junio C Hamano2021-10-251-4/+4
|\
| * ssh signing: provide a textual signing_key_idFabian Stelzer2021-09-101-4/+4
* | Merge branch 'jt/push-negotiation-fixes'Junio C Hamano2021-08-241-2/+4
|\ \ | |/ |/|
| * send-pack: fix push nego. when remote has refsJonathan Tan2021-07-151-2/+4
* | send-pack.c: move "no refs in common" abort earlierÆvar Arnfjörð Bjarmason2021-06-301-5/+6
|/
* send-pack: support push negotiationJonathan Tan2021-05-051-4/+57
* use CALLOC_ARRAYRené Scharfe2021-03-131-2/+2
* Merge branch 'js/trace2-session-id'Junio C Hamano2020-12-081-0/+7
|\
| * send-pack: advertise session ID in capabilitiesJosh Steadmon2020-11-111-0/+7
* | Merge branch 'jk/stop-pack-objects-when-push-is-killed'Junio C Hamano2020-12-031-0/+1
|\ \ | |/ |/|
| * send-pack: kill pack-objects helper on signal or exitJeff King2020-11-211-0/+1
* | Merge branch 'sk/force-if-includes'Junio C Hamano2020-10-271-0/+1
|\ \ | |/ |/|
| * push: add reflog check for "--force-if-includes"Srinidhi Kaushik2020-10-031-0/+1
* | Merge branch 'hx/push-atomic-with-cert'Junio C Hamano2020-09-251-26/+28
|\ \ | |/ |/|
| * send-pack: run GPG after atomic push checkingHan Xin2020-09-191-28/+30
* | Merge branch 'jx/proc-receive-hook'Junio C Hamano2020-09-251-19/+82
|\ \ | |/ |/|
| * New capability "report-status-v2" for git-pushJiang Xin2020-08-271-19/+82
* | strvec: convert remaining callers away from argv_array nameJeff King2020-07-281-9/+9
* | Merge branch 'js/default-branch-name'Junio C Hamano2020-07-061-1/+1
|\ \
| * | send-pack/transport-helper: avoid mentioning a particular branchJohannes Schindelin2020-06-241-1/+1
* | | Merge branch 'bc/sha-256-part-2'Junio C Hamano2020-07-061-0/+6
|\ \ \ | |/ / |/| |
| * | send-pack: detect when the server doesn't support our hashbrian m. carlson2020-05-271-0/+6
| |/
* | Merge branch 'tb/shallow-cleanup'Junio C Hamano2020-05-131-0/+1
|\ \ | |/ |/|
| * shallow: extract a header file for shallow-related functionsTaylor Blau2020-04-301-0/+1
* | Merge branch 'jx/atomic-push'Junio C Hamano2020-04-281-27/+5
|\ \
| * | transport-helper: new method reject_atomic_push()Jiang Xin2020-04-171-26/+3
| * | send-pack: mark failure of atomic push properlyJiang Xin2020-04-171-0/+2
| * | send-pack: fix inconsistent porcelain outputJiang Xin2020-04-171-4/+3
| |/
* | oid_array: rename source file from sha1-arrayJeff King2020-03-301-1/+1
|/
* Merge branch 'jk/send-pack-check-negative-with-quick'Junio C Hamano2019-12-061-1/+3
|\
| * send-pack: use OBJECT_INFO_QUICK to check negative objectsJeff King2019-11-301-1/+3