updatecheck: fix pruning objects needed by forked projects
commit5da8f76ecbecfb914c5a678dd00f1a41e311f821
authorJohannes Schindelin <Johannes.Schindelin@gmx.de>
Mon, 15 Oct 2007 20:35:31 +0000 (15 21:35 +0100)
committerPetr Baudis <pasky@machine.or.cz>
Tue, 16 Oct 2007 22:52:41 +0000 (17 00:52 +0200)
tree7e8345c01336f46ecbbd652ed53d9844eccd6be0
parentd2a5833d9a00ff1ad35a2dfa83e96aef65797826
updatecheck: fix pruning objects needed by forked projects

Repack in reverse order, so that forked repositories get repacked first.
That prevents objects from missing, since repack -l will automagically
put the now-going-away objects into the forked repository's object store.

Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
updatecheck.sh