chiark / gitweb /
tg-files: list files changed by the topic branch
[topgit.git] / tg-export.sh
index 6d82d55751bd41159f04f20f55b753baaec94c44..4b0148c1d7770eb5cb6f1e9fda1a5bf1e327afd1 100644 (file)
@@ -63,15 +63,6 @@ trap 'rm -rf "$playground"' EXIT
 
 ## Collapse driver
 
-# pretty_tree NAME
-# Output tree ID of a cleaned-up tree without tg's artifacts.
-pretty_tree()
-{
-       git ls-tree --full-tree "$1" \
-       | awk -F '      ' '$2 !~ /^.top/' \
-       | git mktree
-}
-
 create_tg_commit()
 {
        name="$1"