cost 358 ms
grit equivalent of git diff

I am trying to find all the lines of code within the current git diff that have been deleted (in the unstaged changes) using the ruby gem grit, i.e. I ...

2014-01-20 22:43:56   1   79    ruby / gem / grit  
Grit commit_diff shows reverse diff

I'm trying to do a very simple thing: Read a diff from a git repo via the ruby gem Grit. I'm creating a file and adding the line "This is me changing ...

2012-03-23 14:52:05   1   245    ruby / git / grit  
Grit warnings on ruby 1.9

I'm learning grit (version 2.4.1). Here is my basic code: Running this code gave me a lot of warnings. This GitHub diff, as pointed out by user @Do ...

Grit submodule update returns nil

Working on a ruby/git project using Grit, but I'm unable to update my submodules programmatically. I figured out how the missing_method function maps ...

2011-05-25 16:10:32   1   261    ruby / git / grit  
A few questions about Grit

I have a few questions about Grit/Git that I hope you can help me with. Here's my code: With this code I'm trying to create a repo, commit twice to ...

2011-04-30 02:42:10   3   1122    ruby / git / grit  
Create a repo using Grit

Is there a way to create a branch in a repo using Grit? I can't seem to find a way in the docs nor is there any reference I can find on the web. ...

2011-04-29 19:09:29   1   386    ruby / git / grit  

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM