index
:
tgif.git
2.36
Terin's Improved Git Fork
terinjokes@gmail.com
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
commit-graph.c
Age
Commit message (
Expand
)
Author
Files
Lines
2020-03-05
Merge branch 'rs/commit-graph-code-simplification'
Junio C Hamano
1
-6
/
+2
2020-02-27
commit-graph: use progress title directly
René Scharfe
1
-6
/
+2
2020-02-04
commit-graph.h: use odb in 'load_commit_graph_one_fd_st'
Taylor Blau
1
-11
/
+10
2020-02-04
commit-graph.c: remove path normalization, comparison
Taylor Blau
1
-28
/
+19
2020-02-04
commit-graph.h: store object directory in 'struct commit_graph'
Taylor Blau
1
-17
/
+21
2020-02-04
commit-graph.h: store an odb in 'struct write_commit_graph_context'
Taylor Blau
1
-25
/
+16
2020-01-06
Merge branch 'ds/commit-graph-set-size-mult'
Junio C Hamano
1
-1
/
+3
2020-01-02
commit-graph: prefer default size_mult when given zero
Derrick Stolee
1
-1
/
+3
2019-12-10
Merge branch 'ds/commit-graph-delay-gen-progress'
Junio C Hamano
1
-1
/
+1
2019-12-01
Merge branch 'en/doc-typofix'
Junio C Hamano
1
-1
/
+1
2019-12-01
Merge branch 'jk/cleanup-object-parsing-and-fsck'
Junio C Hamano
1
-3
/
+0
2019-11-27
commit-graph: use start_delayed_progress()
Derrick Stolee
1
-1
/
+1
2019-11-10
Fix spelling errors in code comments
Elijah Newren
1
-1
/
+1
2019-11-04
Merge branch 'ds/commit-graph-on-fetch'
Junio C Hamano
1
-4
/
+7
2019-10-28
commit, tag: don't set parsed bit for parse failures
Jeff King
1
-3
/
+0
2019-10-25
commit-graph: fix writing first commit-graph during fetch
Derrick Stolee
1
-4
/
+7
2019-10-09
Merge branch 'ah/cleanups'
Junio C Hamano
1
-2
/
+3
2019-10-07
Merge branch 'tb/commit-graph-harden'
Junio C Hamano
1
-2
/
+9
2019-10-07
Merge branch 'gs/commit-graph-progress'
Junio C Hamano
1
-2
/
+4
2019-10-07
Merge branch 'rs/commit-graph-use-list-count'
Junio C Hamano
1
-11
/
+6
2019-10-07
Merge branch 'jk/disable-commit-graph-during-upload-pack'
Junio C Hamano
1
-3
/
+15
2019-10-07
Merge branch 'jk/commit-graph-cleanup'
Junio C Hamano
1
-1
/
+1
2019-10-02
commit-graph: remove a duplicate assignment
Alex Henrie
1
-2
/
+3
2019-09-18
commit-graph: add --[no-]progress to write and verify
Garima Singh
1
-2
/
+4
2019-09-16
commit-graph: use commit_list_count()
René Scharfe
1
-11
/
+6
2019-09-12
upload-pack: disable commit graph more gently for shallow traversal
Jeff King
1
-0
/
+12
2019-09-12
commit-graph: bump DIE_ON_LOAD check to actual load-time
Jeff King
1
-4
/
+4
2019-09-09
Merge branch 'ds/feature-macros'
Junio C Hamano
1
-3
/
+3
2019-09-09
commit-graph: don't show progress percentages while expanding reachable commits
SZEDER Gábor
1
-1
/
+1
2019-09-09
commit-graph.c: handle corrupt/missing trees
Taylor Blau
1
-1
/
+6
2019-09-09
commit-graph.c: handle commit parsing errors
Taylor Blau
1
-1
/
+3
2019-08-22
Merge branch 'sg/commit-graph-validate'
Junio C Hamano
1
-17
/
+23
2019-08-13
repo-settings: consolidate some config settings
Derrick Stolee
1
-3
/
+3
2019-08-09
Merge branch 'ds/commit-graph-incremental'
Junio C Hamano
1
-5
/
+7
2019-08-07
commit-graph: release strbufs after use
René Scharfe
1
-5
/
+7
2019-08-05
commit-graph: fix bug around octopus merges
Derrick Stolee
1
-1
/
+1
2019-08-05
commit-graph: error out on invalid commit oids in 'write --stdin-commits'
SZEDER Gábor
1
-12
/
+17
2019-08-05
commit-graph: turn a group of write-related macro flags into an enum
SZEDER Gábor
1
-5
/
+6
2019-07-19
Merge branch 'ds/commit-graph-incremental'
Junio C Hamano
1
-49
/
+774
2019-07-09
Merge branch 'jk/oidhash'
Junio C Hamano
1
-1
/
+1
2019-07-09
Merge branch 'ds/close-object-store'
Junio C Hamano
1
-4
/
+4
2019-07-09
Merge branch 'ds/commit-graph-write-refactor'
Junio C Hamano
1
-271
/
+336
2019-06-20
object: convert create_object() to use object_id
Jeff King
1
-1
/
+1
2019-06-19
commit-graph: normalize commit-graph filenames
Derrick Stolee
1
-7
/
+23
2019-06-19
commit-graph: merge commit-graph chains
Derrick Stolee
1
-33
/
+147
2019-06-19
commit-graph: add --split option to builtin
Derrick Stolee
1
-5
/
+9
2019-06-19
commit-graph: write commit-graph chains
Derrick Stolee
1
-11
/
+275
2019-06-19
commit-graph: clean up chains after flattened write
Derrick Stolee
1
-3
/
+9
2019-06-19
commit-graph: rearrange chunk count logic
Derrick Stolee
1
-14
/
+21
2019-06-19
commit-graph: verify chains with --shallow mode
Derrick Stolee
1
-3
/
+12
[next]