El 09/09/2009, a las 23:54, Jakub Narebski escribió:
Brendan Miller <catphive@xxxxxxxxxxxx> writes:
5. Most commands require lots of flags, and don't have reasonable
defaults. e.g. archive.
git archive --format=tar --prefix=myproject/ HEAD | gzip
>myproject.tar.gz
Should just be:
git archive
run from the root of the repo.
I'd rather not have "git archive" work without specifying tree-ish.
Why, out of interest? I would've thought that HEAD would be a pretty
good default, although I confess that I have never used "git archive"
without specifying a particular signed tag.
Cheers,
Wincent
--
To unsubscribe from this list: send the line "unsubscribe git" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html