GithubHelp home page GithubHelp logo

Comments (5)

joshaber avatar joshaber commented on July 26, 2024

I don't see anything obviously wrong with that snippet and that's certainly not the intended behavior. Sounds like a bug. I'm using this method in a project but in my case I'm always passing nil for the sha (which means start from HEAD). You could try that as a sanity check to see if that does what you'd expect.

from objective-git.

tclem avatar tclem commented on July 26, 2024

Yeah, the code looks right. Can you post some stats from # commits objective-git returns vs. how many you get when you do a
git log --oneline | wc -l

from objective-git.

indragiek avatar indragiek commented on July 26, 2024

Thanks for the replies guys. I tried passing nil and the problem still persists. However, oddly the output of git log --oneline | wc -l is the same as the # of commits that I get using objective-git (which is definitely not all the commits). This seems to indicate that its something to do with git rather than libgit2 or objective-git, but I'm not sure what :-/

from objective-git.

tclem avatar tclem commented on July 26, 2024

Both git log and the the rev walker (which is what you are using when you call enumerateCommitsBeginningAtSha:) are walking the DAG starting at the sha you specify or HEAD if you pass nil and following the first parent links. This will never give you the total number of commits in a repository if you have branches with divergent work. Could this be what you are seeing?

Otherwise, can you tell me how you know you are missing commits? What are those commits? Are they reachable from the HEAD?

from objective-git.

indragiek avatar indragiek commented on July 26, 2024

Sorry for the waste of time here guys. All the commits were in fact being enumerated, albeit in the wrong order (because I had forgotten to specify the GTEnumeratorOptionsTimeSort sorting option) so the commits weren't in the place I expected them in. Can't believe I missed something this trivial ;)

from objective-git.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.