Skip to content

Commit

Permalink
bin: git-x: make it verbose
Browse files Browse the repository at this point in the history
  • Loading branch information
jakutis committed Jul 30, 2019
1 parent cdac12c commit 6c11cfa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/git-x
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
#!/usr/bin/env bash

git archive --format=tar --remote="$1" "HEAD:$2" . | tar xf /dev/stdin
git archive --format=tar --remote="$1" "HEAD:$2" . | tar xvf /dev/stdin

0 comments on commit 6c11cfa

Please sign in to comment.