git/builtin
Derrick Stolee 3d5df01b5e 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>
2018-04-11 10:43:02 +09:00
..
2017-11-27 11:06:37 +09:00
2018-02-15 14:55:43 -08:00
2017-10-06 10:07:18 +09:00
2017-12-27 11:16:25 -08:00
2018-02-15 14:55:43 -08:00
2017-11-18 12:31:29 +09:00
2017-10-07 16:27:55 +09:00
2018-02-13 13:39:04 -08:00
2018-02-15 14:55:41 -08:00
2017-12-08 09:52:42 -08:00
2017-09-25 15:24:07 +09:00
2018-01-23 13:16:37 -08:00
2017-11-21 14:07:50 +09:00
2017-08-26 22:55:09 -07:00
2018-02-13 13:39:03 -08:00
2018-02-15 14:55:43 -08:00
2017-11-18 12:31:29 +09:00
2017-12-08 09:52:42 -08:00
2017-12-13 11:15:14 -08:00
2017-08-22 10:29:03 -07:00
2017-12-27 11:16:29 -08:00
2018-02-15 14:55:47 -08:00
2017-11-21 14:07:50 +09:00