Skip to content

Latest commit

 

History

History
10 lines (6 loc) · 276 Bytes

README.md

File metadata and controls

10 lines (6 loc) · 276 Bytes

git-delta-tree

Given a diff-tree style range creates a new tree object that contain only the changed files.

git-delta-tree HEAD~4..HEAD

A neat thing you can do with this is create a tarball of the changes

git archive `git-delta-tree HEAD~4..HEAD` -o patch.tgz