missing git-sh-setup and require_work_tree
In git-wip script, what is the purpose of following:
- line no. 40: ". git-sh-setup"
- line no. 42: "require_work_tree"
There also doesn't seem to have any functions or scripts in the code implementing these. What am I doing wrong?
I had the fix in the "next" branch. I've merged it into "master". If you do a git pull, your git-sh-setup problem will go away.
require_work_tree is a function that's defined in the git-sh-setup script that is provided by the git install.
On Tue, Mar 3, 2015 at 8:51 PM, Manish [email protected] wrote:
In git-wip script, what is the purpose of following:
- line no. 40: ". git-sh-setup"
- line no. 42: "require_work_tree"
There also doesn't seem to have any functions or scripts in the code implementing these. What am I doing wrong?
— Reply to this email directly or view it on GitHub https://github.com/bartman/git-wip/issues/22.