| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge branch 'js/trace2-session-id' | Junio C Hamano | 2020-12-08 | 1 | -0/+7 |
|\ |
|
| * | send-pack: advertise session ID in capabilities | Josh Steadmon | 2020-11-11 | 1 | -0/+7 |
* | | Merge branch 'jk/stop-pack-objects-when-push-is-killed' | Junio C Hamano | 2020-12-03 | 1 | -0/+1 |
|\ \
| |/
|/| |
|
| * | send-pack: kill pack-objects helper on signal or exit | Jeff King | 2020-11-21 | 1 | -0/+1 |
* | | Merge branch 'sk/force-if-includes' | Junio C Hamano | 2020-10-27 | 1 | -0/+1 |
|\ \
| |/
|/| |
|
| * | push: add reflog check for "--force-if-includes" | Srinidhi Kaushik | 2020-10-03 | 1 | -0/+1 |
* | | Merge branch 'hx/push-atomic-with-cert' | Junio C Hamano | 2020-09-25 | 1 | -26/+28 |
|\ \
| |/
|/| |
|
| * | send-pack: run GPG after atomic push checking | Han Xin | 2020-09-19 | 1 | -28/+30 |
* | | Merge branch 'jx/proc-receive-hook' | Junio C Hamano | 2020-09-25 | 1 | -19/+82 |
|\ \
| |/
|/| |
|
| * | New capability "report-status-v2" for git-push | Jiang Xin | 2020-08-27 | 1 | -19/+82 |
* | | strvec: convert remaining callers away from argv_array name | Jeff King | 2020-07-28 | 1 | -9/+9 |
* | | Merge branch 'js/default-branch-name' | Junio C Hamano | 2020-07-06 | 1 | -1/+1 |
|\ \ |
|
| * | | send-pack/transport-helper: avoid mentioning a particular branch | Johannes Schindelin | 2020-06-24 | 1 | -1/+1 |
* | | | Merge branch 'bc/sha-256-part-2' | Junio C Hamano | 2020-07-06 | 1 | -0/+6 |
|\ \ \
| |/ /
|/| | |
|
| * | | send-pack: detect when the server doesn't support our hash | brian m. carlson | 2020-05-27 | 1 | -0/+6 |
| |/ |
|
* | | Merge branch 'tb/shallow-cleanup' | Junio C Hamano | 2020-05-13 | 1 | -0/+1 |
|\ \
| |/
|/| |
|
| * | shallow: extract a header file for shallow-related functions | Taylor Blau | 2020-04-30 | 1 | -0/+1 |
* | | Merge branch 'jx/atomic-push' | Junio C Hamano | 2020-04-28 | 1 | -27/+5 |
|\ \ |
|
| * | | transport-helper: new method reject_atomic_push() | Jiang Xin | 2020-04-17 | 1 | -26/+3 |
| * | | send-pack: mark failure of atomic push properly | Jiang Xin | 2020-04-17 | 1 | -0/+2 |
| * | | send-pack: fix inconsistent porcelain output | Jiang Xin | 2020-04-17 | 1 | -4/+3 |
| |/ |
|
* | | oid_array: rename source file from sha1-array | Jeff King | 2020-03-30 | 1 | -1/+1 |
|/ |
|
* | Merge branch 'jk/send-pack-check-negative-with-quick' | Junio C Hamano | 2019-12-06 | 1 | -1/+3 |
|\ |
|
| * | send-pack: use OBJECT_INFO_QUICK to check negative objects | Jeff King | 2019-11-30 | 1 | -1/+3 |
* | | Merge branch 'jk/send-pack-remote-failure' | Junio C Hamano | 2019-12-01 | 1 | -4/+4 |
|\ \
| |/
|/| |
|
| * | send-pack: check remote ref status on pack-objects failure | Jeff King | 2019-11-13 | 1 | -4/+4 |
* | | send-pack: never fetch when checking exclusions | Jonathan Tan | 2019-10-09 | 1 | -1/+2 |
|/ |
|
* | Merge branch 'jk/loose-object-cache-oid' | Junio C Hamano | 2019-02-06 | 1 | -1/+1 |
|\ |
|
| * | convert has_sha1_file() callers to has_object_file() | Jeff King | 2019-01-08 | 1 | -1/+1 |
* | | pack-protocol.txt: accept error packets in any context | Masaya Suzuki | 2019-01-02 | 1 | -1/+3 |
* | | Use packet_reader instead of packet_read_line | Masaya Suzuki | 2019-01-02 | 1 | -18/+19 |
|/ |
|
* | send-pack.c: move async's #ifdef NO_PTHREADS back to run-command.c | Nguyễn Thái Ngọc Duy | 2018-11-05 | 1 | -3/+2 |
* | shallow: add repository argument to is_repository_shallow | Stefan Beller | 2018-05-18 | 1 | -3/+3 |
* | object-store: move object access functions to object-store.h | Stefan Beller | 2018-05-16 | 1 | -0/+1 |
* | send-pack: convert remaining functions to struct object_id | brian m. carlson | 2018-03-14 | 1 | -6/+6 |
* | always check for NULL return from packet_read_line()js/packet-read-line-check-null | Jon Simons | 2018-02-08 | 1 | -0/+2 |
* | send-pack: use internal argv_array of struct child_processrs/use-argv-array-in-child-process | René Scharfe | 2017-12-22 | 1 | -19/+9 |
* | consistently use "fallthrough" comments in switchesjk/fallthrough | Jeff King | 2017-09-22 | 1 | -1/+1 |
* | send-pack: release strbuf on error return in send_pack() | Rene Scharfe | 2017-09-07 | 1 | -1/+4 |
* | Spelling fixesvs/typofixes | Ville Skyttä | 2017-06-27 | 1 | -1/+1 |
* | config: don't include config.h by default | Brandon Williams | 2017-06-15 | 1 | -0/+1 |
* | Merge branch 'bc/object-id' | Junio C Hamano | 2017-04-19 | 1 | -3/+3 |
|\ |
|
| * | Rename sha1_array to oid_array | brian m. carlson | 2017-03-31 | 1 | -2/+2 |
| * | sha1-array: convert internal storage for struct sha1_array to object_id | brian m. carlson | 2017-03-28 | 1 | -1/+1 |
* | | Merge branch 'sb/push-options-via-transport' | Junio C Hamano | 2017-03-27 | 1 | -12/+8 |
|\ \
| |/
|/| |
|
| * | send-pack: send push options correctly in stateless-rpc case | Brandon Williams | 2017-03-22 | 1 | -12/+8 |
* | | send-pack: report signal death of pack-objectsjk/push-deadlock-regression-fix | Jeff King | 2017-03-07 | 1 | -1/+14 |
* | | send-pack: read "unpack" status even on pack-objects failure | Jeff King | 2017-03-07 | 1 | -0/+8 |
* | | send-pack: improve unpack-status error messages | Jeff King | 2017-03-07 | 1 | -2/+2 |
* | | send-pack: use skip_prefix for parsing unpack status | Jeff King | 2017-03-07 | 1 | -3/+3 |