Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 891683
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 15, 20262026-05-15T13:55:42+00:00 2026-05-15T13:55:42+00:00

When I copy a file over top of another file in a git controlled

  • 0

When I copy a file over top of another file in a git controlled directory… I’m seeing git think that the whole file has changed instead of one small hunk… why?

Here is an example of what I mean… http://github.com/cmodien/fileupdatetest/commit/90309ed099e257cd98218b4504cd2cd3a3a47a27

OK… I checked the line endings on the file… The original file has crlf line endings. The file that I pasted over the original has lf line endings. Which makes sense I guess… I got the original file from a windows user and I received the new file from a mac user.

How do I fix this?

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-15T13:55:43+00:00Added an answer on May 15, 2026 at 1:55 pm

    I used this to fix the problem…

    Trying to fix line-endings with git filter-branch, but having no luck

    I originally tried to follow this… http://help.github.com/dealing-with-lineendings/ but it was somewhat unclear that on mac/nix you need to set core.autocrlf to input and not true.

    The other slight complication was that I had some files ignored in my git ignore that I needed to fix as well… so this command:

    git diff --cached --name-only -z | xargs -0 git add
    

    was failing… so I had to run this…

    git diff --cached --name-only -z | xargs -0 git add -f
    

    to force it to fix the ignored files as well…

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

It has always bothered me that the only way to copy a file in
How to copy file(s) from one solaris 9 machine to another solaris 9 machine
We have some methods that call File.Copy, File.Delete, File.Exists, etc. How can we test
What are the API calls to copy a file that is currently locked. I'm
I want to copy over the emacs fonts settings from one computer to another
We have a Joomla website which we want to copy over to another host
I want to copy a file from A to B in C#. How do
How do I copy a file in Python?
Anybody know of a way to copy a file from path A to path
What's the best way to copy a file from a network share to the

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.