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