Skip to content
This repository has been archived by the owner on Feb 16, 2020. It is now read-only.

Commit

Permalink
Fixed issue where resolve is called from non-root directory
Browse files Browse the repository at this point in the history
  • Loading branch information
alblue committed Nov 22, 2011
1 parent b53c5c4 commit e9ed329
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion git-bigjobbies
Expand Up @@ -90,7 +90,7 @@ Resolve()
while read HASH FILE
do
git cat-file -e $HASH || git fetch -q origin refs/bigjobbies/$HASH:refs/bigjobbies/$HASH
git show $HASH > $FILE
git show $HASH > $GIT_BJ_DIR/$FILE
done < $BIGJOBBIES
fi
}
Expand Down

0 comments on commit e9ed329

Please sign in to comment.