Russell Belfer

Results 14 comments of Russell Belfer

I was seeing the same problem. I believe I tracked it down to having `plugin :tmp_restart` at the bottom of my `config/puma.rb` file. I replaced that line with: ``` ruby...

Core git has a `--binary` flag that you can pass to diff to get binary diffs instead of line-oriented text diffs. I'm not actually sure what it does differently in...

@benbalter Currently, the underlying libgit2 code doesn't support making shallow clones nor does it support recursive submodule updates. Using the submodule APIs, it would probably be possible to implement the...

Thanks for clarifying @carlosmn - you're right (as always). I do have it on my TODO list to add recursive submodule support to libgit2 checkout and clone, but it hasn't...