Skip to content

Instantly share code, notes, and snippets.

@technomancy
Created July 27, 2009 20:51
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save technomancy/156735 to your computer and use it in GitHub Desktop.
Save technomancy/156735 to your computer and use it in GitHub Desktop.
diff --git a/lib/hoe/git.rb b/lib/hoe/git.rb
index 106fb1b..abb1ac8 100644
--- a/lib/hoe/git.rb
+++ b/lib/hoe/git.rb
@@ -77,6 +77,10 @@ class Hoe #:nodoc:
task :release => "git:tag"
+ "Replace Manifest.txt with a listing of files from your repository."
+ task :dump_manifest do
+ system "git ls-files > Manifest.txt"
+ end
end
def git_svn?
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment