Giter Site home page Giter Site logo

Comments (6)

Pandapip1 avatar Pandapip1 commented on June 19, 2024

FYI - I've seen #1754. This is different, since it also contains data on which files were moved to where, deleted, etc...

from isomorphic-git.

jcubic avatar jcubic commented on June 19, 2024

diff is out of scope for this library. But if you want you can implement something like this and share it with others.

from isomorphic-git.

Pandapip1 avatar Pandapip1 commented on June 19, 2024

diff is out of scope for this library. But if you want you can implement something like this and share it with others.

What is the scope of this library, exactly? To me, this seems like the closest thing to a scope this project has:

isomorphic-git is a pure JavaScript reimplementation of git that works in both Node.js and browser JavaScript environments. It can read and write to git repositories, fetch from and push to git remotes (such as GitHub), all without any native C++ module dependencies.

As this project currently stands, it is not a suitable replacement for a library like nodegit because there's simply data that's not exposed by the current API.

from isomorphic-git.

jcubic avatar jcubic commented on June 19, 2024

There are whole libraries whose only purpose is to create diff between files. So I don't see a reason to add diff to this library. You can use jsDiff to implement the patches, you don't even need to do anything in isomorphic-git itself. You can just write the code in user space.

from isomorphic-git.

Pandapip1 avatar Pandapip1 commented on June 19, 2024

See my follow-up comment:

FYI - I've seen #1754. This is different, since it also contains data on which files were moved to where, deleted, etc...

I'm asking for the data that git itself provides about things like "which files were created, modified, or deleted" in any given commit!

from isomorphic-git.

jcubic avatar jcubic commented on June 19, 2024

Oh, you have statusMatrix that does this.

from isomorphic-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.