Giter Club home page Giter Club logo

Comments (5)

matthewlmcclure avatar matthewlmcclure commented on July 21, 2024

I see that there's a --copy-back option that probably provides the behavior that I want. It would be nice if it "just worked" without the option, and if the path that git-diffall presents to my diff tool were literally the working tree directory.

from git-diffall.

thenigan avatar thenigan commented on July 21, 2024

The --copy-back option was intended to provide this behavior. When used, your diff tool should show the path as "working_tree" for the files.

I specifically avoided having --copy-back be the default behavior to match the way git difftool works. However, I probably need to take another look to see how strongly I feel about that decision.

from git-diffall.

thenigan avatar thenigan commented on July 21, 2024

As the script works today, it only copies files that have been added, modified or deleted to the temp directory. This reduces disk space and processing time by only working on files that are needed for the comparison. On large repos, this can be important.

If the script were changed to use the actual working copy directory as one of the diff targets, then the temp directory would need a complete copy of the repo files as well, instead of just a copy of the files needed for comparison.

from git-diffall.

thenigan avatar thenigan commented on July 21, 2024

For now, you could simply add a line to your copy of the script that always sets copy_back=1. Anywhere after line 68 in the HEAD version would work.

from git-diffall.

matthewlmcclure avatar matthewlmcclure commented on July 21, 2024

Thanks, Tim.

On Mon, Dec 5, 2011 at 4:11 PM, Tim Henigan
[email protected]
wrote:

For now, you could simply add a line to your copy of the script that always sets copy_back=1.  Anywhere after line 68 in the HEAD version would work.


Reply to this email directly or view it on GitHub:
#13 (comment)

Matt McClure
http://www.matthewlmcclure.com
http://www.mapmyfitness.com/profile/matthewlmcclure

from git-diffall.

Related Issues (19)

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.