>> Git-basis is a perl script that remembers bases for use by git-bundle. >> Code from rev-parse was borrowed to allow git-bundle to handle --stdin. > > I'd rather you follow git-pack-objects, and use `--revs` for the name > of this option (or even '--not --revs'). The name `--stdin` might > imply that you are providing objects names on stdin of git-bundle. > > But perhaps I am worrying over nothing. > This seems like a fine idea. > [...] >> Then you can add the objects in the bundle to the basis, so they won't >> get included in the next pack like this: >> >> $ git-basis --update my-basis < my-bundle > > Why not use "$(git ls-remote my-bundle)" somewhere in the invocation > creating new bundle instead? > You could use "git ls-remote my-bundle | git-basis --update my-basis" to do the same thing as the command I gave above. >> I'm sure that my implementation is crap, but I think this is a useful >> idea. Anybody agree? Disagree? > > Documentation, please? Especially that it looks like '--stdin' option > is a bit tricky... > I wanted to test the waters and make sure that someone was at least vaguely interested in this (no need to document code that is never going to leave my machine). I'll prepare another patch with documentation and changing --stdin to --revs when I get a chance. Thank you, Adam Brewster -- 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