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
Age
Commit message (
Expand
)
Author
Lines
2023-10-03
commit-graph: clear oidset after finishing write
Jeff King
-0
/
+3
2023-10-03
commit-graph: free write-context base_graph_name during cleanup
Jeff King
-0
/
+3
2023-10-03
commit-graph: free write-context entries before overwriting
Jeff King
-0
/
+2
2023-10-03
commit-graph: free graph struct that was not added to chain
Jeff King
-0
/
+2
2023-10-03
commit-graph: delay base_graph assignment in add_graph_to_chain()
Jeff King
-2
/
+2
2023-10-03
commit-graph: free all elements of graph chain
Jeff King
-18
/
+11
2023-10-03
commit-graph: move slab-clearing to close_commit_graph()
Jeff King
-1
/
+1
2023-10-03
merge: free result of repo_get_merge_bases()
Jeff King
-1
/
+14
2023-10-03
commit-reach: free temporary list in get_octopus_merge_bases()
Jeff King
-0
/
+2
2023-10-03
t6700: mark test as leak-free
Jeff King
-0
/
+2
2023-10-03
parse-options: drop unused parse_opt_ctx_t member
René Scharfe
-1
/
+0
2023-10-02
t7700: split cruft-related tests to t7704
Taylor Blau
-121
/
+130
2023-10-02
t1016-compatObjectFormat: add tests to verify the conversion between objects
Eric W. Biederman
-0
/
+348
2023-10-02
t1006: test oid compatibility with cat-file
Eric W. Biederman
-97
/
+154
2023-10-02
t1006: rename sha1 to oid
Eric W. Biederman
-110
/
+110
2023-10-02
test-lib: compute the compatibility hash so tests may use it
Eric W. Biederman
-1
/
+16
2023-10-02
builtin/ls-tree: let the oid determine the output algorithm
Eric W. Biederman
-1
/
+4
2023-10-02
object-file: handle compat objects in check_object_signature
Eric W. Biederman
-1
/
+3
2023-10-02
tree-walk: init_tree_desc take an oid to get the hash algorithm
Eric W. Biederman
-59
/
+80
2023-10-02
builtin/cat-file: let the oid determine the output algorithm
Eric W. Biederman
-3
/
+9
2023-10-02
rev-parse: add an --output-object-format parameter
Eric W. Biederman
-0
/
+35
2023-10-02
repository: implement extensions.compatObjectFormat
brian m. carlson
-3
/
+35
2023-10-02
object-file: update object_info_extended to reencode objects
Eric W. Biederman
-0
/
+91
2023-10-02
object-file-convert: convert commits that embed signed tags
Eric W. Biederman
-22
/
+82
2023-10-02
object-file-convert: convert commit objects when writing
brian m. carlson
-1
/
+45
2023-10-02
object-file-convert: don't leak when converting tag objects
Eric W. Biederman
-20
/
+25
2023-10-02
object-file-convert: convert tag objects when writing
brian m. carlson
-1
/
+51
2023-10-02
object-file-convert: add a function to convert trees between algorithms
brian m. carlson
-1
/
+50
2023-10-02
object: factor out parse_mode out of fast-import and tree-walk into in object.h
Eric W. Biederman
-35
/
+23
2023-10-02
cache: add a function to read an OID of a specific algorithm
brian m. carlson
-2
/
+7
2023-10-02
tag: sign both hashes
Eric W. Biederman
-4
/
+41
2023-10-02
commit: export add_header_signature to support handling signatures on tags
Eric W. Biederman
-3
/
+4
2023-10-02
commit: convert mergetag before computing the signature of a commit
Eric W. Biederman
-1
/
+41
2023-10-02
commit: write commits for both hashes
brian m. carlson
-45
/
+136
2023-10-02
object-file: add a compat_oid_in parameter to write_object_file_flags
Eric W. Biederman
-5
/
+7
2023-10-02
object-file: update the loose object map when writing loose objects
Eric W. Biederman
-18
/
+95
2023-10-02
loose: compatibilty short name support
Eric W. Biederman
-12
/
+25
2023-10-02
loose: add a mapping between SHA-1 and SHA-256 for loose objects
brian m. carlson
-1
/
+293
2023-10-02
repository: add a compatibility hash algorithm
Eric W. Biederman
-0
/
+15
2023-10-02
object-names: support input of oids in any supported hash
Eric W. Biederman
-13
/
+39
2023-10-02
oid-array: teach oid-array to handle multiple kinds of oids
Eric W. Biederman
-2
/
+10
2023-10-02
object-file-convert: stubs for converting from one object format to another
Eric W. Biederman
-0
/
+82
2023-10-02
gc: add `gc.repackFilterTo` config option
Christian Couder
-1
/
+27
2023-10-02
repack: implement `--filter-to` for storing filtered out objects
Christian Couder
-1
/
+82
2023-10-02
gc: add `gc.repackFilter` config option
Christian Couder
-0
/
+24
2023-10-02
repack: add `--filter=<filter-spec>` option
Christian Couder
-0
/
+217
2023-10-02
pack-bitmap-write: rebuild using new bitmap when remapping
Christian Couder
-1
/
+5
2023-10-02
repack: refactor finding pack prefix
Christian Couder
-6
/
+12
2023-10-02
repack: refactor finishing pack-objects command
Christian Couder
-37
/
+33
2023-10-02
t/helper: add 'find-pack' test-tool
Christian Couder
-0
/
+135
[prev]
[next]