16 Commits (7243f5f3507abe3d083ec18e44bc7cb464fa06f4)

Author SHA1 Message Date
brian m. carlson ed1c9977cb Remove get_object_hash. 9 years ago
brian m. carlson f2fd0760f6 Convert struct object to object_id 9 years ago
brian m. carlson 7999b2cf77 Add several uses of get_object_hash. 9 years ago
Junio C Hamano 33e8fc8740 usage: do not insist that standard input must come from a file 9 years ago
Johannes Schindelin 5d477a334a fsck (receive-pack): allow demoting errors to warnings 10 years ago
Johannes Schindelin 22410549fc fsck: introduce fsck options 10 years ago
Duy Nguyen a1e920a0a7 index-pack: terminate object buffers with NUL 10 years ago
Johannes Schindelin 90a398bbd7 fsck_object(): allow passing object data separately from the object itself 10 years ago
Nguyễn Thái Ngọc Duy 754dbc43f0 i18n: mark all progress lines for translation 11 years ago
Michael Haggerty afc711b8e1 rename read_replace_refs to check_replace_refs 11 years ago
Christian Couder 5955654823 replace {pre,suf}fixcmp() with {starts,ends}_with() 11 years ago
Pete Wyckoff 82247e9bd5 remove superfluous newlines in error messages 13 years ago
Junio C Hamano ef49a7a012 zlib: zlib can only process 4GB at a time 14 years ago
Erik Faye-Lund c03c83152d do not depend on signed integer overflow 14 years ago
Linus Torvalds 81b50f3ce4 Move 'builtin-*' into a 'builtin/' subdirectory 15 years ago
Junio C Hamano 9a217391e9 Fix "unpack-objects --strict" 16 years ago
Thomas Rast d824cbba02 Convert existing die(..., strerror(errno)) to die_errno() 16 years ago
Linus Torvalds 2af202be3d Fix various sparse warnings in the git source code 16 years ago
Linus Torvalds 48fb7deb5b Fix big left-shifts of unsigned char 16 years ago
Christian Couder dae556bdb1 environment: add global variable to disable replacement 16 years ago
Linus Torvalds 39c68542fc Wrap inflate and other zlib routines for better error reporting 16 years ago
Nicolas Pitre d8f325563d better validation on delta base object offsets 16 years ago
Brandon Casey 19d4b416f4 Replace xmalloc/memset(0) pairs with xcalloc 16 years ago
Nicolas Pitre 9126f0091f fix openssl headers conflicting with custom SHA1 implementations 17 years ago
Heikki Orsila f18d244a63 Start conforming code to "git subcmd" style part 3 17 years ago
Ramsay Jones 6e1c23442a Fix some warnings (on cygwin) to allow -Werror 17 years ago
Johannes Schindelin ef90d6d420 Provide git_config with a callback-data parameter 17 years ago
Junio C Hamano f2898cfadc unpack-objects: fix --strict handling 17 years ago
Martin Koegler b41860bf28 unpack-objects: prevent writing of inconsistent objects 17 years ago
Junio C Hamano c95b3ad9ea Revert "unpack-objects: prevent writing of inconsistent objects" 17 years ago
Martin Koegler d5ef408b9a unpack-objects: prevent writing of inconsistent objects 17 years ago
Martin Koegler 2add1e6db4 unpack-object: cache for non written objects 17 years ago
Nicolas Pitre 4d4fcc5451 relax usage of the progress API 17 years ago
Nicolas Pitre dc6a0757c4 make struct progress an opaque type 17 years ago
Nicolas Pitre 42e18fbf5f more compact progress display 17 years ago
Johan Herland 8a912bcb25 Ensure return value from xread() is always stored into an ssize_t 18 years ago
Nicolas Pitre 13aaf14825 make progress "title" part of the common progress interface 18 years ago
Nicolas Pitre 96a02f8f6d common progress display support 18 years ago
Nicolas Pitre d7dd02231f add overflow tests on pack offset variables 18 years ago
Nicolas Pitre 8723f21626 make overflow test on delta base offset work regardless of variable size 18 years ago
Nicolas Pitre 21666f1aae convert object type handling from a string to a number 18 years ago
Junio C Hamano cc44c7655f Mechanical conversion to use prefixcmp() 18 years ago
Junio C Hamano 85023577a8 simplify inclusion of system header files. 18 years ago
Nicolas Pitre bed006fbdd Allow pack header preprocessing before unpack-objects/index-pack. 18 years ago
Edgar Toernig 79a65697be Use memmove instead of memcpy for overlapping areas 18 years ago
Nicolas Pitre 209c554ab4 teach git-unpack-objects about deltas with offset to base 19 years ago
Nicolas Pitre eb32d236df introduce delta objects with offset to base 19 years ago
Junio C Hamano 3b67d2917a unpack-objects -r: call it "recover". 19 years ago
Junio C Hamano f986f2c830 unpack-objects desperately salvages objects from a corrupt pack 19 years ago
Johannes Schindelin c9b0597d3d unpack-objects: remove unused variable "eof" 19 years ago