On Sat, Jun 26, 2010 at 8:04 PM, Jonathan Nieder [off-list ref] wrote:
Thiago Farina wrote:
quoted
builtin/fast-export.c | 2 +-
builtin/fetch.c | 8 ++++----
builtin/receive-pack.c | 2 +-
builtin/remote.c | 4 ++--
builtin/show-ref.c | 2 +-
remote.c | 4 ++--
string-list.h | 2 ++
7 files changed, 13 insertions(+), 11 deletions(-)
$ git grep -e 'string_list.*=' origin/master | grep { | grep -v 1 |
> wc -l
16
$ git grep -e 'string_list.*=' origin/master | grep { | grep -v 1 |
> cut -d: -f2 | uniq
builtin/fast-export.c
builtin/fetch.c
builtin/mv.c
builtin/receive-pack.c
builtin/remote.c
builtin/show-ref.c
merge-recursive.c
remote.c
transport-helper.c
Looks like you missed a few. Still,
Acked-by: Jonathan Nieder <redacted>
Thanks Jonathan. I think the other entries you found have different
initializations.