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
/
commit.c
(
unfollow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2025-07-07
setup_revisions(): turn on diffs for all-negative diff filter
Jeff King
2
-1
/
+7
2025-07-07
setup: use "reftable" format when experimental features are enabled
Patrick Steinhardt
3
-0
/
+52
2025-07-07
BreakingChanges: announce switch to "reftable" format
Patrick Steinhardt
5
-0
/
+68
2025-07-02
The sixth batch
Junio C Hamano
1
-0
/
+7
2025-07-02
gitremote-helpers.adoc: fix formatting
Brett A C Sheffield
1
-1
/
+1
2025-07-02
build: retire NO_UINTMAX_T
Carlo Marcelo Arenas Belón
3
-24
/
+0
2025-07-02
config.mak.uname: set NO_MEMMEM only for functional version
Carlo Marcelo Arenas Belón
1
-6
/
+3
2025-07-02
meson: add rule to run 'git clang-format'
Karthik Nayak
1
-0
/
+12
2025-07-02
clang-format: add 'RemoveBracesLLVM' to the main config
Karthik Nayak
2
-17
/
+7
2025-07-02
clang-format: set 'ColumnLimit' to 0
Karthik Nayak
1
-12
/
+9
2025-07-01
clean up interface for refs_warn_dangling_symrefs
Phil Hord
4
-15
/
+15
2025-07-01
refs: remove old refs_warn_dangling_symref
Phil Hord
2
-18
/
+1
2025-07-01
fetch-prune: optimize dangling-ref reporting
Phil Hord
3
-13
/
+13
2025-07-01
Enable SHA-256 by default in breaking changes mode
brian m. carlson
2
-2
/
+8
2025-07-01
help: add a build option for default hash
brian m. carlson
1
-0
/
+1
2025-07-01
t5300: choose the built-in hash outside of a repo
brian m. carlson
1
-3
/
+3
2025-07-01
t4042: choose the built-in hash outside of a repo
brian m. carlson
1
-2
/
+10
2025-07-01
t1007: choose the built-in hash outside of a repo
brian m. carlson
1
-2
/
+2
2025-07-01
t: default to compile-time default hash if not set
brian m. carlson
2
-2
/
+10
2025-07-01
setup: use the default algorithm to initialize repo format
brian m. carlson
2
-2
/
+5
2025-07-01
Use legacy hash for legacy formats
brian m. carlson
9
-13
/
+13
2025-07-01
builtin: use default hash when outside a repository
brian m. carlson
8
-8
/
+8
2025-07-01
hash: add a constant for the legacy hash algorithm
brian m. carlson
1
-0
/
+2
2025-07-01
hash: add a constant for the default hash algorithm
brian m. carlson
1
-0
/
+2
2025-07-01
odb: rename `read_object_with_reference()`
Patrick Steinhardt
8
-45
/
+37
2025-07-01
odb: rename `pretend_object_file()`
Patrick Steinhardt
3
-13
/
+14
2025-07-01
odb: rename `has_object()`
Patrick Steinhardt
30
-74
/
+87
2025-07-01
odb: rename `repo_read_object_file()`
Patrick Steinhardt
47
-150
/
+157
2025-07-01
odb: rename `oid_object_info()`
Patrick Steinhardt
48
-170
/
+213
2025-07-01
odb: trivial refactorings to get rid of `the_repository`
Patrick Steinhardt
1
-16
/
+16
2025-07-01
odb: get rid of `the_repository` when handling submodule sources
Patrick Steinhardt
6
-43
/
+50
2025-07-01
odb: get rid of `the_repository` when handling the primary source
Patrick Steinhardt
3
-27
/
+36
2025-07-01
odb: get rid of `the_repository` in `for_each()` functions
Patrick Steinhardt
8
-28
/
+47
2025-07-01
odb: get rid of `the_repository` when handling alternates
Patrick Steinhardt
14
-64
/
+83
2025-07-01
odb: get rid of `the_repository` in `odb_mkstemp()`
Patrick Steinhardt
7
-15
/
+22
2025-07-01
odb: get rid of `the_repository` in `assert_oid_type()`
Patrick Steinhardt
4
-5
/
+7
2025-07-01
odb: get rid of `the_repository` in `find_odb()`
Patrick Steinhardt
4
-7
/
+12
2025-07-01
odb: introduce parent pointers
Patrick Steinhardt
3
-21
/
+35
2025-07-01
object-store: rename files to "odb.{c,h}"
Patrick Steinhardt
126
-129
/
+129
2025-07-01
object-store: rename `object_directory` to `odb_source`
Patrick Steinhardt
28
-272
/
+284
2025-07-01
object-store: rename `raw_object_store` to `object_database`
Patrick Steinhardt
8
-19
/
+24
2025-07-01
pack-bitmap: add load corrupt bitmap test
Lidong Yan
4
-5
/
+96
2025-07-01
pack-bitmap: reword comments in test_bitmap_commits()
Lidong Yan
1
-2
/
+3
2025-07-01
pack-bitmap: fix memory leak if load_bitmap() failed
Taylor Blau
1
-17
/
+4
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
2
-2
/
+2
2025-07-01
config: use --value instead of value-pattern
Kristoffer Haugsbakk
1
-4
/
+4
2025-07-01
config: document --[no-]value
Kristoffer Haugsbakk
1
-0
/
+8
2025-07-01
config: use --value=<pattern> consistently
Kristoffer Haugsbakk
2
-9
/
+9
2025-07-01
config: document --[no-]show-names
Kristoffer Haugsbakk
1
-0
/
+6
[prev]
[next]