Jack O'Connor

Results 300 comments of Jack O'Connor

That would be awesome! I don't personally use a Mac, so I'm not likely to take care of this one myself.

There doesn't seem to be a way to fetch a specific commit. A couple of stackoverflow comments that maybe people will have answers to: http://stackoverflow.com/questions/16795813/git-pull-from-remote-can-i-pull-a-specific-commit#comment39029005_16808113 http://stackoverflow.com/questions/14872486/pull-a-specific-commit-from-a-remote-git-repository#comment39028725_24084746

Added context with https://github.com/buildinspace/peru/commit/b31adef97219e8a48c600d1acca27757d5c91fe7. We still need to do a better job of displaying exactly which targets conflicted.

This sort of thing doesn't necessarily need to be a peru built-in feature. It could be a wrapper script that generates temporary peru.yaml.

The advantage to making it built in somehow would be that it can somehow apply transitively, to deps-of-deps. With a wrapper, you'd either have to make do with a one-level-only...

How to support `rev` is not entirely clear, though, unless we also shell out to the `git` or `hg` plugins.

https://github.com/buildinspace/peru/pull/194 is open to fix this.

This is a good idea, and it should be very easy to implement. Thoughts on how you'd like the output to be formatted? (Git tends to default to human readable...

Here's a branch with an example of a simple list command, if you want to play around with it: https://github.com/buildinspace/peru/tree/list

Ha, this broke `peru override list` because of some silly assumptions I made about command parsing. Anyway, it mostly works :)