255 Commits (bbc072f5d884d17a6102fd04ae6d2cfcaa98ad48)

Author SHA1 Message Date
Martin Ågren b227586831 lock_file: make function-local locks non-static 7 years ago
Johannes Schindelin 033abf97fc Replace all die("BUG: ...") calls by BUG() ones 7 years ago
brian m. carlson c00866a2cc builtin/receive-pack: convert one use of EMPTY_TREE_SHA1_HEX 7 years ago
brian m. carlson f6d27d2468 builtin/receive-pack: avoid hard-coded constants for push certs 7 years ago
Stefan Beller d807c4a01d exec_cmd: rename to use dash in file name 7 years ago
Stefan Beller a49d283435 packfile: add repository argument to reprepare_packed_git 7 years ago
Stefan Beller d0b5986622 object-store: close all packs upon clearing the object store 7 years ago
Brandon Williams 8f6982b4e1 protocol: introduce enum protocol_version value protocol_v2 7 years ago
brian m. carlson aab9583f7b Convert find_unique_abbrev* to struct object_id 7 years ago
Patryk Obara a09c985eae sha1_file: convert write_sha1_file to object_id 7 years ago
Brandon Williams aa9bab29b8 upload-pack, receive-pack: introduce protocol version 1 7 years ago
brian m. carlson 6ccac9eed5 Convert check_connected to use struct object_id 7 years ago
brian m. carlson 89f3bbdd3b refs: update ref transactions to use struct object_id 7 years ago
René Scharfe efbd4fdfc9 refs: pass NULL to resolve_refdup() if hash is not needed 7 years ago
René Scharfe 744c040b19 refs: pass NULL to resolve_ref_unsafe() if hash is not needed 7 years ago
Jeff King 06f46f237a avoid "write_in_full(fd, buf, len) != len" pattern 7 years ago
Jonathan Tan 3836d88ae5 pack: move pack-closing functions 8 years ago
René Scharfe f730944a49 receive-pack: don't access hash of NULL object_id pointer 8 years ago
brian m. carlson 15be4a5d38 Convert remaining callers of get_sha1 to get_oid. 8 years ago
René Scharfe 42c78a216e use DIV_ROUND_UP 8 years ago
Brandon Williams b2141fc1d2 config: don't include config.h by default 8 years ago
Jonathan Tan cbaf82cc6b receive-pack: verify push options in cert 8 years ago
brian m. carlson c251c83df2 object: convert parse_object* to take struct object_id 8 years ago
brian m. carlson e92b848cb6 shallow: convert shallow registration functions to object_id 8 years ago
Johannes Schindelin bda6e82801 receive-pack: plug memory leak in update() 8 years ago
Johannes Schindelin dddbad728c timestamp_t: a new data type for timestamps 8 years ago
Johannes Schindelin cb71f8bdb5 PRItime: introduce a new "printf format" for timestamps 8 years ago
Johannes Schindelin 1aeb7e756c parse_timestamp(): specify explicitly where we parse timestamps 8 years ago
David Turner 5781a9a270 xgethostname: handle long hostnames 8 years ago
René Scharfe da25bdb776 use HOST_NAME_MAX to size buffers for gethostname(2) 8 years ago
Jeff King 360244a51a receive-pack: drop tmp_objdir_env from run_update_hook 8 years ago
brian m. carlson 910650d2f8 Rename sha1_array to oid_array 8 years ago
brian m. carlson 1b7ba794d2 Convert sha1_array_for_each_unique and for_each_abbrev to object_id 8 years ago
brian m. carlson 98a72ddc12 Make sha1_array_append take a struct object_id * 8 years ago
Jeff King 446d5d9112 receive-pack: print --pack-header directly into argv array 8 years ago
brian m. carlson ee3051bd23 sha1-array: convert internal storage for struct sha1_array to object_id 8 years ago
brian m. carlson 9c44ea4403 builtin/receive-pack: convert portions to struct object_id 8 years ago
brian m. carlson f2214dede9 builtin/receive-pack: fix incorrect pointer arithmetic 8 years ago
brian m. carlson cd02599c48 Convert GIT_SHA1_RAWSZ used for allocation to GIT_MAX_RAWSZ 8 years ago
René Scharfe dce96c41f9 receive-pack: simplify run_update_post_hook() 8 years ago
Jeff King 6cdad1f133 receive-pack: fix deadlock when we cannot create tmpdir 8 years ago
brian m. carlson 2928325fc0 Convert remaining callers of resolve_refdup to object_id 8 years ago
Jeff King 63d428e656 receive-pack: avoid duplicates between our refs and alternates 8 years ago
Jeff King 8b24b9e765 receive-pack: treat namespace .have lines like alternates 8 years ago
Jeff King fea6c47f2f receive-pack: fix misleading namespace/.have comment 8 years ago
Jeff King ab6eea6f7b receive-pack: use oidset to de-duplicate .have lines 8 years ago
Jeff King 2429d63a46 for_each_alternate_ref: pass name/oid instead of ref struct 8 years ago
René Scharfe 4432dd6b5b receive-pack: call string_list_clear() unconditionally 8 years ago
Alex Henrie 2ddaa42783 receive-pack: improve English grammar of denyCurrentBranch message 8 years ago
Jeff King ef2ed5013c find_unique_abbrev: use 4-buffer ring 8 years ago