-
Notifications
You must be signed in to change notification settings - Fork 536
Comparing changes
Open a pull request
base repository: ruby-git/ruby-git
base: v1.4.0
head repository: ruby-git/ruby-git
compare: v1.5.0
- 12 commits
- 19 files changed
- 8 contributors
Commits on Jun 20, 2018
-
Creates CONTRIBUTOR and MAINTAINERS files (#353)
* * moving CHANGELOG to markdown to get benefits of the format that it is written in * adding CONTRIBUTING and MAINTAINERS markdown file based on projects that I have worked it (discussion still open for final) * adding new files and extension to gemspec Signed-off-by: Vern Burton <me@vernburton.com> * fixing dco anchor Signed-off-by: Vern Burton <me@vernburton.com> * using markdown formats Signed-off-by: Vern Burton <me@vernburton.com> * adding pull request requirements and license information Signed-off-by: Vern Burton <me@vernburton.com> * adding github templates for issues/pull requests Signed-off-by: Vern Burton <me@vernburton.com> * fixing comments to PR * updating Github to GitHub * completing sentence for DCO signoff Signed-off-by: Vern Burton <me@vernburton.com>
Configuration menu - View commit details
-
Copy full SHA for 4aa6d1f - Browse repository at this point
Copy the full SHA 4aa6d1fView commit details -
Configuration menu - View commit details
-
Copy full SHA for d1ab2c7 - Browse repository at this point
Copy the full SHA d1ab2c7View commit details
Commits on Jun 25, 2018
-
Allow fetch operation to receive a
ref
param (#362)* Allow fetch operation to receive a `ref` param addresses #361 * Update remote object * remove .ruby-version * Use options instead of separate param * Update for comments * Update for style
Configuration menu - View commit details
-
Copy full SHA for e7f1880 - Browse repository at this point
Copy the full SHA e7f1880View commit details -
config_get: Fix incorrect block name (#373)
Signed-off-by: Joshua Liebowitz <taquitos@google.com>
Configuration menu - View commit details
-
Copy full SHA for 4435e08 - Browse repository at this point
Copy the full SHA 4435e08View commit details -
Configuration menu - View commit details
-
Copy full SHA for d5b0ec0 - Browse repository at this point
Copy the full SHA d5b0ec0View commit details
Commits on Jul 6, 2018
-
.travis.yml: Update supported Ruby versions (#371)
- Drop 1.9, 2.0 and 2.1 which are EOL - Update 2.3, 2.4 and 2.5 specifiers (only specify minor version, not patch level) - Update JRuby to use latest and greatest Signed-off-by: Per Lundberg <perlun@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 27715e9 - Browse repository at this point
Copy the full SHA 27715e9View commit details
Commits on Jul 12, 2018
-
Check if branch contains commit (#174)
This allows the user to see if an arbitrary commit is contained within a branch. For example you can check to see if a branch was merged into master with `git.branch('master').contains?('feature')`. Or you can see if your feature branch has the latest master commit with `git.branch('feature').contains?('master')`
Configuration menu - View commit details
-
Copy full SHA for 3bbf612 - Browse repository at this point
Copy the full SHA 3bbf612View commit details -
commit with custom author date (#374)
Signed-off-by: mgarciaisaia <mgarciaisaia+github@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for f911c26 - Browse repository at this point
Copy the full SHA f911c26View commit details
Commits on Jul 28, 2018
-
Support 'push <remote> <branch> --delete' (#325)
Signed-off-by: Kody <im@kdy.ch>
Configuration menu - View commit details
-
Copy full SHA for 7ff5d78 - Browse repository at this point
Copy the full SHA 7ff5d78View commit details
Commits on Aug 1, 2018
-
using File as a block so that it tears down once everything has compl…
…eted, adding a API directly in stashes, and adding testing around it. (#378) Signed-off-by: Vern Burton <me@vernburton.com>
Configuration menu - View commit details
-
Copy full SHA for 9341416 - Browse repository at this point
Copy the full SHA 9341416View commit details -
removing un-needed file as we are now using Git::VERSION from inside …
…the lib/git (#379) Signed-off-by: Vern Burton <me@vernburton.com>
Configuration menu - View commit details
-
Copy full SHA for 6d5bacd - Browse repository at this point
Copy the full SHA 6d5bacdView commit details
Commits on Aug 10, 2018
-
Configuration menu - View commit details
-
Copy full SHA for fd2642a - Browse repository at this point
Copy the full SHA fd2642aView commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff v1.4.0...v1.5.0