Giter VIP home page Giter VIP logo

Comments (4)

lhmouse avatar lhmouse commented on June 13, 2024

There are occasional patches in plain diff format instead of mbox format, which are applied with git apply -3 or patch --merge, which does not commit the changes and may leave untracked files behind. The x in lowercase ensures a clean work tree is prepared for the other patches.

from mingw-packages.

stahta01 avatar stahta01 commented on June 13, 2024

There are occasional patches in plain diff format instead of mbox format, which are applied with git apply -3 or patch --merge, which does not commit the changes and may leave untracked files behind. The x in lowercase ensures a clean work tree is prepared for the other patches.

Per git docs the lower x requires the e option; the directions implies it does nothing if no e option is used.
Note: I have not confirmed the directions is correct.

Tim S.

from mingw-packages.

lhmouse avatar lhmouse commented on June 13, 2024

Per git docs the lower x requires the e option; the directions implies it does nothing if no e option is used. Note: I have not confirmed the directions is correct.

Actually I have been using git clean -fdx for many years and have not been aware of -e. The Git manual says

-e , --exclude=
Use the given exclude pattern in addition to the standard ignore rules (see gitignore(5)).

Since we are not adding ignore rules, it doesn't seem to be necessary.

from mingw-packages.

stahta01 avatar stahta01 commented on June 13, 2024

Per git docs the lower x requires the e option; the directions implies it does nothing if no e option is used. Note: I have not confirmed the directions is correct.

Actually I have been using git clean -fdx for many years and have not been aware of -e. The Git manual says

-e , --exclude=
Use the given exclude pattern in addition to the standard ignore rules (see gitignore(5)).

Since we are not adding ignore rules, it doesn't seem to be necessary.

-x Don’t use the standard ignore rules, but still use the ignore rules given with -e options from the command line. This allows removing all untracked files, including build products. This can be used (possibly in conjunction with git restore or git reset) to create a pristine working directory to test a clean build.

I hope you are right.

Tim S.

from mingw-packages.

Related Issues (13)

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.