Skip to content

git cherry #428

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
europ opened this issue Nov 12, 2019 · 3 comments
Closed

git cherry #428

europ opened this issue Nov 12, 2019 · 3 comments

Comments

@europ
Copy link

europ commented Nov 12, 2019

Subject

Implementation of the git cherry is missing.

A closed PR #97 implementing this command was closed (it was close by stale bot).

Environment

  • version of ruby-git: 1.5.0
  • version of ruby: 2.6.4
  • version of git: 2.21.0
  • operating system: Fedora 30

Expected behaviour

master branch includes the following commits: (A)-(B)-(C), where (A) is root and (C) is HEAD.

feature branch is created from master and includes two newly added commits: master-(D)-(E), where (E) is the HEAD of the feature branch.

Command cherry(master, feature) should return the two newly added commits (D)-(E).

For further details please see https://git-scm.com/docs/git-cherry

Actual behaviour

Not supported yet in the latest release.

@europ europ changed the title git cherry git cherry Nov 12, 2019
@stale
Copy link

stale bot commented Jan 11, 2020

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

@stale stale bot added the wontfix label Jan 11, 2020
@europ
Copy link
Author

europ commented Jan 11, 2020

ping @rvodden @perlun @tarcinil

@stale stale bot removed the wontfix label Jan 11, 2020
@perlun perlun added the pinned label Jan 11, 2020
@jcouball
Copy link
Member

jcouball commented Jan 6, 2021

Git::Log#cherry was added in #97 which is part of the v1.8.0 release.

@jcouball jcouball closed this as completed Jan 6, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants