Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

missing git-sh-setup and require_work_tree #22

Open
zms opened this issue Mar 4, 2015 · 1 comment
Open

missing git-sh-setup and require_work_tree #22

zms opened this issue Mar 4, 2015 · 1 comment

Comments

@zms
Copy link

zms commented Mar 4, 2015

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?

@bartman
Copy link
Owner

bartman commented Mar 5, 2015

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 notifications@github.com 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
#22.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants