Le samedi 9 février 2008, Govind Salinas a écrit : > I think I got all the erroneous ones. I did > > find . -name "*.c" | xargs grep git_config\( | awk '{ idx = index($2, > ")"); p = substr($2, 12, idx - 12); print p }' | sort | uniq -u It seems the "uniq -u" should be only "uniq". This way, you will also get the following ones to check: git_default_config git_diff_basic_config git_log_config git_pack_config Thanks in advance, Christian. - To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html