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
2025-07-16
odb: introduce `odb_write_object()`
Patrick Steinhardt
9
-16
/
+19
2025-07-16
object-file: get rid of `the_repository` in `finalize_object_file()`
Patrick Steinhardt
3
-4
/
+4
2025-07-16
object-file: get rid of `the_repository` in `has_loose_object()`
Patrick Steinhardt
1
-4
/
+20
2025-07-16
Merge branch 'rs/parse-options-precision'
Junio C Hamano
4
-0
/
+9
2025-07-16
Merge branch 'ph/fetch-prune-optim'
Junio C Hamano
2
-15
/
+9
2025-07-16
commit: avoid scanning trailing comments when 'core.commentChar' is "auto"
Ayush Chandekar
1
-1
/
+5
2025-07-15
Merge branch 'ps/object-store'
Junio C Hamano
40
-263
/
+272
2025-07-15
packfile: refactor `get_multi_pack_index()` to work on sources
Patrick Steinhardt
2
-8
/
+12
2025-07-15
Merge branch 'tb/midx-avoid-cruft-packs' into ps/object-store-midx
Junio C Hamano
2
-87
/
+289
2025-07-15
for-each-ref: introduce a '--start-after' option
Karthik Nayak
1
-0
/
+8
2025-07-14
Merge branch 'kh/doc-config-subcommands'
Junio C Hamano
1
-6
/
+6
2025-07-14
Merge branch 'ac/prune-wo-the-repository'
Junio C Hamano
3
-17
/
+14
2025-07-14
Merge branch 'cb/total-ram-bsd-fix'
Junio C Hamano
1
-3
/
+10
2025-07-09
Merge branch 'ps/object-store' into ps/object-file-wo-the-repository
Junio C Hamano
40
-264
/
+272
2025-07-09
fast-(import|export): improve on commit signature output format
Christian Couder
2
-36
/
+139
2025-07-09
parse-options: add precision handling for OPTION_NEGBIT
René Scharfe
1
-0
/
+1
2025-07-09
parse-options: add precision handling for OPTION_BIT
René Scharfe
1
-0
/
+1
2025-07-09
parse-options: add precision handling for OPTION_SET_INT
René Scharfe
1
-0
/
+6
2025-07-09
parse-options: add precision handling for PARSE_OPT_CMDMODE
René Scharfe
1
-0
/
+1
2025-07-09
Merge branch 'ps/object-store' into ps/object-store-midx
Junio C Hamano
40
-264
/
+272
2025-07-08
remote: detect collisions in remote names
Jeff King
1
-0
/
+17
2025-07-08
Merge branch 'kn/fetch-push-bulk-ref-update'
Junio C Hamano
3
-94
/
+156
2025-07-07
Merge branch 'jk/fix-leak-send-pack'
Junio C Hamano
1
-3
/
+6
2025-07-07
Merge branch 'jk/submodule-remote-lookup-cleanup'
Junio C Hamano
2
-66
/
+42
2025-07-07
builtin/gc: correct total_ram calculation with HAVE_BSD_SYSCTL
Carlo Marcelo Arenas Belón
1
-3
/
+10
2025-07-07
builtin/prune: stop depending on 'the_repository'
Ayush Chandekar
1
-15
/
+12
2025-07-07
repository: move 'repository_format_precious_objects' to repo scope
Ayush Chandekar
3
-3
/
+3
2025-07-01
clean up interface for refs_warn_dangling_symrefs
Phil Hord
2
-8
/
+2
2025-07-01
fetch-prune: optimize dangling-ref reporting
Phil Hord
2
-12
/
+12
2025-07-01
Use legacy hash for legacy formats
brian m. carlson
1
-1
/
+1
2025-07-01
builtin: use default hash when outside a repository
brian m. carlson
8
-8
/
+8
2025-07-01
odb: rename `read_object_with_reference()`
Patrick Steinhardt
4
-21
/
+15
2025-07-01
odb: rename `has_object()`
Patrick Steinhardt
11
-26
/
+27
2025-07-01
odb: rename `repo_read_object_file()`
Patrick Steinhardt
14
-63
/
+59
2025-07-01
odb: rename `oid_object_info()`
Patrick Steinhardt
19
-69
/
+79
2025-07-01
odb: get rid of `the_repository` when handling submodule sources
Patrick Steinhardt
1
-1
/
+2
2025-07-01
odb: get rid of `the_repository` in `for_each()` functions
Patrick Steinhardt
3
-3
/
+5
2025-07-01
odb: get rid of `the_repository` when handling alternates
Patrick Steinhardt
4
-9
/
+12
2025-07-01
odb: get rid of `the_repository` in `odb_mkstemp()`
Patrick Steinhardt
2
-2
/
+3
2025-07-01
odb: get rid of `the_repository` in `assert_oid_type()`
Patrick Steinhardt
1
-1
/
+1
2025-07-01
odb: get rid of `the_repository` in `find_odb()`
Patrick Steinhardt
1
-2
/
+2
2025-07-01
object-store: rename files to "odb.{c,h}"
Patrick Steinhardt
38
-38
/
+38
2025-07-01
object-store: rename `object_directory` to `odb_source`
Patrick Steinhardt
8
-32
/
+32
2025-07-01
send-pack: clean-up even when taking an early exit
Junio C Hamano
1
-3
/
+5
2025-07-01
config: mention --url in the synopsis
Kristoffer Haugsbakk
1
-1
/
+1
2025-07-01
config: use --value=<pattern> consistently
Kristoffer Haugsbakk
1
-6
/
+6
2025-06-30
Merge branch 'jc/merge-compact-summary'
Junio C Hamano
2
-4
/
+65
2025-06-30
Merge branch 'bc/stash-export-import'
Junio C Hamano
1
-11
/
+449
2025-06-27
send-pack: clean up extra_have oid array
Jacob Keller
1
-0
/
+1
2025-06-25
Merge branch 'ps/maintenance-ref-lock'
Junio C Hamano
5
-183
/
+249
[prev]
[next]