Support post order tree handling during TreeWalk
commit91d92e4ae3be3dd78bc9a54680e87b2b3332278b
authorShawn O. Pearce <spearce@spearce.org>
Thu, 21 Aug 2008 20:57:36 +0000 (21 13:57 -0700)
committerRobin Rosenberg <robin.rosenberg@dewire.com>
Wed, 27 Aug 2008 21:58:26 +0000 (27 23:58 +0200)
tree7529d7a6c9e7cb22aab46f6b6e95d59a0416a93a
parente59abb1362f36f1487867d016dfe5bd6d1171b56
Support post order tree handling during TreeWalk

Some (rare) applications need to handle a tree after they have dealt
with the tree's children.  An example of such an application is one
implementing rmdir, where the directory should be cleaned up after
all files/subdirectories were already removed.

Signed-off-by: Shawn O. Pearce <spearce@spearce.org>
Signed-off-by: Robin Rosenberg <robin.rosenberg@dewire.com>
org.spearce.jgit.test/tst/org/spearce/jgit/treewalk/PostOrderTreeWalkTest.java [new file with mode: 0644]
org.spearce.jgit/src/org/spearce/jgit/treewalk/TreeWalk.java