diff options
author | Joe Perches <joe@perches.com> | 2016-05-20 17:04:19 -0700 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2016-05-20 17:58:30 -0700 |
commit | 0dea9f1eef86bedacad91b6f652ca1ab0d08854c (patch) | |
tree | 7ba86ac1944e34baa4647f5b44cae3aab87e0d8a /scripts/ksymoops | |
parent | 4a593c3448312906358b00898c29a95278d82cc9 (diff) | |
download | linux-0dea9f1eef86bedacad91b6f652ca1ab0d08854c.tar.gz linux-0dea9f1eef86bedacad91b6f652ca1ab0d08854c.tar.bz2 linux-0dea9f1eef86bedacad91b6f652ca1ab0d08854c.zip |
checkpatch: reduce number of `git log` calls with --git
checkpatch currently calls git log multiple times to first get the
<revision range> sha1 values and again to get the subject for each
individual sha1 commit.
Always get the sha1 and subject at the same time instead. Store the
subject in a sha1 hash to avoid the second git log exec.
Link: http://lkml.kernel.org/r/274efab2332ad2308ab5de85a95d255f6e2de5f3.1462711962.git.joe@perches.com
Signed-off-by: Joe Perches <joe@perches.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'scripts/ksymoops')
0 files changed, 0 insertions, 0 deletions