> * add example on how to avoid adding a global extended pax header > * don't mention linux anymore, use git itself as an example instead > * update to v1.4.0 ;-) > * append missing :: to the examples Oops, I forgot to mention this change: > -git tar-tree HEAD | (cd /var/tmp/ && mkdir junk && tar Cxf junk -):: > +git tar-tree HEAD junk | (cd /var/tmp/ && tar xf -):: > > Create a tar archive that contains the contents of the > latest commit on the current branch, and extracts it in > `/var/tmp/junk` directory. The new version features less typing and no more path duplication. René - : 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