Skip to content

Commit

Permalink
Change the git archive command
Browse files Browse the repository at this point in the history
  • Loading branch information
Jacob Farkas committed Nov 16, 2010
1 parent a0722c5 commit 54d3794
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion git-export
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,4 @@ if [ ! -e "$path" ]; then
mkdir -p "$path"
fi

git-archive --format=tar $rev | (tar xf - -C "$path")
git archive --format=tar $rev | (tar xf - -C "$path")

0 comments on commit 54d3794

Please sign in to comment.