Andrew's git
/
gitweb.git
/ diff
summary
|
log
|
commit
| diff |
tree
commit
grep
author
committer
pickaxe
?
re
merge-recursive: use STRING_LIST_INIT_NODUP
author
René Scharfe
<l.s.r@web.de>
Fri, 5 Aug 2016 20:42:12 +0000
(22:42 +0200)
committer
Junio C Hamano
<gitster@pobox.com>
Fri, 5 Aug 2016 22:10:35 +0000
(15:10 -0700)
Initialize a string_list right when it's defined. That's shorter, saves
a function call and makes it more obvious that we're using the NODUP
variant here.
Signed-off-by: Rene Scharfe <l.s.r@web.de>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
raw
|
patch
| inline |
side by side
(from:
af4941d
)
No differences found