index
:
git
master
git
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
builtin
/
mktag.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
builtin: remove USE_THE_REPOSITORY_VARIABLE from builtin.h
John Cai
2024-09-13
1
-0
/
+1
*
builtin: add a repository parameter for builtin functions
John Cai
2024-09-13
1
-1
/
+4
*
fsck: make "fsck_error" callback generic
shejialuo
2024-08-08
1
-2
/
+1
*
treewide: remove unnecessary includes in source files
Elijah Newren
2023-12-26
1
-1
/
+0
*
fsck: mark unused parameters in various fsck callbacks
Jeff King
2023-07-14
1
-4
/
+4
*
object-store-ll.h: split this header out of object-store.h
Elijah Newren
2023-06-21
1
-1
/
+2
*
Merge branch 'en/header-split-cache-h'
Junio C Hamano
2023-04-25
1
-0
/
+1
|
\
|
*
object-file.h: move declarations for object-file.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
-1
/
+2
|
|
\
*
|
|
Merge branch 'en/header-split-cleanup'
Junio C Hamano
2023-04-06
1
-0
/
+1
|
\
|
|
|
*
|
treewide: be explicit about dependence on gettext.h
Elijah Newren
2023-03-21
1
-0
/
+1
*
|
|
Merge branch 'ab/remove-implicit-use-of-the-repository'
Junio C Hamano
2023-04-06
1
-1
/
+2
|
\
\
\
|
|
|
/
|
|
/
|
|
*
|
cocci: apply the "object-store.h" part of "the_repository.pending"
Ævar Arnfjörð Bjarmason
2023-03-28
1
-1
/
+2
*
|
|
builtins: always pass prefix to parse_options()
Jeff King
2023-03-28
1
-1
/
+1
|
|
/
|
/
|
*
|
cache.h: remove dependence on hex.h; make other files include it explicitly
Elijah Newren
2023-02-24
1
-0
/
+1
|
/
*
Merge branch 'ab/object-file-api-updates'
Junio C Hamano
2022-03-17
1
-5
/
+4
|
\
|
*
object-file API: have hash_object_file() take "enum object_type"
Ævar Arnfjörð Bjarmason
2022-02-26
1
-1
/
+1
|
*
object-file API: split up and simplify check_object_signature()
Ævar Arnfjörð Bjarmason
2022-02-26
1
-3
/
+2
|
*
object API users + docs: check <0, not !0 with check_object_signature()
Ævar Arnfjörð Bjarmason
2022-02-26
1
-1
/
+1
|
*
object-file API: have write_object_file() take "enum object_type"
Ævar Arnfjörð Bjarmason
2022-02-26
1
-1
/
+1
*
|
i18n: remove from i18n strings that do not hold translatable parts
Jean-Noël Avila
2022-02-04
1
-1
/
+1
|
/
*
fsck: report invalid object type-path combinations
Ævar Arnfjörð Bjarmason
2021-10-02
1
-1
/
+2
*
fsck.c: add an fsck_set_msg_type() API that takes enums
Ævar Arnfjörð Bjarmason
2021-03-29
1
-1
/
+2
*
fsck.c: pass along the fsck_msg_id in the fsck_error callback
Ævar Arnfjörð Bjarmason
2021-03-29
1
-0
/
+1
*
fsck.h: move FSCK_{FATAL,INFO,ERROR,WARN,IGNORE} into an enum
Ævar Arnfjörð Bjarmason
2021-03-29
1
-1
/
+2
*
fsck.c: refactor and rename common config callback
Ævar Arnfjörð Bjarmason
2021-03-17
1
-6
/
+1
*
mktag: add a --[no-]strict option
Ævar Arnfjörð Bjarmason
2021-01-06
1
-0
/
+9
*
mktag: mark strings for translation
Ævar Arnfjörð Bjarmason
2021-01-05
1
-8
/
+8
*
mktag: convert to parse-options
Ævar Arnfjörð Bjarmason
2021-01-05
1
-2
/
+12
*
mktag: allow turning off fsck.extraHeaderEntry
Ævar Arnfjörð Bjarmason
2021-01-05
1
-1
/
+10
*
mktag: use fsck instead of custom verify_tag()
Ævar Arnfjörð Bjarmason
2021-01-05
1
-146
/
+50
*
mktag: use puts(str) instead of printf("%s\n", str)
Ævar Arnfjörð Bjarmason
2021-01-05
1
-1
/
+1
*
mktag: remove redundant braces in one-line body "if"
Ævar Arnfjörð Bjarmason
2021-01-05
1
-2
/
+1
*
mktag: use default strbuf_read() hint
Ævar Arnfjörð Bjarmason
2021-01-05
1
-1
/
+1
*
sha1-file: allow check_object_signature() to handle any repo
Matheus Tavares
2020-01-31
1
-2
/
+5
*
object-store: move object access functions to object-store.h
Stefan Beller
2018-05-16
1
-0
/
+1
*
replace-object: add repository argument to lookup_replace_object
Stefan Beller
2018-04-12
1
-1
/
+1
*
object-store: move lookup_replace_object to replace-object.h
Stefan Beller
2018-04-12
1
-0
/
+1
*
Convert lookup_replace_object to struct object_id
brian m. carlson
2018-03-14
1
-5
/
+2
*
sha1_file: convert read_sha1_file to struct object_id
brian m. carlson
2018-03-14
1
-1
/
+1
*
sha1_file: convert check_sha1_signature to struct object_id
brian m. carlson
2018-03-14
1
-1
/
+4
*
builtin/mktag: convert to struct object_id
brian m. carlson
2018-03-14
1
-9
/
+9
*
sha1_file: convert write_sha1_file to object_id
Patryk Obara
2018-01-30
1
-3
/
+3
*
usage: do not insist that standard input must come from a file
Junio C Hamano
2015-10-17
1
-1
/
+1
*
read_sha1_file(): get rid of read_sha1_file_repl() madness
Junio C Hamano
2011-05-16
1
-2
/
+2
*
Merge branch 'jn/maint-c99-format'
Junio C Hamano
2011-03-23
1
-26
/
+22
|
\
|
*
mktag: avoid %td in format string
Jonathan Nieder
2011-03-17
1
-26
/
+22
*
|
Fix sparse warnings
Stephen Boyd
2011-03-22
1
-2
/
+1
|
/
*
Move 'builtin-*' into a 'builtin/' subdirectory
Linus Torvalds
2010-02-22
1
-0
/
+179