index
:
git
master
git
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
commit-graph.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge branch 'en/header-split-cache-h-part-2'
Junio C Hamano
2023-05-10
1
-0
/
+1
|
\
|
*
commit.h: reduce unnecessary includes
Elijah Newren
2023-04-24
1
-0
/
+1
*
|
Merge branch 'en/header-split-cache-h'
Junio C Hamano
2023-04-25
1
-1
/
+3
|
\
|
|
*
treewide: remove cache.h inclusion due to object-file.h changes
Elijah Newren
2023-04-11
1
-1
/
+1
|
*
object-file.h: move declarations for object-file.c functions from cache.h
Elijah Newren
2023-04-11
1
-0
/
+1
|
*
treewide: be explicit about dependence on oid-array.h
Elijah Newren
2023-04-11
1
-0
/
+1
|
*
Merge branch 'ab/remove-implicit-use-of-the-repository' into en/header-split-...
Junio C Hamano
2023-04-04
1
-2
/
+2
|
|
\
*
|
|
Merge branch 'en/header-split-cleanup'
Junio C Hamano
2023-04-06
1
-1
/
+3
|
\
|
|
|
*
|
csum-file.h: remove unnecessary inclusion of cache.h
Elijah Newren
2023-03-21
1
-1
/
+1
|
*
|
wrapper.h: move declarations for wrapper.c functions from cache.h
Elijah Newren
2023-03-21
1
-0
/
+1
|
*
|
treewide: be explicit about dependence on gettext.h
Elijah Newren
2023-03-21
1
-0
/
+1
*
|
|
Merge branch 'ab/remove-implicit-use-of-the-repository'
Junio C Hamano
2023-04-06
1
-2
/
+2
|
\
\
\
|
|
|
/
|
|
/
|
|
*
|
libs: use "struct repository *" argument, not "the_repository"
Ævar Arnfjörð Bjarmason
2023-03-28
1
-1
/
+1
|
*
|
cocci: apply the "packfile.h" part of "the_repository.pending"
Ævar Arnfjörð Bjarmason
2023-03-28
1
-1
/
+1
|
*
|
cocci: apply the "commit.h" part of "the_repository.pending"
Ævar Arnfjörð Bjarmason
2023-03-28
1
-1
/
+1
*
|
|
Merge branch 'ps/ahead-behind-truncation-fix'
Junio C Hamano
2023-04-06
1
-1
/
+1
|
\
\
\
|
*
|
|
commit-graph: fix truncated generation numbers
Patrick Steinhardt
2023-03-27
1
-1
/
+1
*
|
|
|
Merge branch 'ds/ahead-behind'
Junio C Hamano
2023-04-06
1
-71
/
+136
|
\
|
|
|
|
|
_
|
/
|
/
|
|
|
*
|
commit-graph: introduce `ensure_generations_valid()`
Taylor Blau
2023-03-20
1
-0
/
+29
|
*
|
commit-graph: return generation from memory
Derrick Stolee
2023-03-20
1
-5
/
+3
|
*
|
commit-graph: simplify compute_generation_numbers()
Derrick Stolee
2023-03-20
1
-43
/
+21
|
*
|
commit-graph: refactor compute_topological_levels()
Derrick Stolee
2023-03-20
1
-23
/
+83
|
|
/
*
/
cache.h: remove dependence on hex.h; make other files include it explicitly
Elijah Newren
2023-02-24
1
-0
/
+1
|
/
*
use DUP_ARRAY
René Scharfe
2023-01-09
1
-2
/
+1
*
Merge branch 'ml/commit-graph-expire-dir-leak-fix'
Junio C Hamano
2022-09-21
1
-0
/
+2
|
\
|
*
commit-graph: Fix missing closedir in expire_commit_graphs
Miaoqian Lin
2022-09-19
1
-0
/
+2
*
|
Merge branch 'ab/unused-annotation'
Junio C Hamano
2022-09-14
1
-2
/
+2
|
\
\
|
*
|
git-compat-util.h: use "UNUSED", not "UNUSED(var)"
Ævar Arnfjörð Bjarmason
2022-09-01
1
-2
/
+2
*
|
|
Merge branch 'jk/unused-annotation'
Junio C Hamano
2022-09-14
1
-2
/
+2
|
\
|
|
|
*
|
refs: mark unused each_ref_fn parameters
Jeff King
2022-08-19
1
-2
/
+2
*
|
|
Merge branch 'jk/rev-list-verify-objects-fix'
Junio C Hamano
2022-09-13
1
-1
/
+1
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
lookup_commit_in_graph(): use prepare_commit_graph() to check for graph
Jeff King
2022-09-07
1
-1
/
+1
|
*
|
Merge branch 'tb/commit-graph-genv2-upgrade-fix' into maint
Junio C Hamano
2022-08-11
1
-3
/
+9
|
|
\
\
|
*
\
\
Merge branch 'hx/lookup-commit-in-graph-fix' into maint
Junio C Hamano
2022-08-11
1
-1
/
+1
|
|
\
\
\
*
|
\
\
\
Merge branch 'tb/commit-graph-genv2-upgrade-fix'
Junio C Hamano
2022-08-03
1
-3
/
+9
|
\
\
\
\
\
|
|
|
_
|
/
/
|
|
/
|
|
|
|
*
|
|
|
commit-graph: introduce `repo_find_commit_pos_in_graph()`
Taylor Blau
2022-07-16
1
-3
/
+9
*
|
|
|
|
Merge branch 'js/commit-graph-parsing-without-repo-settings'
Junio C Hamano
2022-07-27
1
-6
/
+5
|
\
\
\
\
\
|
*
|
|
|
|
commit-graph: pass repo_settings instead of repository
Taylor Blau
2022-07-15
1
-6
/
+5
|
|
|
/
/
/
|
|
/
|
|
|
*
|
|
|
|
Merge branch 'hx/lookup-commit-in-graph-fix'
Junio C Hamano
2022-07-20
1
-1
/
+1
|
\
\
\
\
\
|
|
/
/
/
/
|
/
|
|
/
/
|
|
|
/
/
|
|
/
|
|
|
*
|
|
commit-graph.c: no lazy fetch in lookup_commit_in_graph()
Han Xin
2022-07-01
1
-1
/
+1
|
|
|
/
|
|
/
|
*
|
|
Merge branch 'tb/cruft-packs'
Junio C Hamano
2022-06-03
1
-15
/
+3
|
\
\
\
|
*
|
|
chunk-format.h: extract oid_version()
Taylor Blau
2022-05-27
1
-15
/
+3
|
|
|
/
|
|
/
|
*
|
|
Merge branch 'ab/valgrind-fixes'
Junio C Hamano
2022-05-23
1
-2
/
+4
|
\
\
\
|
|
|
/
|
|
/
|
|
*
|
commit-graph.c: don't assume that stat() succeeds
Ævar Arnfjörð Bjarmason
2022-05-13
1
-2
/
+4
|
|
/
*
|
Merge branch 'ep/maint-equals-null-cocci'
Junio C Hamano
2022-05-21
1
-2
/
+2
|
\
\
|
*
\
Merge branch 'ep/maint-equals-null-cocci' for maint-2.35
Junio C Hamano
2022-05-02
1
-2
/
+2
|
|
\
\
|
|
*
|
tree-wide: apply equals-null.cocci
Junio C Hamano
2022-05-02
1
-2
/
+2
*
|
|
|
commit-graph: close file before returning NULL
Kleber Tarcísio
2022-04-20
1
-3
/
+6
|
|
_
|
/
|
/
|
|
*
|
|
Merge branch 'ns/core-fsyncmethod'
Junio C Hamano
2022-03-26
1
-1
/
+2
|
\
\
\
|
*
|
|
core.fsync: introduce granular fsync control infrastructure
Neeraj Singh
2022-03-11
1
-1
/
+2
|
|
/
/
[next]