index
:
git
main
maint
master
next
seen
todo
Mirror of https://git.kernel.org/pub/scm/git/git.git/
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
builtin
/
mktag.c
(
follow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2025-08-05
Merge branch 'ps/object-file-wo-the-repository'
Junio C Hamano
1
-1
/
+1
2025-07-23
config: drop `git_config()` wrapper
Patrick Steinhardt
1
-1
/
+1
2025-07-16
odb: introduce `odb_write_object()`
Patrick Steinhardt
1
-1
/
+1
2025-07-15
Merge branch 'ps/object-store'
Junio C Hamano
1
-3
/
+3
2025-07-09
Merge branch 'ps/object-store' into ps/object-file-wo-the-repository
Junio C Hamano
1
-3
/
+3
2025-07-01
odb: rename `repo_read_object_file()`
Patrick Steinhardt
1
-2
/
+2
2025-07-01
object-store: rename files to "odb.{c,h}"
Patrick Steinhardt
1
-1
/
+1
2025-06-17
Merge branch 'ly/do-not-localize-bug-messages'
Junio C Hamano
1
-1
/
+1
2025-06-03
BUG(): remove leading underscore of the format string
Lidong Yan
1
-1
/
+1
2025-04-15
object-store: merge "object-store-ll.h" and "object-store.h"
Patrick Steinhardt
1
-1
/
+1
2024-09-13
builtin: remove USE_THE_REPOSITORY_VARIABLE from builtin.h
John Cai
1
-0
/
+1
2024-09-13
builtin: add a repository parameter for builtin functions
John Cai
1
-1
/
+4
2024-08-08
fsck: make "fsck_error" callback generic
shejialuo
1
-2
/
+1
2023-12-26
treewide: remove unnecessary includes in source files
Elijah Newren
1
-1
/
+0
2023-07-13
fsck: mark unused parameters in various fsck callbacks
Jeff King
1
-4
/
+4
2023-06-21
object-store-ll.h: split this header out of object-store.h
Elijah Newren
1
-1
/
+2
2023-04-25
Merge branch 'en/header-split-cache-h'
Junio C Hamano
1
-0
/
+1
2023-04-11
object-file.h: move declarations for object-file.c functions from cache.h
Elijah Newren
1
-0
/
+1
2023-04-06
Merge branch 'en/header-split-cleanup'
Junio C Hamano
1
-0
/
+1
2023-04-06
Merge branch 'ab/remove-implicit-use-of-the-repository'
Junio C Hamano
1
-1
/
+2
2023-04-04
Merge branch 'ab/remove-implicit-use-of-the-repository' into en/header-split-...
Junio C Hamano
1
-1
/
+2
2023-03-28
builtins: always pass prefix to parse_options()
Jeff King
1
-1
/
+1
2023-03-28
cocci: apply the "object-store.h" part of "the_repository.pending"
Ævar Arnfjörð Bjarmason
1
-1
/
+2
2023-03-21
treewide: be explicit about dependence on gettext.h
Elijah Newren
1
-0
/
+1
2023-02-23
cache.h: remove dependence on hex.h; make other files include it explicitly
Elijah Newren
1
-0
/
+1
2022-03-16
Merge branch 'ab/object-file-api-updates'
Junio C Hamano
1
-5
/
+4
2022-02-25
object-file API: have hash_object_file() take "enum object_type"
Ævar Arnfjörð Bjarmason
1
-1
/
+1
2022-02-25
object-file API: split up and simplify check_object_signature()
Ævar Arnfjörð Bjarmason
1
-3
/
+2
2022-02-25
object API users + docs: check <0, not !0 with check_object_signature()
Ævar Arnfjörð Bjarmason
1
-1
/
+1
2022-02-25
object-file API: have write_object_file() take "enum object_type"
Ævar Arnfjörð Bjarmason
1
-1
/
+1
2022-02-04
i18n: remove from i18n strings that do not hold translatable parts
Jean-Noël Avila
1
-1
/
+1
2021-10-01
fsck: report invalid object type-path combinations
Ævar Arnfjörð Bjarmason
1
-1
/
+2
2021-03-28
fsck.c: add an fsck_set_msg_type() API that takes enums
Ævar Arnfjörð Bjarmason
1
-1
/
+2
2021-03-28
fsck.c: pass along the fsck_msg_id in the fsck_error callback
Ævar Arnfjörð Bjarmason
1
-0
/
+1
2021-03-28
fsck.h: move FSCK_{FATAL,INFO,ERROR,WARN,IGNORE} into an enum
Ævar Arnfjörð Bjarmason
1
-1
/
+2
2021-03-17
fsck.c: refactor and rename common config callback
Ævar Arnfjörð Bjarmason
1
-6
/
+1
2021-01-06
mktag: add a --[no-]strict option
Ævar Arnfjörð Bjarmason
1
-0
/
+9
2021-01-05
mktag: mark strings for translation
Ævar Arnfjörð Bjarmason
1
-8
/
+8
2021-01-05
mktag: convert to parse-options
Ævar Arnfjörð Bjarmason
1
-2
/
+12
2021-01-05
mktag: allow turning off fsck.extraHeaderEntry
Ævar Arnfjörð Bjarmason
1
-1
/
+10
2021-01-05
mktag: use fsck instead of custom verify_tag()
Ævar Arnfjörð Bjarmason
1
-146
/
+50
2021-01-05
mktag: use puts(str) instead of printf("%s\n", str)
Ævar Arnfjörð Bjarmason
1
-1
/
+1
2021-01-05
mktag: remove redundant braces in one-line body "if"
Ævar Arnfjörð Bjarmason
1
-2
/
+1
2021-01-05
mktag: use default strbuf_read() hint
Ævar Arnfjörð Bjarmason
1
-1
/
+1
2020-01-31
sha1-file: allow check_object_signature() to handle any repo
Matheus Tavares
1
-2
/
+5
2018-05-16
object-store: move object access functions to object-store.h
Stefan Beller
1
-0
/
+1
2018-04-12
replace-object: add repository argument to lookup_replace_object
Stefan Beller
1
-1
/
+1
2018-04-12
object-store: move lookup_replace_object to replace-object.h
Stefan Beller
1
-0
/
+1
2018-03-14
Convert lookup_replace_object to struct object_id
brian m. carlson
1
-5
/
+2
2018-03-14
sha1_file: convert read_sha1_file to struct object_id
brian m. carlson
1
-1
/
+1
[next]