39 Commits (d71abd99f82e7076775f12deb9326f7d26761591)

Author SHA1 Message Date
Jeff King 90108a2441 upload-pack: avoid parsing tag destinations 13 years ago
Junio C Hamano 2f47eae2a1 Split GPG interface into its own helper library 13 years ago
Nguyễn Thái Ngọc Duy 855942528e parse_tag_buffer(): do not prefixcmp() out of range 14 years ago
Nguyễn Thái Ngọc Duy cf7b1cad0e Add const to parse_{commit,tag}_buffer() 14 years ago
Michael J Gruber 3d5854e765 tag: recognize rfc1991 signatures 14 years ago
Michael J Gruber ac58c4c795 verify-tag: factor out signature detection 14 years ago
Junio C Hamano d2c030d477 tag.c: whitespace breakages fix 15 years ago
Shawn O. Pearce e451d06bf3 tag.c: Parse tagger date (if present) 15 years ago
Shawn O. Pearce 28de5b6b40 tag.c: Refactor parse_tag_buffer to be saner to program 15 years ago
Shawn O. Pearce 2e0052a5eb tag.c: Correct indentation 15 years ago
Martin Koegler 7914053ba9 Remove unused object-ref code 17 years ago
Martin Koegler 24e8a3c946 deref_tag: handle tag->tagged = NULL 17 years ago
Martin Koegler a0393ef676 parse_tag_buffer: don't parse invalid tags 17 years ago
Pierre Habouzit 182af8343c Use xmemdupz() in many places. 18 years ago
Johan Herland eb09626b94 Fix stupid typo in lookup_tag() 18 years ago
Linus Torvalds 100c5f3b0b Clean up object creation to use more common code 18 years ago
Nicolas Pitre 0ab179504a get rid of lookup_object_type() 18 years ago
Nicolas Pitre 21666f1aae convert object type handling from a string to a number 18 years ago
Linus Torvalds 1974632c66 Remove TYPE_* constant macros and use object_type enums consistently. 19 years ago
Florian Forster 1d7f171c3a Remove all void-pointer arithmetic. 19 years ago
Linus Torvalds 855419f764 Add specialized object allocator 19 years ago
Linus Torvalds 885a86abe2 Shrink "struct object" a bit 19 years ago
Peter Eriksen 90321c106c Replace xmalloc+memset(0) with xcalloc. 19 years ago
Junio C Hamano 8f1d2e6f49 [PATCH] Compilation: zero-length array declaration. 19 years ago
Junio C Hamano 27dedf0c3b GIT 0.99.9j aka 1.0rc3 19 years ago
Sergey Vlasov 4a4e6fd74f Rework object refs tracking to reduce memory usage 19 years ago
Junio C Hamano 9534f40bc4 Be careful when dereferencing tags. 19 years ago
Junio C Hamano 37fde874c2 Fix send-pack for non-commitish tags. 20 years ago
Daniel Barkalow 89e4202f98 [PATCH] Parse tags for absent objects 20 years ago
Jason McMullan 5d6ccf5ce7 [PATCH] Anal retentive 'const unsigned char *sha1' 20 years ago
Nicolas Pitre d1af002dc6 [PATCH] delta check 20 years ago
Nicolas Pitre bd2c39f58f [PATCH] don't load and decompress objects twice with parse_object() 20 years ago
Linus Torvalds 770896e548 Teach fsck-cache to accept non-commits for reachability analysis. 20 years ago
Sergey Vlasov 13019d4136 [PATCH] Fix memory leaks in git-fsck-cache 20 years ago
Edgar Toernig ae200ee594 [PATCH] compat: replace AF_LOCAL with AF_UNIX 20 years ago
Daniel Barkalow 2636f61437 [PATCH] Add tag header/parser to library 20 years ago