summaryrefslogtreecommitdiff
path: root/walk.go
AgeCommit message (Collapse)Author
2013-09-12Give each const group a typeCarlos Martín Nieto
This allows us to restrict which constants the compiler will allow through, and makes the sorting in the documentation better.
2013-09-12Camel-case constantsCarlos Martín Nieto
Make the names look more like what you'd expect from Go.
2013-03-05Bring back the RevWalkCarlos Martín Nieto