Commits
- Commit:
a9833bc916b1790a1f3ff4981a1ebe2dd026c9ae
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
add got_commit_graph_find_youngest_common_ancestor()
- Commit:
6c34b1aaf4f7557da7a8f12bfc5109491faa1937
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
whitespace formatting fixes in include/
- Commit:
be7061eb8834a24d83d6376aa2586e1b3e2232ab
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
ensure that 'got update' stays on the current branch
- Commit:
93e45b7ce9bd08f46d8b69f377aece837a36555d
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
use commit graph for path filtering in 'tog log'
- Commit:
31cedeafaf0a3027fba695d7ed685cb330236cb6
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
add path filtering support to commit graph
- Commit:
0ed6ed4ca7635b211a4b7a02bacfdec1255dc4bd
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
got log: allow first-parent traversal with the commit graph
- Commit:
6e0c0f9a81a38c2f4b56459cec187556cf8e06ff
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
remove got_commit_graph_contains_object()
Put equivalent functionality into fetch_commits_up_to() instead.
- Commit:
1142eae973ea98f41f38c35b80b1ed921aebf56d
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
introduce got_commit_graph_fetch_commits_up_to()
- Commit:
6a4c18905deaa2e3c0663558d5016e475e5f64c6
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
introduce got_commit_graph_contains_object
- Commit:
b43fbaa0226c6bbb53e5b4aff76b279178ec2227
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
do not store commits in the commit graph; saves memory
- Commit:
d7b086402f1b24848c73daf8da5b491b57f3b94f
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
remove unused function
- Commit:
372ccdbba46bce53f86c77e0cf75160209887e07
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
basic commit graph; make 'got log' use it; WIP with known bugs