index
:
tgif.git
2.36
Terin's Improved Git Fork
terinjokes@gmail.com
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tag.c
Age
Commit message (
Expand
)
Author
Files
Lines
2018-03-14
sha1_file: convert read_sha1_file to struct object_id
brian m. carlson
1
-2
/
+2
2018-03-14
sha1_file: convert sha1_object_info* to object_id
brian m. carlson
1
-1
/
+1
2018-03-14
Convert find_unique_abbrev* to struct object_id
brian m. carlson
1
-2
/
+2
2018-02-14
object: rename function 'typename' to 'type_name'
Brandon Williams
1
-1
/
+1
2017-10-05
Merge branch 'rs/tag-null-pointer-arith-fix'
Junio C Hamano
1
-4
/
+4
2017-10-02
tag: avoid NULL pointer arithmetic
René Scharfe
1
-4
/
+4
2017-07-13
tag: convert gpg_verify_tag to use struct object_id
Stefan Beller
1
-5
/
+5
2017-05-29
Merge branch 'bc/object-id'
Junio C Hamano
1
-13
/
+12
2017-05-08
object: convert parse_object* to take struct object_id
brian m. carlson
1
-2
/
+2
2017-05-08
Convert lookup_tag to struct object_id
brian m. carlson
1
-4
/
+4
2017-05-08
Convert lookup_tree to struct object_id
brian m. carlson
1
-1
/
+1
2017-05-08
Convert lookup_blob to struct object_id
brian m. carlson
1
-1
/
+1
2017-05-08
Convert lookup_commit* to struct object_id
brian m. carlson
1
-1
/
+1
2017-05-08
tag: convert parse_tag_buffer to struct object_id
brian m. carlson
1
-8
/
+7
2017-04-27
timestamp_t: a new data type for timestamps
Johannes Schindelin
1
-1
/
+1
2017-04-23
parse_timestamp(): specify explicitly where we parse timestamps
Johannes Schindelin
1
-2
/
+2
2017-01-17
gpg-interface, tag: add GPG_VERIFY_OMIT_STATUS flag
Lukas Puehringer
1
-1
/
+4
2016-04-22
verify-tag: move tag verification code to tag.c
Santiago Torres
1
-0
/
+53
2015-11-20
Remove get_object_hash.
brian m. carlson
1
-3
/
+3
2015-11-20
Convert struct object to object_id
brian m. carlson
1
-2
/
+2
2015-11-20
Add several uses of get_object_hash.
brian m. carlson
1
-3
/
+3
2015-10-05
convert strncpy to memcpy
Jeff King
1
-1
/
+1
2014-09-15
gpg-interface: move parse_signature() to where it should be
Junio C Hamano
1
-20
/
+0
2014-07-13
add object_as_type helper for casting objects
Jeff King
1
-8
/
+1
2014-07-13
move setting of object->type to alloc_* functions
Jeff King
1
-1
/
+1
2013-12-05
replace {pre,suf}fixcmp() with {starts,ends}_with()
Christian Couder
1
-5
/
+5
2012-01-06
upload-pack: avoid parsing tag destinations
Jeff King
1
-0
/
+12
2011-11-04
Split GPG interface into its own helper library
Junio C Hamano
1
-0
/
+5
2011-02-16
parse_tag_buffer(): do not prefixcmp() out of range
Nguyễn Thái Ngọc Duy
1
-2
/
+4
2011-02-07
Add const to parse_{commit,tag}_buffer()
Nguyễn Thái Ngọc Duy
1
-1
/
+1
2010-11-10
tag: recognize rfc1991 signatures
Michael J Gruber
1
-1
/
+3
2010-11-10
verify-tag: factor out signature detection
Michael J Gruber
1
-0
/
+13
2010-09-06
Merge branch 'xx/trivial' into maint
Junio C Hamano
1
-6
/
+6
2010-09-05
tag.c: whitespace breakages fix
Junio C Hamano
1
-9
/
+9
2010-04-12
tag.c: Parse tagger date (if present)
Shawn O. Pearce
1
-0
/
+22
2010-04-12
tag.c: Refactor parse_tag_buffer to be saner to program
Shawn O. Pearce
1
-22
/
+21
2010-04-12
tag.c: Correct indentation
Shawn O. Pearce
1
-3
/
+3
2008-03-02
Merge branch 'mk/maint-parse-careful'
Junio C Hamano
1
-6
/
+0
2008-02-25
Remove unused object-ref code
Martin Koegler
1
-6
/
+0
2008-02-17
deref_tag: handle tag->tagged = NULL
Martin Koegler
1
-1
/
+4
2008-01-06
parse_tag_buffer: don't parse invalid tags
Martin Koegler
1
-2
/
+3
2007-09-18
Use xmemdupz() in many places.
Pierre Habouzit
1
-3
/
+1
2007-05-28
Merge branch 'maint-1.5.1' into maint
Junio C Hamano
1
-1
/
+1
2007-05-28
Fix stupid typo in lookup_tag()
Johan Herland
1
-1
/
+1
2007-04-16
Clean up object creation to use more common code
Linus Torvalds
1
-7
/
+3
2007-02-27
get rid of lookup_object_type()
Nicolas Pitre
1
-3
/
+18
2007-02-27
convert object type handling from a string to a number
Nicolas Pitre
1
-3
/
+3
2006-07-12
Remove TYPE_* constant macros and use object_type enums consistently.
Linus Torvalds
1
-4
/
+4
2006-06-21
Merge branch 'ff/c99' into next
Junio C Hamano
1
-2
/
+2
2006-06-20
Remove all void-pointer arithmetic.
Florian Forster
1
-2
/
+2
[next]