commit | 63226218ba39e971c8a75d9419a7668b075ad85e | [log] [tgz] |
---|---|---|
author | Stefan Beller <sbeller@google.com> | Mon Nov 24 19:44:14 2014 -0800 |
committer | Junio C Hamano <gitster@pobox.com> | Thu Dec 04 15:10:21 2014 -0800 |
tree | 31fe44cf59e26b32318058c0abaa3c6a98589875 | |
parent | fc66505c53f1a471e63b6122b2d629daca6e705b [diff] |
mailmap: use higher level string list functions No functional changes intended. This commit makes use of higher level and better documented functions of the string list API, so the code is more understandable. Note that also the required computational amount should not change in principal as we need to look up the item no matter if it is already part of the list or not. Once looked up, insertion comes for free. Signed-off-by: Stefan Beller <sbeller@google.com> Signed-off-by: Junio C Hamano <gitster@pobox.com>