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

git ditz init does not work correctly #1

Open
sebastianstigler opened this issue May 6, 2013 · 0 comments
Open

git ditz init does not work correctly #1

sebastianstigler opened this issue May 6, 2013 · 0 comments

Comments

@sebastianstigler
Copy link

I'm using the ubuntu 12.04 with git and ditz from the standard apt-repository.

While testing git-ditz I'll used the setting from Example2 (but changed the branchname to wiki due to my configuration of my cgit server).

I'll used a new repository and created a wiki branch and started using git-ditz from the master branch.

git ditz init results in

>> Using ditz-executable 'ditz'
>> ditz.branch='wiki', working there
Switched to branch 'wiki'
>> ditz init
Project name (enter for "testing"):

If I hit enter there (or type an other project name followed by enter) the the command become stuck.

The reason for this behavior is, that ditz init (run w/o git) asks some further settings interactively which the code in line 112 (| tee $TMP) doesn't handle correctly. To go on you need to type blind the correct resposes to the following questions.

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

1 participant