Commits
- Commit:
ca6e02acaa175cf833a3424ff1c4842445c0109f
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
add support for first-parent history traversal to got-read-pack
- Commit:
5aa813935b6489921083da5ed9459a1cfb8a03e3
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
add copyright year for files already touched in 2020
- Commit:
32c85d2cf904f18a4a3090ec5e66c40d94ee64d0
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
revert e7a5b9e9b763327a7e1ddd69f6bc533565d60794; it changed blame output
- 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
- Commit:
88cdb9c6444cbef8eecf1552d3f292b4448a4395
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
init TAILQ earlier in got_commit_graph_open(), just in case
- Commit:
a342f20d993be3c2a46b1440970ca7b52ec776f3
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
remove a redundant call to detect_changed_path() in commit graph
- Commit:
22220781541b833f3c7800592a6a4ed37dd18e1b
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
simplify error handling in got_commit_graph_open()
- Commit:
3ddcebf32f6d027df226fe4700090274c9a694e0
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
merge alloc_graph() into got_commit_graph_open()
- Commit:
3d5092374a96864fbc4c3d2d2e752f588c63ac39
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
simplify got_commit_graph_open()
- Commit:
11d7587ef5019e3735f6ec20c43f580eb5c8a94e
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
replace commit graph's head_node pointer with a local variable
- Commit:
ee780d5ce8c335e430804438c35eb48564ec0afb
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
remove GOT_ERR_ITER_NEED_MORE; the commit graph now fetches internally instead
- Commit:
56e0773df7e12fc69c1f6f9d171c93fd78a13d0e
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
convert tree entries from SIMPLEQ to an array