index
:
git
jch
main
maint
master
next
seen
todo
Mirror of https://git.kernel.org/pub/scm/git/git.git/
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
builtin
/
fast-export.c
Age
Commit message (
Expand
)
Author
Lines
2026-03-26
fast-import: add 'abort-if-invalid' mode to '--signed-commits=<mode>'
Justin Tobler
-1
/
+1
2026-03-26
fast-export: check for unsupported signing modes earlier
Justin Tobler
-13
/
+2
2026-03-12
fast-import: add mode to sign commits with invalid signatures
Justin Tobler
-1
/
+7
2026-01-29
string-list: add string_list_sort_u() that mimics "sort -u"
Amisha Chhajed
-2
/
+1
2025-12-05
Merge branch 'cc/fast-import-strip-if-invalid'
Junio C Hamano
-8
/
+28
2025-11-26
fast-import: add 'strip-if-invalid' mode to --signed-commits=<mode>
Christian Couder
-8
/
+30
2025-11-06
Merge branch 'cc/fast-import-export-i18n-cleanup'
Junio C Hamano
-39
/
+40
2025-10-30
fast-export: mark strings for translation
Christian Couder
-39
/
+40
2025-10-13
fast-export: handle all kinds of tag signatures
Christian Couder
-4
/
+3
2025-09-17
gpg-interface: refactor 'enum sign_mode' parsing
Christian Couder
-14
/
+5
2025-08-04
Merge branch 'ps/config-wo-the-repository'
Junio C Hamano
-1
/
+2
2025-07-23
Merge branch 'cc/fast-import-export-signature-names'
Junio C Hamano
-14
/
+48
2025-07-23
config: move Git config parsing into "environment.c"
Patrick Steinhardt
-0
/
+1
2025-07-23
config: drop `git_config()` wrapper
Patrick Steinhardt
-1
/
+1
2025-07-15
Merge branch 'ps/object-store'
Junio C Hamano
-5
/
+5
2025-07-09
fast-(import|export): improve on commit signature output format
Christian Couder
-14
/
+48
2025-07-01
odb: rename `repo_read_object_file()`
Patrick Steinhardt
-3
/
+3
2025-07-01
odb: rename `oid_object_info()`
Patrick Steinhardt
-1
/
+1
2025-07-01
object-store: rename files to "odb.{c,h}"
Patrick Steinhardt
-1
/
+1
2025-05-28
fast-export: --signed-commits is experimental
Junio C Hamano
-6
/
+1
2025-04-29
Merge branch 'az/tighten-string-array-constness'
Junio C Hamano
-1
/
+1
2025-04-21
global: mark usage strings and string tables const
Ahelenia Ziemiańska
-1
/
+1
2025-04-15
object-store: merge "object-store-ll.h" and "object-store.h"
Patrick Steinhardt
-1
/
+1
2025-04-08
Merge branch 'ps/object-wo-the-repository' into ps/object-file-cleanup
Junio C Hamano
-5
/
+5
2025-03-10
fast-export, fast-import: add support for signed-commits
Luke Shumaker
-20
/
+103
2025-03-10
fast-export: do not modify memory from get_commit_buffer
Luke Shumaker
-28
/
+33
2025-03-10
fast-export: rename --signed-tags='warn' to 'warn-verbatim'
Luke Shumaker
-4
/
+4
2025-03-10
fast-export: fix missing whitespace after switch
Christian Couder
-4
/
+4
2025-03-10
hash: stop depending on `the_repository` in `null_oid()`
Patrick Steinhardt
-5
/
+5
2024-12-06
global: mark code units that generate warnings with `-Wsign-compare`
Patrick Steinhardt
-0
/
+3
2024-09-13
builtin: remove USE_THE_REPOSITORY_VARIABLE from builtin.h
John Cai
-0
/
+1
2024-09-13
builtin: add a repository parameter for builtin functions
John Cai
-1
/
+4
2024-08-14
builtin/fast-export: plug leaking tag names
Patrick Steinhardt
-5
/
+12
2024-08-14
builtin/fast-export: fix leaking diff options
Patrick Steinhardt
-0
/
+2
2024-06-14
hash: require hash algorithm in `oidread()` and `oidclr()`
Patrick Steinhardt
-1
/
+1
2024-02-12
use xstrncmpz()
René Scharfe
-2
/
+1
2023-12-26
treewide: remove unnecessary includes in source files
Elijah Newren
-1
/
+0
2023-09-05
parse-options: prefer opt->value to globals in callbacks
Jeff King
-15
/
+21
2023-06-21
object-store-ll.h: split this header out of object-store.h
Elijah Newren
-1
/
+1
2023-06-21
cache.h: remove this no-longer-used header
Elijah Newren
-1
/
+0
2023-04-25
Merge branch 'en/header-split-cache-h'
Junio C Hamano
-0
/
+1
2023-04-11
object-file.h: move declarations for object-file.c functions from cache.h
Elijah Newren
-0
/
+1
2023-04-06
Merge branch 'en/header-split-cleanup'
Junio C Hamano
-0
/
+1
2023-04-06
Merge branch 'ab/remove-implicit-use-of-the-repository'
Junio C Hamano
-5
/
+7
2023-04-04
Merge branch 'ab/remove-implicit-use-of-the-repository' into en/header-split-...
Junio C Hamano
-5
/
+7
2023-03-28
cocci: apply the "refs.h" part of "the_repository.pending"
Ævar Arnfjörð Bjarmason
-1
/
+2
2023-03-28
cocci: apply the "object-store.h" part of "the_repository.pending"
Ævar Arnfjörð Bjarmason
-2
/
+3
2023-03-28
cocci: apply the "commit.h" part of "the_repository.pending"
Ævar Arnfjörð Bjarmason
-2
/
+2
2023-03-22
fast-export: drop unused parameter from anonymize_commit_message()
Jeff King
-2
/
+2
2023-03-22
fast-export: drop data parameter from anonymous generators
Jeff King
-14
/
+13
[next]