Commits
- Commit:
5aa813935b6489921083da5ed9459a1cfb8a03e3
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
add copyright year for files already touched in 2020
- Commit:
e40b19ed24abd35fd232c5f269036e8ad0cafe67
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
fix reading ref deltas with GOT_PACK_NO_MMAP builds
- Commit:
fe558a04addf51f90a50aef5e0e8405c26873f9b
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
plug a memory leak: got-read-commit forgot to close commits
- Commit:
3f7f9bd96eb735d35591a1e66f70adcabfc86cc6
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
fix memleak in error case of got-read-commit
- Commit:
b87b4170d4b402d61585cf4d458c0b58ab49095f
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
rename to parsed_tree_entries_free for clarity (don't use with got_tree_object)
- Commit:
b64b1f953a75e1e6639a1fd16a0dc4ce19f4ae78
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
plug a memory leak; parsed tree entries were not freed
- Commit:
fa7a529ed4c1497b79f04fcd0484304e69b28873
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
disable delta cache in GOT_NO_OBJ_CACHE builds
- Commit:
cbfaaf20825023a414d1e834698bc588835f0ccf
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
add missing check for errors from imsg_get()
- Commit:
32c85d2cf904f18a4a3090ec5e66c40d94ee64d0
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
revert e7a5b9e9b763327a7e1ddd69f6bc533565d60794; it changed blame output
- Commit:
1accf02b5869ef6a1d4ec4fc3f7a1bdb6e4ff93b
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
detect duplicate object IDs during ambiguity check; packed regress passes now
- Commit:
b32c452563c515bd8597b168d85510fa50d64f65
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
make it possible to run regress tests with packed repositories
- Commit:
e7a5b9e9b763327a7e1ddd69f6bc533565d60794
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
commit graph's close_branch() can be inlined in one place
- Commit:
df8cd9c6cd301882ae057c712e2aee94a4b0b195
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
small simplification in got_commit_graph_iter_next()
- Commit:
a450c2bf919ba378f4246bb2be389f2cade9bcf1
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
remove a misleading comment
- Commit:
48595de13ae9d5618864199e01c22c837101f905
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
remove redundant code from add_node_to_iter_list()
- Commit:
94489f7d96343ddd926acbfe5d6b98bc759d60ca
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
remove commit graph iter_node pointer; use the iter_list head instead
- Commit:
5175b31a9e97f249cc1e6621f50d05b3c3dca974
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
improve commit graph's error handling of non-existent paths
- Commit:
7e33c8c53ef5e4d67f3fe59f5f2331ef875e6d53
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
no need to open a commit in got_commit_graph_iter_start()
- Commit:
3ff3126d9bc18078f944e7e176dc076111aa436a
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
simplify got_commit_graph_iter_start(); adding an ID to open_branches suffices
- Commit:
14159a7b730f977bc97cb05b4cb5b0faba3815f5
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
remove unused 'node' parameter from advance_branch()
- Commit:
8e29169599cbcb1a6fd1c41a62dc3ccab59c5023
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
commit graph's idset data pointers were not actually used
- Commit:
57eecd46cb6d54281927e44797500c40628310c3
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
remove pointless output parameters from fetch_commits_from_open_branches()
- Commit:
ec1904dc6e558c439fa9d82b2871bcff5ea9fe81
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
fix error in previous commit
- Commit:
13a851c144b0ea32b3c43e123fc04fd90ee02e39
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
simplify changed-path and branch-done detection in commit graph
- Commit:
de56b2d77396d1145d46d110daf59e9a9c3a1842
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
move changed-path detection out of add_node() in commit graph