Matt McCutchen

Results 38 comments of Matt McCutchen

Without testing, it looks like the problem is that you have a space in your username and [Braid joins command arguments with spaces and passes the result to the shell...

I'm glad to have confirmation of what the problem was and that you worked around it. This is still a bug in Braid.

I'm working on getting the `Braid::Operations::Git` class statically typed, which is going to require extensive rework and review of that class and all calls to it anyway, and I'm hoping...

I'm glad you've found Braid useful! We don't have a good way right now to collect data about who is using Braid and how, so these bits of information in...

> Another general flaw, not realted to the patch is that what gets pushed in the subrepo is kind of like a sqash commit, it "forgets" previous commits. That's ok...

This should work if you run `braid add` with a `--path` option that refers to a single file, although it isn't well documented. Does it work for you? If so,...

I'm glad it's working for you now. I want to reuse this issue to track the documentation improvements. (If you're not interested in following this, you can unsubscribe yourself from...

For the record: Our current process is to manually copy the `master` branch to the `gh-pages` branch every time we make a change that affects the web site. We may...

What is the exact proposed behavior? For a given revision of the upstream project, Braid should recursively retrieve submodules and flatten the content into a single tree, which serves as...

Re @richleigh: > As it stands, the lack of a .git directory in the managed revision means it isn't possible to manually intervene and fetch the other components. In turn,...