3288 Commits (b65c05882fd5d42ade3c101e7e96f48a8249c82a)

Author SHA1 Message Date
Jeff King 2113471478 pack-objects: turn off bitmaps when we split packs 10 years ago
Eric Sunshine 85de86a16b mailinfo: work around -Wstring-plus-int warning 11 years ago
Jeff King 2da1f36671 mailinfo: make ">From" in-body header check more robust 11 years ago
Jeff King 30d1038d1b fsck: return non-zero status on missing ref tips 11 years ago
Jeff King c1063be2a3 config: avoid a funny sentinel value "a^" 11 years ago
Jeff King 2e770fe47e fsck: exit with non-zero status upon error from fsck_obj() 11 years ago
Jeff King ab791dd138 index-pack: fix race condition with duplicate bases 11 years ago
Jeff King 26be19ba8d send-pack: take refspecs over stdin 11 years ago
Tanay Abhra c8466645ed make config --add behave correctly for empty and NULL values 11 years ago
Nguyễn Thái Ngọc Duy 6fceed3bea fetch: silence git-gc if --quiet is given 11 years ago
Nguyễn Thái Ngọc Duy 1991006cb9 fetch: convert argv_gc_auto to struct argv_array 11 years ago
René Scharfe 8687f7776d clean: use f(void) instead of f() to declare a pointer to a function without arguments 11 years ago
Jeff King f7f91086a3 pack-objects: turn off bitmaps when we see --shallow lines 11 years ago
Junio C Hamano 477a08af04 apply: omit ws check for excluded paths 11 years ago
Junio C Hamano 3ee2ad14c6 apply: hoist use_patch() helper for path exclusion up 11 years ago
Junio C Hamano d487b0ba50 apply: use the right attribute for paths in non-Git patches 11 years ago
Jeff King b794ebeac9 diff-tree: avoid lookup_unknown_object 11 years ago
Jeff King fe24d396e1 move setting of object->type to alloc_* functions 11 years ago
Jeff King 31bb6d37f9 apply: avoid possible bogus pointer 11 years ago
Jeff King 28b3563241 free ref string returned by dwim_ref 11 years ago
Jeff King d51428bf17 receive-pack: don't copy "dir" parameter 11 years ago
Christian Couder 25a05a8cae replace: check mergetags when using --graft 11 years ago
Christian Couder 0b05ab6f1b replace: remove signature when using --graft 11 years ago
Christian Couder 4228e8bc98 replace: add --graft option 11 years ago
René Scharfe 5c0b13f85a use xmemdupz() to allocate copies of strings given by start and length 11 years ago
René Scharfe 51a60f5bfb use xcalloc() to allocate zero-initialized memory 11 years ago
Tanay Abhra f93d7c6fa0 replace memset with string-list initializers 11 years ago
René Scharfe 4bbaa1eb6f use commit_list_count() to count the members of commit_lists 11 years ago
René Scharfe cedc61a998 strbuf: use strbuf_addstr() for adding C strings 11 years ago
Michael Barabanov f38aa83f9a use local cloning if insteadOf makes a local URL 11 years ago
Jacob Keller b150794daf tag: support configuring --sort via .gitconfig 11 years ago
Ronnie Sahlberg e7e0f26eb6 refs.c: add a public is_branch function 11 years ago
René Scharfe 8c2cfa5544 annotate: use argv_array 11 years ago
Ronnie Sahlberg 8e34800e5b refs.c: change ref_transaction_update() to do error checking and return status 11 years ago
Ronnie Sahlberg 01319837c5 refs.c: remove the onerr argument to ref_transaction_commit 11 years ago
Ronnie Sahlberg 8bcd37482e update-ref: use err argument to get error from ref_transaction_commit 11 years ago
Ronnie Sahlberg 60bca085c8 refs.c: add an err argument to repack_without_refs 11 years ago
Ronnie Sahlberg 995f8746bc refs.c: add a strbuf argument to ref_transaction_commit for error logging 11 years ago
Ronnie Sahlberg 33f9fc5932 refs.c: ref_transaction_commit should not free the transaction 11 years ago
Karsten Blees 6aa3085702 trace: improve trace performance 11 years ago
Jeff King fa96082617 diff-tree: avoid lookup_unknown_object 11 years ago
Jeff King d36f51c13b move setting of object->type to alloc_* functions 11 years ago
René Scharfe 910a09a735 merge: simplify merge_trivial() by using commit_list_append() 11 years ago
René Scharfe e992d1eb39 use strbuf_addbuf for adding strbufs 11 years ago
Jeff King ce85604468 tag: use skip_prefix instead of magic numbers 11 years ago
René Scharfe 4602f1a434 diff-tree: call free_commit_list() instead of duplicating its code 11 years ago
Karsten Blees ab73a9d119 hashmap: add simplified hashmap_get_from_hash() API 11 years ago
Karsten Blees 039dc71a7c hashmap: factor out getting a hash code from a SHA1 11 years ago
Ronnie Sahlberg 95acfc2479 enums: remove trailing ',' after last item in enum 11 years ago
Ronnie Sahlberg 782735203c enums: remove trailing ',' after last item in enum 11 years ago