git-wip icon indicating copy to clipboard operation
git-wip copied to clipboard

missing git-sh-setup and require_work_tree

Open zms opened this issue 10 years ago • 1 comments

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?

zms avatar Mar 04 '15 01:03 zms

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.

bartman avatar Mar 05 '15 23:03 bartman