Sign in
googlers
/
jrn
/
git
/
a5183d7696db34433ebcae64bad7609d5bb3a744
/
tag.c
bc726bd
cocci: apply the "object-store.h" part of "the_repository.pending"
by Ævar Arnfjörð Bjarmason
· 2 years ago
d850b7a
cocci: apply the "cache.h" part of "the_repository.pending"
by Ævar Arnfjörð Bjarmason
· 2 years ago
dd3aa41
ssh signing: make verify-tag consider key lifetime
by Fabian Stelzer
· 3 years, 3 months ago
0276943
ssh signing: use sigc struct to pass payload
by Fabian Stelzer
· 3 years, 3 months ago
482c119
gpg-interface: improve interface for parsing tags
by brian m. carlson
· 4 years, 1 month ago
6da43d9
object: drop parsed_object_pool->commit_count
by Abhishek Kumar
· 4 years, 9 months ago
228c78f
commit, tag: don't set parsed bit for parse failures
by Jeff King
· 5 years ago
78d5014
parse_tag_buffer(): treat NULL tag pointer as parse error
by Jeff King
· 5 years ago
dad3f06
tag: factor out get_tagged_oid()
by René Scharfe
· 6 years ago
a378509
object: convert create_object() to use object_id
by Jeff King
· 6 years ago
d0229ab
object: convert lookup_object() to use object_id
by Jeff King
· 6 years ago
d8a3a69
tag: express constant in terms of the_hash_algo
by brian m. carlson
· 6 years ago
09ca613
Merge branch 'jt/tags-to-promised-blobs-fix'
by Junio C Hamano
· 7 years ago
8c4cc32
tag: don't warn if target is missing but promised
by Jonathan Tan
· 7 years ago
286d258
tag.c: allow deref_tag to handle arbitrary repositories
by Stefan Beller
· 7 years ago
84f80cd
tag: allow parse_tag_buffer to handle arbitrary repositories
by Stefan Beller
· 7 years ago
8bde69b
tag: allow lookup_tag to handle arbitrary repositories
by Stefan Beller
· 7 years ago
a74093d
tag: add repository argument to deref_tag
by Stefan Beller
· 7 years ago
0e740fe
tag: add repository argument to parse_tag_buffer
by Stefan Beller
· 7 years ago
ce71efb
tag: add repository argument to lookup_tag
by Stefan Beller
· 7 years ago
c1f5eb4
commit: add repository argument to lookup_commit
by Stefan Beller
· 7 years ago
f86bcc7
tree: add repository argument to lookup_tree
by Stefan Beller
· 7 years ago
da14a7f
blob: add repository argument to lookup_blob
by Stefan Beller
· 7 years ago
1268dfa
object: add repository argument to object_as_type
by Stefan Beller
· 7 years ago
5abddd1
object: add repository argument to lookup_object
by Stefan Beller
· 7 years ago
109cd76
object: add repository argument to parse_object
by Stefan Beller
· 7 years ago
cbd53a2
object-store: move object access functions to object-store.h
by Stefan Beller
· 7 years ago
14ba97f
alloc: allow arbitrary repositories for alloc functions
by Stefan Beller
· 7 years ago
a0bd908
alloc: add repository argument to alloc_tag_node
by Stefan Beller
· 7 years ago
68f95d3
object: add repository argument to create_object
by Stefan Beller
· 7 years ago
0df8e96
cache.h: add repository argument to oid_object_info
by Stefan Beller
· 7 years ago
b4f5aca
sha1_file: convert read_sha1_file to struct object_id
by brian m. carlson
· 7 years ago
abef902
sha1_file: convert sha1_object_info* to object_id
by brian m. carlson
· 7 years ago
aab9583
Convert find_unique_abbrev* to struct object_id
by brian m. carlson
· 7 years ago
debca9d
object: rename function 'typename' to 'type_name'
by Brandon Williams
· 7 years ago
1d4a1f6
Merge branch 'rs/tag-null-pointer-arith-fix'
by Junio C Hamano
· 7 years ago
7099153
tag: avoid NULL pointer arithmetic
by René Scharfe
· 7 years ago
8457176
tag: convert gpg_verify_tag to use struct object_id
by Stefan Beller
· 8 years ago
6b526ce
Merge branch 'bc/object-id'
by Junio C Hamano
· 8 years ago
c251c83
object: convert parse_object* to take struct object_id
by brian m. carlson
· 8 years ago
d3101b5
Convert lookup_tag to struct object_id
by brian m. carlson
· 8 years ago
740ee05
Convert lookup_tree to struct object_id
by brian m. carlson
· 8 years ago
3aca1fc
Convert lookup_blob to struct object_id
by brian m. carlson
· 8 years ago
bc83266
Convert lookup_commit* to struct object_id
by brian m. carlson
· 8 years ago
1e4085a
tag: convert parse_tag_buffer to struct object_id
by brian m. carlson
· 8 years ago
dddbad7
timestamp_t: a new data type for timestamps
by Johannes Schindelin
· 8 years ago
1aeb7e7
parse_timestamp(): specify explicitly where we parse timestamps
by Johannes Schindelin
· 8 years ago
94240b9
gpg-interface, tag: add GPG_VERIFY_OMIT_STATUS flag
by Lukas Puehringer
· 8 years ago
45a227e
verify-tag: move tag verification code to tag.c
by Santiago Torres
· 9 years ago
ed1c997
Remove get_object_hash.
by brian m. carlson
· 9 years ago
f2fd076
Convert struct object to object_id
by brian m. carlson
· 9 years ago
7999b2c
Add several uses of get_object_hash.
by brian m. carlson
· 9 years ago
eddda37
convert strncpy to memcpy
by Jeff King
· 9 years ago
d7c6766
gpg-interface: move parse_signature() to where it should be
by Junio C Hamano
· 11 years ago
8ff226a
add object_as_type helper for casting objects
by Jeff King
· 11 years ago
d36f51c
move setting of object->type to alloc_* functions
by Jeff King
· 11 years ago
5955654
replace {pre,suf}fixcmp() with {starts,ends}_with()
by Christian Couder
· 11 years ago
90108a2
upload-pack: avoid parsing tag destinations
by Jeff King
· 13 years ago
2f47eae
Split GPG interface into its own helper library
by Junio C Hamano
· 14 years ago
8559425
parse_tag_buffer(): do not prefixcmp() out of range
by Nguyễn Thái Ngọc Duy
· 14 years ago
cf7b1ca
Add const to parse_{commit,tag}_buffer()
by Nguyễn Thái Ngọc Duy
· 14 years ago
3d5854e
tag: recognize rfc1991 signatures
by Michael J Gruber
· 14 years ago
ac58c4c
verify-tag: factor out signature detection
by Michael J Gruber
· 14 years ago
af24059
Merge branch 'xx/trivial' into maint
by Junio C Hamano
· 15 years ago
d2c030d
tag.c: whitespace breakages fix
by Junio C Hamano
· 15 years ago
e451d06
tag.c: Parse tagger date (if present)
by Shawn O. Pearce
· 15 years ago
28de5b6
tag.c: Refactor parse_tag_buffer to be saner to program
by Shawn O. Pearce
· 15 years ago
2e0052a
tag.c: Correct indentation
by Shawn O. Pearce
· 15 years ago
eadbcd4
Merge branch 'mk/maint-parse-careful'
by Junio C Hamano
· 17 years ago
7914053
Remove unused object-ref code
by Martin Koegler
· 17 years ago
24e8a3c
deref_tag: handle tag->tagged = NULL
by Martin Koegler
· 17 years ago
a0393ef
parse_tag_buffer: don't parse invalid tags
by Martin Koegler
· 17 years ago
182af83
Use xmemdupz() in many places.
by Pierre Habouzit
· 17 years ago
cdd5b82
Merge branch 'maint-1.5.1' into maint
by Junio C Hamano
· 18 years ago
eb09626
Fix stupid typo in lookup_tag()
by Johan Herland
· 18 years ago
100c5f3
Clean up object creation to use more common code
by Linus Torvalds
· 18 years ago
0ab1795
get rid of lookup_object_type()
by Nicolas Pitre
· 18 years ago
21666f1
convert object type handling from a string to a number
by Nicolas Pitre
· 18 years ago
1974632
Remove TYPE_* constant macros and use object_type enums consistently.
by Linus Torvalds
· 19 years ago
9d24ed4
Merge branch 'ff/c99' into next
by Junio C Hamano
· 19 years ago
1d7f171
Remove all void-pointer arithmetic.
by Florian Forster
· 19 years ago
855419f
Add specialized object allocator
by Linus Torvalds
· 19 years ago
885a86a
Shrink "struct object" a bit
by Linus Torvalds
· 19 years ago
90321c1
Replace xmalloc+memset(0) with xcalloc.
by Peter Eriksen
· 19 years ago
8f1d2e6
[PATCH] Compilation: zero-length array declaration.
by Junio C Hamano
· 19 years ago
27dedf0
GIT 0.99.9j aka 1.0rc3
by Junio C Hamano
· 19 years ago
v0.99.9j
v1.0rc3
9534f40
Be careful when dereferencing tags.
by Junio C Hamano
· 19 years ago
37fde87
Fix send-pack for non-commitish tags.
by Junio C Hamano
· 20 years ago
89e4202
[PATCH] Parse tags for absent objects
by Daniel Barkalow
· 20 years ago
5d6ccf5
[PATCH] Anal retentive 'const unsigned char *sha1'
by Jason McMullan
· 20 years ago
d1af002
[PATCH] delta check
by Nicolas Pitre
· 20 years ago
bd2c39f
[PATCH] don't load and decompress objects twice with parse_object()
by Nicolas Pitre
· 20 years ago
770896e
Teach fsck-cache to accept non-commits for reachability analysis.
by Linus Torvalds
· 20 years ago
13019d4
[PATCH] Fix memory leaks in git-fsck-cache
by Sergey Vlasov
· 20 years ago
ae200ee
[PATCH] compat: replace AF_LOCAL with AF_UNIX
by Edgar Toernig
· 20 years ago
2636f61
[PATCH] Add tag header/parser to library
by Daniel Barkalow
· 20 years ago