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
*
treewide: remove unnecessary includes for wrapper.h
Calvin Wan
2023-07-05
1
-1
/
+0
*
object-store-ll.h: split this header out of object-store.h
Elijah Newren
2023-06-21
1
-1
/
+1
*
treewide: remove cache.h inclusion due to object.h changes
Elijah Newren
2023-04-11
1
-1
/
+1
*
object-name.h: move declarations for object-name.c functions from cache.h
Elijah Newren
2023-04-11
1
-0
/
+1
*
Merge branch 'ab/remove-implicit-use-of-the-repository' into en/header-split-...
Junio C Hamano
2023-04-04
1
-4
/
+5
|
\
|
*
cocci: apply the "object-store.h" part of "the_repository.pending"
Ævar Arnfjörð Bjarmason
2023-03-28
1
-2
/
+3
|
*
cocci: apply the "cache.h" part of "the_repository.pending"
Ævar Arnfjörð Bjarmason
2023-03-28
1
-2
/
+2
*
|
environment.h: move declarations for environment.c functions from cache.h
Elijah Newren
2023-03-21
1
-0
/
+1
*
|
wrapper.h: move declarations for wrapper.c functions from cache.h
Elijah Newren
2023-03-21
1
-0
/
+1
*
|
cache.h: remove dependence on hex.h; make other files include it explicitly
Elijah Newren
2023-02-24
1
-0
/
+1
|
/
*
ssh signing: make verify-tag consider key lifetime
Fabian Stelzer
2021-12-09
1
-0
/
+1
*
ssh signing: use sigc struct to pass payload
Fabian Stelzer
2021-12-09
1
-2
/
+2
*
gpg-interface: improve interface for parsing tags
brian m. carlson
2021-02-11
1
-7
/
+8
*
object: drop parsed_object_pool->commit_count
Abhishek Kumar
2020-06-17
1
-1
/
+1
*
commit, tag: don't set parsed bit for parse failures
Jeff King
2019-10-28
1
-1
/
+11
*
parse_tag_buffer(): treat NULL tag pointer as parse error
Jeff King
2019-10-21
1
-2
/
+7
*
tag: factor out get_tagged_oid()
René Scharfe
2019-09-05
1
-0
/
+7
*
object: convert create_object() to use object_id
Jeff King
2019-06-20
1
-2
/
+1
*
object: convert lookup_object() to use object_id
Jeff King
2019-06-20
1
-1
/
+1
*
tag: express constant in terms of the_hash_algo
brian m. carlson
2018-10-15
1
-1
/
+1
*
Merge branch 'jt/tags-to-promised-blobs-fix'
Junio C Hamano
2018-08-03
1
-3
/
+10
|
\
|
*
tag: don't warn if target is missing but promised
Jonathan Tan
2018-07-16
1
-3
/
+10
*
|
tag.c: allow deref_tag to handle arbitrary repositories
Stefan Beller
2018-06-29
1
-3
/
+2
*
|
tag: allow parse_tag_buffer to handle arbitrary repositories
Stefan Beller
2018-06-29
1
-5
/
+5
*
|
tag: allow lookup_tag to handle arbitrary repositories
Stefan Beller
2018-06-29
1
-5
/
+5
*
|
tag: add repository argument to deref_tag
Stefan Beller
2018-06-29
1
-1
/
+1
*
|
tag: add repository argument to parse_tag_buffer
Stefan Beller
2018-06-29
1
-2
/
+2
*
|
tag: add repository argument to lookup_tag
Stefan Beller
2018-06-29
1
-2
/
+2
*
|
commit: add repository argument to lookup_commit
Stefan Beller
2018-06-29
1
-1
/
+1
*
|
tree: add repository argument to lookup_tree
Stefan Beller
2018-06-29
1
-1
/
+1
*
|
blob: add repository argument to lookup_blob
Stefan Beller
2018-06-29
1
-1
/
+1
*
|
object: add repository argument to object_as_type
Stefan Beller
2018-06-29
1
-1
/
+1
*
|
object: add repository argument to lookup_object
Stefan Beller
2018-06-29
1
-1
/
+1
*
|
object: add repository argument to parse_object
Stefan Beller
2018-06-29
1
-2
/
+3
*
|
object-store: move object access functions to object-store.h
Stefan Beller
2018-05-16
1
-0
/
+1
*
|
alloc: allow arbitrary repositories for alloc functions
Stefan Beller
2018-05-16
1
-0
/
+9
*
|
alloc: add repository argument to alloc_tag_node
Stefan Beller
2018-05-09
1
-1
/
+1
*
|
object: add repository argument to create_object
Stefan Beller
2018-05-09
1
-1
/
+2
|
/
*
cache.h: add repository argument to oid_object_info
Stefan Beller
2018-04-26
1
-1
/
+1
*
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
[next]