On 23/03/2008, Johannes Schindelin <Johannes.Schindelin@xxxxxx> wrote: > Actually, you should not store it in the root of the working tree, but in > the git dir (because it should never be tracked!), and then you can make > it non-hidden: > > file="$(git rev-parse --git-dir)"/cherry But this way, how can it be shared among several repositories? (without patching git-clone itself, that might be a solution.) The use case being many commiters cherry-picking patches from a development branch to a maintainance one. -- 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