Commit 155aca2da79c8cae650c4e4f387a40d8f0a66527

Carlos Martín Nieto 2012-02-27T21:17:13

revwalk: introduce pushing and hiding by glob git_revwalk_{push,hide}_glob() lets you push the OIDs of references that match the specified glob. This is the basics for what git.git does with the rev-list options --branches, --tags, --remotes and --glob.