diff options
author | Derrick Stolee <dstolee@microsoft.com> | 2018-04-10 08:56:07 -0400 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2018-04-11 10:43:02 +0900 |
commit | 3d5df01b5e42416a59e857135e932bbdd8cc3ba0 (patch) | |
tree | 39368eb806a613e4d98876c5d5d3b2b4eef5683e /gitweb | |
parent | commit-graph: read only from specific pack-indexes (diff) | |
download | tgif-3d5df01b5e42416a59e857135e932bbdd8cc3ba0.tar.xz |
commit-graph: build graph from starting commits
Teach git-commit-graph to read commits from stdin when the
--stdin-commits flag is specified. Commits reachable from these
commits are added to the graph. This is a much faster way to construct
the graph than inspecting all packed objects, but is restricted to
known tips.
For the Linux repository, 700,000+ commits were added to the graph
file starting from 'master' in 7-9 seconds, depending on the number
of packfiles in the repo (1, 24, or 120).
Signed-off-by: Derrick Stolee <dstolee@microsoft.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'gitweb')
0 files changed, 0 insertions, 0 deletions