Skip to content

Commit

Permalink
Fix indentation
Browse files Browse the repository at this point in the history
  • Loading branch information
smtlaissezfaire committed Jun 26, 2009
1 parent 389697e commit 91f3424
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions git-uncommit
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ sha1=$1
file=$2 file=$2


if [[ $sha1 ]]; then if [[ $sha1 ]]; then
git diff $sha1..$sha1^ | patch -p1 git diff $sha1..$sha1^ | patch -p1
else else
output_help output_help
fi fi

0 comments on commit 91f3424

Please sign in to comment.