diff options
author | Tzvetan Mikov <tmikov@gmail.com> | 2014-11-04 12:33:37 -0800 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2014-11-04 12:47:35 -0800 |
commit | a8787c5c1c51f4bdb610526175442a23eea7c467 (patch) | |
tree | 3a00579a034a4231109d36ecdfc6432742d22327 /name-hash.c | |
parent | 1762224ddb599ab14ca26cedafec39dee9b92fe5 (diff) | |
download | git-a8787c5c1c51f4bdb610526175442a23eea7c467.tar.gz |
line-log: fix crash when --first-parent is usedtm/line-log-first-parent
line-log tries to access all parents of a commit, but only the first
parent has been loaded if "--first-parent" is specified, resulting
in a crash.
Limit the number of parents to one if "--first-parent" is specified.
Reported-by: Eric N. Vander Weele <ericvw@gmail.com>
Signed-off-by: Tzvetan Mikov <tmikov@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'name-hash.c')
0 files changed, 0 insertions, 0 deletions