(hash plumbing.Hash)
| 45 | } |
| 46 | |
| 47 | func (p *objectWalker) add(hash plumbing.Hash) { |
| 48 | p.seen[hash] = struct{}{} |
| 49 | } |
| 50 | |
| 51 | // walkObjectTree walks over all objects and remembers references |
| 52 | // to them in the objectWalker. This is used instead of the revlist |