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-import.c
(
follow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2025-08-05
Merge branch 'ps/object-file-wo-the-repository'
Junio C Hamano
1
-2
/
+2
2025-08-04
Merge branch 'ps/config-wo-the-repository'
Junio C Hamano
1
-6
/
+6
2025-07-23
Merge branch 'cc/fast-import-export-signature-names'
Junio C Hamano
1
-22
/
+91
2025-07-23
config: drop `git_config_get_ulong()` wrapper
Patrick Steinhardt
1
-2
/
+2
2025-07-23
config: drop `git_config_get_int()` wrapper
Patrick Steinhardt
1
-3
/
+3
2025-07-23
config: drop `git_config()` wrapper
Patrick Steinhardt
1
-1
/
+1
2025-07-16
object-file: get rid of `the_repository` in `finalize_object_file()`
Patrick Steinhardt
1
-2
/
+2
2025-07-09
fast-(import|export): improve on commit signature output format
Christian Couder
1
-22
/
+91
2025-07-01
odb: rename `read_object_with_reference()`
Patrick Steinhardt
1
-11
/
+8
2025-07-01
odb: rename `repo_read_object_file()`
Patrick Steinhardt
1
-4
/
+4
2025-07-01
odb: rename `oid_object_info()`
Patrick Steinhardt
1
-8
/
+9
2025-07-01
odb: get rid of `the_repository` in `odb_mkstemp()`
Patrick Steinhardt
1
-1
/
+2
2025-07-01
object-store: rename files to "odb.{c,h}"
Patrick Steinhardt
1
-1
/
+1
2025-04-29
object-store: move and rename `odb_pack_keep()`
Patrick Steinhardt
1
-1
/
+2
2025-04-15
object-store: merge "object-store-ll.h" and "object-store.h"
Patrick Steinhardt
1
-1
/
+1
2025-04-15
object-file: move `safe_create_leading_directories()` into "path.c"
Patrick Steinhardt
1
-1
/
+1
2025-04-08
Merge branch 'ps/object-wo-the-repository' into ps/object-file-cleanup
Junio C Hamano
1
-4
/
+4
2025-03-29
Merge branch 'cc/signed-fast-export-import'
Junio C Hamano
1
-0
/
+23
2025-03-10
fast-export, fast-import: add support for signed-commits
Luke Shumaker
1
-0
/
+23
2025-03-10
environment: move access to "core.bigFileThreshold" into repo settings
Patrick Steinhardt
1
-2
/
+2
2025-03-10
pack-write: stop depending on `the_repository` and `the_hash_algo`
Patrick Steinhardt
1
-1
/
+1
2025-03-10
csum-file: stop depending on `the_repository`
Patrick Steinhardt
1
-1
/
+1
2025-03-05
Merge branch 'ps/path-sans-the-repository'
Junio C Hamano
1
-2
/
+2
2025-02-10
Merge branch 'ps/hash-cleanup'
Junio C Hamano
1
-8
/
+8
2025-02-07
path: drop `git_pathdup()` in favor of `repo_git_path()`
Patrick Steinhardt
1
-2
/
+2
2025-02-03
Merge branch 'kn/pack-write-with-reduced-globals'
Junio C Hamano
1
-5
/
+6
2025-02-03
Merge branch 'tb/unsafe-hash-cleanup'
Junio C Hamano
1
-1
/
+1
2025-01-31
global: adapt callers to use generic hash context helpers
Patrick Steinhardt
1
-6
/
+6
2025-01-31
hash: stop typedeffing the hash context
Patrick Steinhardt
1
-2
/
+2
2025-01-31
Merge branch 'tb/unsafe-hash-cleanup' into ps/hash-cleanup
Junio C Hamano
1
-1
/
+1
2025-01-23
csum-file: introduce hashfile_checkpoint_init()
Taylor Blau
1
-1
/
+1
2025-01-21
pack-write: pass hash_algo to `write_idx_file()`
Karthik Nayak
1
-2
/
+2
2025-01-21
pack-write: pass hash_algo to `fixup_pack_header_footer()`
Karthik Nayak
1
-3
/
+4
2025-01-17
builtin: send usage() help text to standard output
Junio C Hamano
1
-2
/
+1
2025-01-01
Merge branch 'ps/weak-sha1-for-tail-sum-fix'
Junio C Hamano
1
-1
/
+1
2024-12-30
builtin/fast-import: fix segfault with unsafe SHA1 backend
Patrick Steinhardt
1
-1
/
+1
2024-12-23
Merge branch 'ps/build-sign-compare'
Junio C Hamano
1
-0
/
+2
2024-12-13
Merge branch 'kn/midx-wo-the-repository'
Junio C Hamano
1
-7
/
+8
2024-12-13
Merge branch 'en/fast-import-verify-path'
Junio C Hamano
1
-0
/
+6
2024-12-06
global: mark code units that generate warnings with `-Wsign-compare`
Patrick Steinhardt
1
-0
/
+2
2024-12-04
Merge branch 'ps/ref-backend-migration-optim'
Junio C Hamano
1
-2
/
+2
2024-12-04
config: make `packed_git_(limit|window_size)` non-global variables
Karthik Nayak
1
-2
/
+2
2024-12-04
packfile: pass down repository to `odb_pack_name`
Karthik Nayak
1
-4
/
+4
2024-12-04
packfile: add repository to struct `packed_git`
Karthik Nayak
1
-1
/
+2
2024-12-02
fast-import: disallow more path components
Elijah Newren
1
-2
/
+6
2024-11-27
Merge branch 'en/fast-import-avoid-self-replace'
Junio C Hamano
1
-1
/
+15
2024-11-26
fast-import: disallow "." and ".." path components
Elijah Newren
1
-0
/
+2
2024-11-21
refs: allow passing flags when setting up a transaction
Patrick Steinhardt
1
-2
/
+2
2024-11-19
fast-import: avoid making replace refs point to themselves
Elijah Newren
1
-1
/
+15
2024-10-25
packfile: convert find_sha1_pack() to use object_id
Jeff King
1
-4
/
+2
[next]