Robert Chéramy

Results 218 comments of Robert Chéramy

After having played with rugged the last days, I think the problem is, as stated by @KarlTheFish, that rugged needs to be installed --with-ssh. As this is a common issue,...

@ianbarrere - have a look at https://github.com/ytti/oxidized/blob/master/CONTRIBUTING.md#create-a-ruby-bundle and the chapters after it. It should help run rubocop localy.

I've finally found time to make a deep dive into rugged and libgit2, so I can understand this PR. This all looks very good, I'll have a look at the...

While trying to fix the unit tests, I realize that I'm still struggling with the code AND git remotes + references AND rugged AND libgit2 - the last two are...

Okay, this works without a code change. `oxidized.git` is the local git repo of oxidized. ```shell # stop oxidized. # This is the state before doing something $ git --git-dir=oxidized.git...

Good point. It doesn't. In my example I had no merge because it created a new branch remote, so the code line wasn't reached. This has to be corrected, I...

Update - still working on it, I've already got a code working with a custom branch name, I must update the unit tests and the documentation.

Please test commit 34c3e7d42ec6c05c72c792e60780da0ac062047c if it solves your problem. Renaming the branch is documented in Hooks.md. If it is works for your Issue, I would close this PR without merging.

I can't do anything with this issue. Please: - Use text and no screenshots - Describe what the problem is

Launch irb, enter your config, and test the regexp until you get someting you like: ``` $ irb irb(main):001:0" cfg = "hallo irb(main):002:0" test irb(main):003:0" path sftp://user:password@ip//upload/Catalyst-archive/C9k-IX-MSK-AG-SW/$h$t irb(main):004:0" End of...