Skip to content
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

Support more options for RubyGit#log #3

Open
1 of 4 tasks
dometto opened this issue Jan 25, 2014 · 2 comments
Open
1 of 4 tasks

Support more options for RubyGit#log #3

dometto opened this issue Jan 25, 2014 · 2 comments

Comments

@dometto
Copy link
Contributor

dometto commented Jan 25, 2014

RubyGit#log supports the following logging options:

  • path filter
  • skip
  • max_count

However, JGit supports more. RubyGit#log should

See http://download.eclipse.org/jgit/docs/latest/apidocs/

@bartkamphorst
Copy link
Contributor

After looking into to this briefly, it seems that LogCommand's not(AnyObjectId start) method excludes refs, not file paths. Is that the functionality you want?

I think the ranges (and array of refs) should not be hard to wrap.

@bartkamphorst
Copy link
Contributor

See also here for more on the --follow option in JGit.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants