Eric Wong <normalperson@xxxxxxxx> writes: > git only tracks the histories of full directories, not > that of individual files. Sometimes, SVN users will > place[1] a regular file in the directory designated > for subdirectories of branches or tags. > > Thanks to jrockway on #git for pointing this out. > > [1] mistakenly or otherwise, such as a README It is not clear what this "glob" means to me. Enlightenment? My cursory reading of the code is that you are grabbing things under branches/ and tags/, expecting each of what you would find there is the whole-tree of a revision, and do not want to see any regular file immediately underneath branches/ and tags/. Is that what is happening here? - 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