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 '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
|
|
/
/
*
|
|
Merge branch 'ab/string-list-count-in-size-t'
Junio C Hamano
2022-03-17
1
-3
/
+3
|
\
\
\
|
*
|
|
string-list API: change "nr" and "alloc" to "size_t"
Ævar Arnfjörð Bjarmason
2022-03-07
1
-3
/
+3
|
|
/
/
*
|
|
Merge branch 'ds/commit-graph-gen-v2-fixes'
Junio C Hamano
2022-03-17
1
-6
/
+13
|
\
\
\
|
*
|
|
commit-graph: declare bankruptcy on GDAT chunks
Derrick Stolee
2022-03-07
1
-2
/
+2
|
*
|
|
commit-graph: fix generation number v2 overflow values
Derrick Stolee
2022-03-01
1
-1
/
+1
|
*
|
|
commit-graph: start parsing generation v2 (again)
Derrick Stolee
2022-03-01
1
-0
/
+3
|
*
|
|
commit-graph: fix ordering bug in generation numbers
Derrick Stolee
2022-03-01
1
-3
/
+7
|
|
/
/
*
|
|
lockfile API users: simplify and don't leak "path"
Ævar Arnfjörð Bjarmason
2022-03-04
1
-0
/
+2
*
|
|
commit-graph: stop fill_oids_from_packs() progress on error and free()
Ævar Arnfjörð Bjarmason
2022-03-04
1
-5
/
+7
*
|
|
commit-graph: fix memory leak in misused string_list API
Ævar Arnfjörð Bjarmason
2022-03-04
1
-2
/
+2
|
/
/
*
/
commit-graph: return if there is no git directory
Lessley Dennington
2021-12-06
1
-1
/
+4
|
/
*
Merge branch 'js/run-command-close-packs'
Junio C Hamano
2021-09-21
1
-0
/
+1
|
\
|
*
commit-graph: when closing the graph, also release the slab
Johannes Schindelin
2021-09-08
1
-0
/
+1
*
|
Merge branch 'ab/progress-users-adjust-counters'
Junio C Hamano
2021-09-21
1
-1
/
+1
|
\
\
|
*
|
commit-graph: fix bogus counter in "Scanning merged commits" progress line
SZEDER Gábor
2021-09-09
1
-1
/
+1
|
|
/
*
|
revision: avoid hitting packfiles when commits are in commit-graph
Patrick Steinhardt
2021-08-09
1
-0
/
+24
*
|
commit-graph: split out function to search commit position
Patrick Steinhardt
2021-08-09
1
-25
/
+30
|
/
*
Merge branch 'ab/attribute-format'
Junio C Hamano
2021-07-28
1
-0
/
+1
|
\
|
*
*.c static functions: add missing __attribute__((format))
Ævar Arnfjörð Bjarmason
2021-07-14
1
-0
/
+1
*
|
commit-graph: rewrite to use checksum_valid()
Taylor Blau
2021-06-29
1
-8
/
+6
|
/
*
commit-graph: don't store file hashes as struct object_id
brian m. carlson
2021-04-27
1
-6
/
+7
*
Always use oidread to read into struct object_id
brian m. carlson
2021-04-27
1
-6
/
+6
*
Merge branch 'ds/commit-graph-generation-config'
Junio C Hamano
2021-03-22
1
-11
/
+20
|
\
|
*
commit-graph: use config to specify generation type
Derrick Stolee
2021-02-26
1
-7
/
+15
|
*
commit-graph: create local repository pointer
Derrick Stolee
2021-02-26
1
-4
/
+5
*
|
use CALLOC_ARRAY
René Scharfe
2021-03-14
1
-2
/
+2
*
|
Merge branch 'ds/chunked-file-api'
Junio C Hamano
2021-03-01
1
-200
/
+112
|
\
|
|
*
commit-graph.c: display correct number of chunks when writing
Taylor Blau
2021-02-24
1
-4
/
+3
|
*
commit-graph: use chunk-format read API
Derrick Stolee
2021-02-18
1
-105
/
+54
|
*
commit-graph: use chunk-format write API
Derrick Stolee
2021-02-18
1
-82
/
+37
|
*
commit-graph: anonymize data in chunk_write_fn
Derrick Stolee
2021-02-06
1
-10
/
+19
*
|
Merge branch 'js/commit-graph-warning'
Junio C Hamano
2021-03-01
1
-11
/
+3
|
\
\
|
*
|
Revert "commit-graph: when incompatible with graphs, indicate why"
Junio C Hamano
2021-03-01
1
-11
/
+3
*
|
|
commit-graph: avoid leaking topo_levels slab in write_commit_graph()
Andrzej Hunt
2021-02-22
1
-0
/
+1
*
|
|
Merge branch 'js/commit-graph-warning'
Junio C Hamano
2021-02-18
1
-3
/
+11
|
\
|
|
|
*
|
commit-graph: when incompatible with graphs, indicate why
Johannes Schindelin
2021-02-11
1
-3
/
+11
[next]