Age | Commit message (Expand) | Author | Files | Lines |
2019-07-19 | Merge branch 'jk/check-connected-with-alternates' | Junio C Hamano | 1 | -1/+0 |
2019-07-09 | Merge branch 'ds/close-object-store' | Junio C Hamano | 1 | -1/+1 |
2019-07-01 | object-store.h: move for_each_alternate_ref() from transport.h | Jeff King | 1 | -1/+0 |
2019-06-12 | packfile: rename close_all_packs to close_object_store | Derrick Stolee | 1 | -1/+1 |
2019-05-13 | receive-pack: drop unused "commands" from prepare_shallow_update() | Jeff King | 1 | -3/+2 |
2019-03-07 | Merge branch 'ab/receive-pack-use-after-free-fix' | Junio C Hamano | 1 | -8/+15 |
2019-02-22 | trace2:data: add trace2 hook classification | Jeff Hostetler | 1 | -0/+4 |
2019-02-20 | receive-pack: fix use-after-free bug | Ævar Arnfjörð Bjarmason | 1 | -8/+15 |
2019-01-02 | pack-protocol.txt: accept error packets in any context | Masaya Suzuki | 1 | -1/+3 |
2019-01-02 | Use packet_reader instead of packet_read_line | Masaya Suzuki | 1 | -29/+31 |
2018-10-30 | Merge branch 'jc/receive-deny-current-branch-fix' | Junio C Hamano | 1 | -3/+9 |
2018-10-19 | receive: denyCurrentBranch=updateinstead should not blindly update | Junio C Hamano | 1 | -3/+9 |
2018-10-19 | Merge branch 'tb/filter-alternate-refs' | Junio C Hamano | 1 | -2/+1 |
2018-10-16 | Merge branch 'jk/check-everything-connected-is-long-gone' | Junio C Hamano | 1 | -1/+1 |
2018-10-09 | transport: drop refnames from for_each_alternate_ref | Jeff King | 1 | -2/+1 |
2018-09-25 | receive-pack: update comment with check_everything_connected | Jeff King | 1 | -1/+1 |
2018-09-24 | Merge branch 'en/double-semicolon-fix' | Junio C Hamano | 1 | -1/+1 |
2018-09-17 | Merge branch 'jk/cocci' | Junio C Hamano | 1 | -2/+2 |
2018-09-17 | Merge branch 'ds/reachable' | Junio C Hamano | 1 | -0/+1 |
2018-09-05 | Remove superfluous trailing semicolons | Elijah Newren | 1 | -1/+1 |
2018-08-29 | convert "oidcmp() == 0" to oideq() | Jeff King | 1 | -2/+2 |
2018-08-02 | Merge branch 'sb/object-store-lookup' | Junio C Hamano | 1 | -3/+3 |
2018-07-24 | Merge branch 'hs/push-cert-check-cleanup' | Junio C Hamano | 1 | -15/+2 |
2018-07-20 | commit.h: remove method declarations | Derrick Stolee | 1 | -0/+1 |
2018-07-18 | Merge branch 'sb/object-store-grafts' | Junio C Hamano | 1 | -1/+2 |
2018-07-11 | builtin/receive-pack: use check_signature from gpg-interface | Henning Schild | 1 | -15/+2 |
2018-06-29 | object: add repository argument to parse_object | Stefan Beller | 1 | -3/+3 |
2018-06-29 | Merge branch 'sb/object-store-grafts' into sb/object-store-lookup | Junio C Hamano | 1 | -1/+2 |
2018-05-30 | Merge branch 'bc/object-id' | Junio C Hamano | 1 | -4/+4 |
2018-05-30 | Merge branch 'js/use-bug-macro' | Junio C Hamano | 1 | -1/+1 |
2018-05-30 | Merge branch 'ma/lockfile-cleanup' | Junio C Hamano | 1 | -1/+1 |
2018-05-18 | shallow: add repository argument to register_shallow | Stefan Beller | 1 | -1/+1 |
2018-05-16 | object-store: move object access functions to object-store.h | Stefan Beller | 1 | -0/+1 |
2018-05-10 | lock_file: make function-local locks non-static | Martin Ågren | 1 | -1/+1 |
2018-05-08 | Merge branch 'bw/protocol-v2' | Junio C Hamano | 1 | -0/+6 |
2018-05-06 | Replace all die("BUG: ...") calls by BUG() ones | Johannes Schindelin | 1 | -1/+1 |
2018-05-02 | builtin/receive-pack: convert one use of EMPTY_TREE_SHA1_HEX | brian m. carlson | 1 | -1/+1 |
2018-05-02 | builtin/receive-pack: avoid hard-coded constants for push certs | brian m. carlson | 1 | -3/+3 |
2018-04-11 | exec_cmd: rename to use dash in file name | Stefan Beller | 1 | -1/+1 |
2018-04-11 | Merge branch 'sb/packfiles-in-repository' | Junio C Hamano | 1 | -1/+2 |
2018-04-11 | Merge branch 'sb/object-store' | Junio C Hamano | 1 | -1/+1 |
2018-03-26 | packfile: add repository argument to reprepare_packed_git | Stefan Beller | 1 | -1/+2 |
2018-03-26 | object-store: close all packs upon clearing the object store | Stefan Beller | 1 | -1/+1 |
2018-03-14 | protocol: introduce enum protocol_version value protocol_v2 | Brandon Williams | 1 | -0/+6 |
2018-03-14 | Convert find_unique_abbrev* to struct object_id | brian m. carlson | 1 | -4/+4 |
2018-01-30 | sha1_file: convert write_sha1_file to object_id | Patryk Obara | 1 | -5/+6 |
2017-12-06 | Merge branch 'bw/protocol-v1' | Junio C Hamano | 1 | -0/+17 |
2017-10-17 | upload-pack, receive-pack: introduce protocol version 1 | Brandon Williams | 1 | -0/+17 |
2017-10-16 | Convert check_connected to use struct object_id | brian m. carlson | 1 | -5/+5 |
2017-10-16 | refs: update ref transactions to use struct object_id | brian m. carlson | 1 | -2/+2 |