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