Arnaldo Carvalho de Melo wrote: > Could you please describe how it is broken? > > [acme@zoo linux]$ git branch | grep '*' > * perf/urgent > [acme@zoo linux]$ git describe > v3.12-rc1-51-gc1bf214
Oh, I meant the torvalds/linux.git master. $ git describe v3.12-rc2-83-g4b97280 $ make perf-tarbz2-src-pkg TAR $ tar tf perf-3.12.0-rc2.tar.bz2 | grep tools perf-3.12.0-rc2/tools/ As you can see, the tools/perf directory is completely missing. With my patch applied, the archive is totally fine (and perf builds and runs fine). I suspect the issue has to do with non-existent paths given as the pathspec filtering argument to 'git archive'. Note that I'm running the latest git HEAD. Thanks. -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/