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
2019-05-19
Merge branch 'js/commit-graph-parse-leakfix'
Junio C Hamano
1
-1
/
+3
2019-05-09
Merge branch 'nd/sha1-name-c-wo-the-repository'
Junio C Hamano
1
-2
/
+7
2019-05-07
commit-graph: fix memory leak
Josh Steadmon
1
-1
/
+3
2019-04-16
commit.cocci: refactor code, avoid double rewrite
Nguyễn Thái Ngọc Duy
1
-2
/
+7
2019-04-01
commit-graph: improve & i18n error messages
Ævar Arnfjörð Bjarmason
1
-19
/
+19
2019-04-01
commit-graph write: don't die if the existing graph is corrupt
Ævar Arnfjörð Bjarmason
1
-3
/
+7
2019-04-01
commit-graph: don't pass filename to load_commit_graph_one_fd_st()
Ævar Arnfjörð Bjarmason
1
-4
/
+3
2019-04-01
commit-graph: don't early exit(1) on e.g. "git status"
Ævar Arnfjörð Bjarmason
1
-12
/
+30
2019-04-01
commit-graph: fix segfault on e.g. "git status"
Ævar Arnfjörð Bjarmason
1
-9
/
+34
2019-02-05
Merge branch 'ab/commit-graph-write-progress'
Junio C Hamano
1
-36
/
+94
2019-02-05
Merge branch 'ab/commit-graph-write-optim'
Junio C Hamano
1
-2
/
+4
2019-02-05
Merge branch 'js/commit-graph-chunk-table-fix'
Junio C Hamano
1
-19
/
+48
2019-02-05
Merge branch 'sb/more-repo-in-api'
Junio C Hamano
1
-16
/
+24
2019-01-29
Merge branch 'bc/sha-256'
Junio C Hamano
1
-16
/
+17
2019-01-23
commit-graph write: emit a percentage for all progress
Ævar Arnfjörð Bjarmason
1
-7
/
+7
2019-01-23
commit-graph write: add itermediate progress
Ævar Arnfjörð Bjarmason
1
-0
/
+13
2019-01-23
commit-graph write: remove empty line for readability
Ævar Arnfjörð Bjarmason
1
-1
/
+0
2019-01-23
commit-graph write: add more descriptive progress output
Ævar Arnfjörð Bjarmason
1
-7
/
+18
2019-01-23
commit-graph write: show progress for object search
Ævar Arnfjörð Bjarmason
1
-2
/
+7
2019-01-23
commit-graph write: more descriptive "writing out" output
Ævar Arnfjörð Bjarmason
1
-2
/
+10
2019-01-23
commit-graph write: add "Writing out" progress output
Ævar Arnfjörð Bjarmason
1
-9
/
+30
2019-01-23
commit-graph: don't call write_graph_chunk_extra_edges() unnecessarily
SZEDER Gábor
1
-1
/
+2
2019-01-22
commit-graph: rename "large edges" to "extra edges"
SZEDER Gábor
1
-12
/
+12
2019-01-22
commit-graph write: use pack order when finding commits
Ævar Arnfjörð Bjarmason
1
-2
/
+4
2019-01-18
Merge branch 'ds/commit-graph-assert-missing-parents'
Junio C Hamano
1
-6
/
+11
2019-01-15
commit-graph: fix buffer read-overflow
Josh Steadmon
1
-2
/
+12
2019-01-15
commit-graph, fuzz: add fuzzer for commit-graph
Josh Steadmon
1
-17
/
+36
2019-01-14
Merge branch 'ab/commit-graph-progress-fix'
Junio C Hamano
1
-3
/
+10
2019-01-02
commit-graph: writing missing parents is a BUG
Derrick Stolee
1
-6
/
+11
2018-12-28
commit-graph: convert remaining functions to handle any repo
Stefan Beller
1
-16
/
+24
2018-11-20
commit-graph: split up close_reachable() progress output
Ævar Arnfjörð Bjarmason
1
-3
/
+10
2018-11-14
commit-graph: convert to using the_hash_algo
brian m. carlson
1
-16
/
+17
2018-11-13
sha1-file: use an object_directory for the main object dir
Jeff King
1
-4
/
+1
2018-11-13
rename "alternate_object_database" to "object_directory"
Jeff King
1
-5
/
+5
2018-10-19
Merge branch 'ds/commit-graph-leakfix'
Junio C Hamano
1
-6
/
+10
2018-10-16
Merge branch 'ds/commit-graph-with-grafts'
Junio C Hamano
1
-4
/
+34
2018-10-16
Merge branch 'ab/commit-graph-progress'
Junio C Hamano
1
-8
/
+57
2018-10-07
commit-graph: reduce initial oid allocation
Derrick Stolee
1
-1
/
+1
2018-10-07
commit-graph: clean up leaked memory during write
Derrick Stolee
1
-5
/
+9
2018-09-17
Merge branch 'ds/commit-graph-tests'
Junio C Hamano
1
-2
/
+3
2018-09-17
Merge branch 'jk/cocci'
Junio C Hamano
1
-5
/
+5
2018-09-17
Merge branch 'ds/reachable'
Junio C Hamano
1
-0
/
+18
2018-09-17
commit-graph verify: add progress output
Ævar Arnfjörð Bjarmason
1
-0
/
+5
2018-09-17
commit-graph write: add progress output
Ævar Arnfjörð Bjarmason
1
-8
/
+52
2018-08-29
convert "hashcmp() != 0" to "!hasheq()"
Jeff King
1
-1
/
+1
2018-08-29
convert "oidcmp() != 0" to "!oideq()"
Jeff King
1
-3
/
+3
2018-08-29
convert "oidcmp() == 0" to oideq()
Jeff King
1
-1
/
+1
2018-08-29
commit-graph: define GIT_TEST_COMMIT_GRAPH
Derrick Stolee
1
-2
/
+3
2018-08-21
commit-graph: close_commit_graph before shallow walk
Derrick Stolee
1
-4
/
+4
2018-08-21
commit-graph: not compatible with uninitialized repo
Derrick Stolee
1
-0
/
+3
[next]