commit | 4b98bae2cbc6bf49a5fd7bab330191d002e6e2fc | [log] [tgz] |
---|---|---|
author | Junio C Hamano <gitster@pobox.com> | Wed Oct 14 17:45:43 2015 -0700 |
committer | Junio C Hamano <gitster@pobox.com> | Wed Oct 21 15:59:34 2015 -0700 |
tree | 6bcb45de698cc29a0932853a3fb46878061d13c0 | |
parent | 6ac617a321383b2e3a0f0537e3224ec6229e6500 [diff] |
am: make direct call to mailinfo And finally the endgame. Instead of spawning "git mailinfo" via the run_command() API the same number of times as there are incoming patches, make direct internal call to the libified mailinfo() from "git am" to reduce the spawning overhead, which would matter on some platforms. Signed-off-by: Junio C Hamano <gitster@pobox.com>