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
/
commit.c
(
follow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2025-08-21
Merge branch 'ps/remote-rename-fix'
Junio C Hamano
1
-1
/
+2
2025-08-06
refs: pass refname when invoking reflog entry callback
Patrick Steinhardt
1
-1
/
+2
2025-08-05
Merge branch 'ps/object-file-wo-the-repository'
Junio C Hamano
1
-2
/
+2
2025-07-28
Merge branch 'rs/pop-recent-commit-with-prio-queue'
Junio C Hamano
1
-3
/
+11
2025-07-22
commit: use prio_queue_replace() in pop_most_recent_commit()
René Scharfe
1
-2
/
+9
2025-07-22
commit: convert pop_most_recent_commit() to prio_queue
René Scharfe
1
-3
/
+4
2025-07-16
odb: introduce `odb_write_object()`
Patrick Steinhardt
1
-2
/
+2
2025-07-01
odb: rename `has_object()`
Patrick Steinhardt
1
-1
/
+1
2025-07-01
odb: rename `repo_read_object_file()`
Patrick Steinhardt
1
-3
/
+3
2025-07-01
odb: rename `oid_object_info()`
Patrick Steinhardt
1
-1
/
+2
2025-07-01
odb: get rid of `the_repository` in `assert_oid_type()`
Patrick Steinhardt
1
-1
/
+1
2025-07-01
object-store: rename files to "odb.{c,h}"
Patrick Steinhardt
1
-1
/
+1
2025-04-24
Merge branch 'ps/object-file-cleanup'
Junio C Hamano
1
-1
/
+2
2025-04-15
Merge branch 'ps/object-wo-the-repository'
Junio C Hamano
1
-1
/
+1
2025-04-15
object-store: merge "object-store-ll.h" and "object-store.h"
Patrick Steinhardt
1
-1
/
+1
2025-04-15
object-file: split out functions relating to object store subsystem
Patrick Steinhardt
1
-0
/
+1
2025-03-24
commit: move clear_commit_marks_many() loop body to clear_commit_marks()
René Scharfe
1
-9
/
+7
2025-03-10
object-file-convert: stop depending on `the_repository`
Patrick Steinhardt
1
-1
/
+1
2025-02-24
commit: avoid parent list buildup in clear_commit_marks_many()
René Scharfe
1
-4
/
+4
2024-12-27
commit-reach: use `size_t` to track indices in `get_reachable_subset()`
Patrick Steinhardt
1
-2
/
+2
2024-12-23
Merge branch 'ps/build-sign-compare'
Junio C Hamano
1
-2
/
+1
2024-12-15
Merge branch 'bf/explicit-config-set-in-advice-messages'
Junio C Hamano
1
-1
/
+1
2024-12-06
global: trivial conversions to fix `-Wsign-compare` warnings
Patrick Steinhardt
1
-3
/
+1
2024-12-06
global: mark code units that generate warnings with `-Wsign-compare`
Patrick Steinhardt
1
-0
/
+1
2024-12-06
advice: suggest using subcommand "git config set"
Bence Ferdinandy
1
-1
/
+1
2024-09-25
commit: avoid leaking already-saved buffer
Jeff King
1
-1
/
+2
2024-09-23
Merge branch 'ps/environ-wo-the-repository'
Junio C Hamano
1
-2
/
+2
2024-09-20
Merge branch 'ps/leakfixes-part-6'
Junio C Hamano
1
-16
/
+7
2024-09-12
environment: make `get_graft_file()` accept a repository
Patrick Steinhardt
1
-2
/
+2
2024-09-05
object: clear grafts when clearing parsed object pool
Patrick Steinhardt
1
-13
/
+1
2024-09-05
gpg-interface: fix misdesigned signing key interfaces
Patrick Steinhardt
1
-3
/
+6
2024-08-26
Merge branch 'ds/for-each-ref-is-base'
Junio C Hamano
1
-1
/
+7
2024-08-14
commit: add gentle reference lookup method
Derrick Stolee
1
-1
/
+7
2024-08-13
hooks: remove implicit dependency on `the_repository`
Patrick Steinhardt
1
-1
/
+1
2024-07-08
Merge branch 'ps/leakfixes-more'
Junio C Hamano
1
-15
/
+13
2024-07-02
Merge branch 'ps/use-the-repository'
Junio C Hamano
1
-0
/
+2
2024-06-27
Merge branch 'rs/remove-unused-find-header-mem'
Junio C Hamano
1
-14
/
+2
2024-06-20
commit: remove find_header_mem()
René Scharfe
1
-14
/
+2
2024-06-14
global: introduce `USE_THE_REPOSITORY_VARIABLE` macro
Patrick Steinhardt
1
-0
/
+2
2024-06-11
merge: fix leaking merge bases
Patrick Steinhardt
1
-1
/
+1
2024-06-11
commit: fix leaking parents when calling `commit_tree_extended()`
Patrick Steinhardt
1
-14
/
+12
2024-05-07
cocci: apply rules to rewrite callers of "refs" interfaces
Patrick Steinhardt
1
-1
/
+2
2024-04-05
Merge branch 'jk/core-comment-string'
Junio C Hamano
1
-1
/
+2
2024-03-28
Merge branch 'eb/hash-transition'
Junio C Hamano
1
-45
/
+176
2024-03-12
find multi-byte comment chars in unterminated buffers
Jeff King
1
-1
/
+2
2024-02-29
commit-reach(repo_get_merge_bases_many): pass on "missing commits" errors
Johannes Schindelin
1
-3
/
+4
2024-02-08
Merge branch 'en/header-cleanup' into maint-2.43
Junio C Hamano
1
-2
/
+0
2024-02-08
Merge branch 'la/trailer-cleanups' into maint-2.43
Junio C Hamano
1
-1
/
+1
2024-01-08
Merge branch 'en/header-cleanup'
Junio C Hamano
1
-2
/
+0
2024-01-02
Merge branch 'la/trailer-cleanups'
Junio C Hamano
1
-1
/
+1
[next]