index
:
pub/scm/git/git.git
jch
main
maint
master
next
seen
todo
Git source code mirror
Junio C Hamano
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
builtin
Age
Commit message (
Expand
)
Author
Files
Lines
2026-08-13
builtin/repack: add guards for --drop-filtered
Siddharth Shrimali
1
-0
/
+52
2026-08-13
builtin/repack: actually drop filtered promisor blobs
Siddharth Shrimali
1
-4
/
+10
2026-08-13
builtin/repack: enumerate promisor blobs for --drop-filtered
Siddharth Shrimali
1
-1
/
+19
2026-08-13
repack-promisor: allow excluding objects from the rebuilt promisor pack
Siddharth Shrimali
1
-1
/
+1
2026-08-13
builtin/repack: add --drop-filtered and --dry-run options
Siddharth Shrimali
1
-3
/
+71
2026-08-13
packfile: widen `unpack_object_header_buffer()` to `size_t`
Johannes Schindelin
1
-4
/
+2
2026-08-13
packfile, git-zlib: widen `use_pack()` and zstream avail fields to `size_t`
Johannes Schindelin
1
-4
/
+4
2026-08-13
delta: widen `create_delta()` and `diff_delta()` to `size_t`
Johannes Schindelin
2
-4
/
+8
2026-08-13
pack-objects: widen `mem_usage` and `try_delta()`'s out-param to `size_t`
Johannes Schindelin
1
-2
/
+2
2026-08-13
pack-objects: widen `free_unpacked()` return to `size_t`
Johannes Schindelin
1
-2
/
+2
2026-08-13
pack-objects: widen delta-cache accounting to `size_t`
Johannes Schindelin
1
-5
/
+5
2026-08-12
bisect: handle dup() failure when redirecting stdout
Johannes Schindelin
1
-1
/
+8
2026-08-12
bisect: check get_terms return at all call sites
Johannes Schindelin
1
-9
/
+15
2026-08-12
bisect: check strbuf_getline_lf return when reading terms
Johannes Schindelin
1
-2
/
+9
2026-08-12
last-modified: handle repo_parse_commit() failures
Johannes Schindelin
1
-3
/
+6
2026-08-12
config: propagate launch_editor() failure in show_editor()
Johannes Schindelin
1
-1
/
+4
2026-08-11
Merge branch 'lo/mv-missing-dest-dir-check'
Junio C Hamano
1
-3
/
+44
2026-08-11
fast-import: remove useless from_stream argument
Christian Couder
1
-11
/
+9
2026-08-11
fast-import: use parse_options() for command line options
Christian Couder
1
-29
/
+14
2026-08-11
fast-import: use callbacks to parse some options
Christian Couder
1
-40
/
+168
2026-08-11
fast-import: use struct option for usage string
Christian Couder
1
-6
/
+77
2026-08-11
fast-import: move command state globals into 'struct fast_import_state'
Christian Couder
1
-12
/
+12
2026-08-11
fast-import: introduce 'struct fast_import_state'
Christian Couder
1
-125
/
+169
2026-08-11
fast-import: factor out option_*() functions
Christian Couder
1
-21
/
+48
2026-08-11
fast-import: use int for some bool flags
Christian Couder
1
-2
/
+2
2026-08-11
fast-import: localize 'i' into the 'for' loops using it
Christian Couder
1
-6
/
+4
2026-08-07
cat-file: unify default format
Pablo Sabater
1
-7
/
+0
2026-08-07
fetch-object-info: parse type from server response
Pablo Sabater
1
-0
/
+7
2026-08-07
transport: drop remote object-info fields from transport struct
Jeff King
1
-4
/
+2
2026-08-07
fetch-object-info: use dedicated struct for the results
Pablo Sabater
1
-45
/
+14
2026-08-07
Merge branch 'tc/merge-default-to-upstream-leakfix'
Junio C Hamano
1
-2
/
+5
2026-08-07
Merge branch 'jk/cat-file-batch-wo-type-fix'
Junio C Hamano
1
-0
/
+3
2026-08-07
fast-import: use writev(3p) to send cat-blob responses
Patrick Steinhardt
1
-3
/
+15
2026-08-05
Merge branch 'rs/branch-delete-bisect-warning'
Junio C Hamano
1
-0
/
+7
2026-08-05
Merge branch 'ps/odb-pluggable-housekeeping'
Junio C Hamano
1
-455
/
+79
2026-08-05
branch: add --dry-run for --delete-merged
Harald Nordgren
1
-4
/
+19
2026-08-05
branch: add branch.<name>.deleteMerged opt-out
Harald Nordgren
1
-0
/
+14
2026-08-05
branch: add --delete-merged <pattern>
Harald Nordgren
1
-2
/
+193
2026-08-05
branch: prepare delete_branches for a bulk caller
Harald Nordgren
1
-4
/
+9
2026-08-05
branch: let delete_branches skip unmerged branches on bulk refusal
Harald Nordgren
1
-5
/
+10
2026-08-05
branch: convert delete_branches() to a flags argument
Harald Nordgren
1
-16
/
+24
2026-08-05
branch: add --forked filter for --list mode
Harald Nordgren
1
-2
/
+16
2026-08-05
odb/streaming: unify function names to create new streams
Patrick Steinhardt
2
-3
/
+3
2026-08-05
odb/streaming: rename `struct input_zstream_data`
Patrick Steinhardt
1
-6
/
+6
2026-08-05
odb/streaming: consolidate read and write streams
Patrick Steinhardt
1
-15
/
+16
2026-08-05
odb/streaming: rename `struct odb_read_stream`
Patrick Steinhardt
2
-10
/
+10
2026-08-05
odb/streaming: support streaming arbitrary object types
Patrick Steinhardt
1
-0
/
+1
2026-08-05
odb/streaming: drop `is_finished` field
Patrick Steinhardt
1
-7
/
+8
2026-08-05
odb/streaming: track write stream size in the structure
Patrick Steinhardt
1
-1
/
+2
2026-08-03
Merge branch 'af/clone-revision-v0-segfault-fix'
Junio C Hamano
1
-1
/
+1
[prev]
[next]