index
:
git
master
git
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
builtin
/
commit-graph.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
builtin.h: remove unneccessary includes
Elijah Newren
2023-06-21
1
-0
/
+1
*
treewide: be explicit about dependence on trace.h & trace2.h
Elijah Newren
2023-04-11
1
-0
/
+1
*
environment.h: move declarations for environment.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
*
replace-object.h: move read_replace_refs declaration from cache.h to here
Elijah Newren
2023-02-24
1
-0
/
+1
*
cache.h: remove dependence on hex.h; make other files include it explicitly
Elijah Newren
2023-02-24
1
-0
/
+1
*
commit-graph: fix a parse_options_concat() leak
Ævar Arnfjörð Bjarmason
2023-02-07
1
-2
/
+2
*
commit-graph: use free_commit_graph() instead of UNLEAK()
Ævar Arnfjörð Bjarmason
2023-02-07
1
-2
/
+4
*
Merge branch 'ab/doc-synopsis-and-cmd-usage'
Junio C Hamano
2022-10-28
1
-5
/
+5
|
\
|
*
doc txt & -h consistency: fix mismatching labels
Ævar Arnfjörð Bjarmason
2022-10-13
1
-2
/
+2
|
*
doc txt & -h consistency: correct padding around "[]()"
Ævar Arnfjörð Bjarmason
2022-10-13
1
-1
/
+1
|
*
doc txt & -h consistency: word-wrap
Ævar Arnfjörð Bjarmason
2022-10-13
1
-4
/
+4
*
|
Merge branch 'ab/unused-annotation'
Junio C Hamano
2022-09-14
1
-1
/
+1
|
\
\
|
*
|
git-compat-util.h: use "UNUSED", not "UNUSED(var)"
Ævar Arnfjörð Bjarmason
2022-09-01
1
-1
/
+1
*
|
|
Merge branch 'jk/unused-annotation'
Junio C Hamano
2022-09-14
1
-1
/
+1
|
\
|
|
|
|
/
|
/
|
|
*
config: mark unused callback parameters
Jeff King
2022-08-19
1
-1
/
+1
*
|
pass subcommand "prefix" arguments to parse_options()
Jeff King
2022-08-25
1
-2
/
+2
*
|
builtin/commit-graph.c: let parse-options parse subcommands
SZEDER Gábor
2022-08-19
1
-17
/
+13
|
/
*
commit-graph: fix memory leak in misused string_list API
Ævar Arnfjörð Bjarmason
2022-03-04
1
-3
/
+3
*
Merge branch 'ab/ignore-replace-while-working-on-commit-graph'
Junio C Hamano
2021-11-01
1
-1
/
+1
|
\
|
*
commit-graph: don't consider "replace" objects with "verify"
Ævar Arnfjörð Bjarmason
2021-10-15
1
-1
/
+1
*
|
Merge branch 'ab/parse-options-cleanup'
Junio C Hamano
2021-10-26
1
-2
/
+2
|
\
\
|
*
|
commit-graph: stop using optname()
Ævar Arnfjörð Bjarmason
2021-10-08
1
-2
/
+2
*
|
|
Merge branch 'tb/commit-graph-usage-fix'
Junio C Hamano
2021-10-06
1
-2
/
+4
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
builtin/commit-graph.c: don't accept common --[no-]progress
Taylor Blau
2021-09-20
1
-2
/
+4
*
|
|
Merge branch 'tb/multi-pack-bitmaps'
Junio C Hamano
2021-09-21
1
-22
/
+0
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
midx: avoid opening multiple MIDXs when writing
Taylor Blau
2021-09-01
1
-22
/
+0
|
|
/
*
|
commit-graph: show "unexpected subcommand" error
Ævar Arnfjörð Bjarmason
2021-08-31
1
-0
/
+1
*
|
commit-graph: show usage on "commit-graph [write|verify] garbage"
Ævar Arnfjörð Bjarmason
2021-08-31
1
-0
/
+4
*
|
commit-graph: early exit to "usage" on !argc
Ævar Arnfjörð Bjarmason
2021-08-31
1
-6
/
+7
*
|
commit-graph: use parse_options_concat()
Ævar Arnfjörð Bjarmason
2021-08-31
1
-16
/
+21
*
|
commit-graph: remove redundant handling of -h
Ævar Arnfjörð Bjarmason
2021-08-31
1
-4
/
+0
*
|
commit-graph: define common usage with a macro
Ævar Arnfjörð Bjarmason
2021-08-31
1
-14
/
+17
|
/
*
builtin/*: update usage format
ZheNing Hu
2021-01-07
1
-3
/
+3
*
assert PARSE_OPT_NONEG in parse-options callbacks
Jeff King
2020-09-30
1
-0
/
+2
*
commit-graph: introduce 'commitGraph.maxNewFilters'
Taylor Blau
2020-09-18
1
-0
/
+14
*
builtin/commit-graph.c: introduce '--max-new-filters=<n>'
Taylor Blau
2020-09-18
1
-2
/
+25
*
commit-graph: rename 'split_commit_graph_opts'
Taylor Blau
2020-09-18
1
-10
/
+10
*
commit-graph: pass a 'struct repository *' in more places
Taylor Blau
2020-09-09
1
-1
/
+1
*
Merge branch 'ds/commit-graph-bloom-updates' into master
Junio C Hamano
2020-07-30
1
-1
/
+4
|
\
|
*
commit-graph: persist existence of changed-paths
Derrick Stolee
2020-07-01
1
-1
/
+4
*
|
Merge branch 'tb/commit-graph-no-check-oids' into master
Junio C Hamano
2020-07-16
1
-3
/
+1
|
\
\
|
*
|
commit-graph: fix "Collecting commits from input" progress line
SZEDER Gábor
2020-07-15
1
-3
/
+1
*
|
|
object: drop parsed_object_pool->commit_count
Abhishek Kumar
2020-06-17
1
-1
/
+1
|
/
/
*
|
commit-graph: drop COMMIT_GRAPH_WRITE_CHECK_OIDS flag
Taylor Blau
2020-05-18
1
-7
/
+8
*
|
builtin/commit-graph.c: dereference tags in builtin
Taylor Blau
2020-05-18
1
-3
/
+21
*
|
builtin/commit-graph.c: extract 'read_one_commit()'
Taylor Blau
2020-05-18
1
-29
/
+29
*
|
Merge branch 'gs/commit-graph-path-filter'
Junio C Hamano
2020-05-01
1
-2
/
+8
|
\
|
|
*
commit-graph: add GIT_TEST_COMMIT_GRAPH_CHANGED_PATHS test flag
Garima Singh
2020-04-06
1
-1
/
+2
|
*
commit-graph: add --changed-paths option to write subcommand
Garima Singh
2020-04-06
1
-2
/
+7
[next]