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
/
fast-export.c
(
follow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2025-11-06
Merge branch 'cc/fast-import-export-i18n-cleanup'
Junio C Hamano
1
-39
/
+40
2025-10-30
fast-export: mark strings for translation
Christian Couder
1
-39
/
+40
2025-10-13
fast-export: handle all kinds of tag signatures
Christian Couder
1
-4
/
+3
2025-09-17
gpg-interface: refactor 'enum sign_mode' parsing
Christian Couder
1
-14
/
+5
2025-08-04
Merge branch 'ps/config-wo-the-repository'
Junio C Hamano
1
-1
/
+2
2025-07-23
Merge branch 'cc/fast-import-export-signature-names'
Junio C Hamano
1
-14
/
+48
2025-07-23
config: move Git config parsing into "environment.c"
Patrick Steinhardt
1
-0
/
+1
2025-07-23
config: drop `git_config()` wrapper
Patrick Steinhardt
1
-1
/
+1
2025-07-15
Merge branch 'ps/object-store'
Junio C Hamano
1
-5
/
+5
2025-07-09
fast-(import|export): improve on commit signature output format
Christian Couder
1
-14
/
+48
2025-07-01
odb: rename `repo_read_object_file()`
Patrick Steinhardt
1
-3
/
+3
2025-07-01
odb: rename `oid_object_info()`
Patrick Steinhardt
1
-1
/
+1
2025-07-01
object-store: rename files to "odb.{c,h}"
Patrick Steinhardt
1
-1
/
+1
2025-05-28
fast-export: --signed-commits is experimental
Junio C Hamano
1
-6
/
+1
2025-04-29
Merge branch 'az/tighten-string-array-constness'
Junio C Hamano
1
-1
/
+1
2025-04-21
global: mark usage strings and string tables const
Ahelenia Ziemiańska
1
-1
/
+1
2025-04-15
object-store: merge "object-store-ll.h" and "object-store.h"
Patrick Steinhardt
1
-1
/
+1
2025-04-08
Merge branch 'ps/object-wo-the-repository' into ps/object-file-cleanup
Junio C Hamano
1
-5
/
+5
2025-03-10
fast-export, fast-import: add support for signed-commits
Luke Shumaker
1
-20
/
+103
2025-03-10
fast-export: do not modify memory from get_commit_buffer
Luke Shumaker
1
-28
/
+33
2025-03-10
fast-export: rename --signed-tags='warn' to 'warn-verbatim'
Luke Shumaker
1
-4
/
+4
2025-03-10
fast-export: fix missing whitespace after switch
Christian Couder
1
-4
/
+4
2025-03-10
hash: stop depending on `the_repository` in `null_oid()`
Patrick Steinhardt
1
-5
/
+5
2024-12-06
global: mark code units that generate warnings with `-Wsign-compare`
Patrick Steinhardt
1
-0
/
+3
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-14
builtin/fast-export: plug leaking tag names
Patrick Steinhardt
1
-5
/
+12
2024-08-14
builtin/fast-export: fix leaking diff options
Patrick Steinhardt
1
-0
/
+2
2024-06-14
hash: require hash algorithm in `oidread()` and `oidclr()`
Patrick Steinhardt
1
-1
/
+1
2024-02-12
use xstrncmpz()
René Scharfe
1
-2
/
+1
2023-12-26
treewide: remove unnecessary includes in source files
Elijah Newren
1
-1
/
+0
2023-09-05
parse-options: prefer opt->value to globals in callbacks
Jeff King
1
-15
/
+21
2023-06-21
object-store-ll.h: split this header out of object-store.h
Elijah Newren
1
-1
/
+1
2023-06-21
cache.h: remove this no-longer-used header
Elijah Newren
1
-1
/
+0
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
-5
/
+7
2023-04-04
Merge branch 'ab/remove-implicit-use-of-the-repository' into en/header-split-...
Junio C Hamano
1
-5
/
+7
2023-03-28
cocci: apply the "refs.h" part of "the_repository.pending"
Ævar Arnfjörð Bjarmason
1
-1
/
+2
2023-03-28
cocci: apply the "object-store.h" part of "the_repository.pending"
Ævar Arnfjörð Bjarmason
1
-2
/
+3
2023-03-28
cocci: apply the "commit.h" part of "the_repository.pending"
Ævar Arnfjörð Bjarmason
1
-2
/
+2
2023-03-22
fast-export: drop unused parameter from anonymize_commit_message()
Jeff King
1
-2
/
+2
2023-03-22
fast-export: drop data parameter from anonymous generators
Jeff King
1
-14
/
+13
2023-03-22
fast-export: de-obfuscate --anonymize-map handling
Jeff King
1
-6
/
+2
2023-03-22
fast-export: factor out anonymized_entry creation
Jeff King
1
-9
/
+26
2023-03-22
fast-export: simplify initialization of anonymized hashmaps
Jeff King
1
-7
/
+4
2023-03-22
fast-export: drop const when storing anonymized values
Jeff King
1
-1
/
+1
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
[next]