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 879933
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 15, 20262026-05-15T12:00:57+00:00 2026-05-15T12:00:57+00:00

I’m using cygwin-git locally inside a CVS repository on Windows at my workplace, in

  • 0

I’m using cygwin-git locally inside a CVS repository on Windows at my workplace, in order to at least get some advantages of a dvcs. My problem is that git diff shows almost the whole file in the diff. It is usually something like this:

+ source code line...
- source code line...

(extra plus and minus signs because SO was converting a single plus /minus sign to bullet point)

If I do a git diff --ignore-all-space, I can see the relevant changed code, but the commit is unnecessarily large since it contains all the changes.

The whole idea behind using a git repo inside CVS was that it would be easier to do the prototype work which I could then selectively merge into CVS. But selective merging is impossible if every second line shows up in the diff. Please help!

P.S
I’ve read some of the other whitespace threads on SO, and I have core.whitespace set to -trailing-space and core.autocrlf set to true. However, the settings don’t seem to make any difference.


To elaborate further on the problem, how is that that git diff --ignore-all-space can ignore the problem? What setting can I do so that git commit can do the same thing? Help would be greatly appreciated!

  • 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-15T12:00:58+00:00Added an answer on May 15, 2026 at 12:00 pm

    fixed it. The problem was that CVS and git used different eol normalization. Due to this, the git-diff was showing so many changes. The fix was to have a .gitattributes file in the root dir with an entry as follows:

    * text=auto

    From the git-attributes page:

    If you want to interoperate with a
    source code management system that
    enforces end-of-line normalization, or
    you simply want all text files in your
    repository to be normalized, you
    should instead set the text attribute
    to “auto” for all files.

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

Sidebar

Related Questions

No related questions found

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.