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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 26, 20262026-05-26T04:52:50+00:00 2026-05-26T04:52:50+00:00

It seems that someone has must have done this already, but I cannot find

  • 0

It seems that someone has must have done this already, but I cannot find the end product I’m looking for.

Using a version control system for text is laborious. You need newline characters at the end of each sentence, and even in the midst of long sentences. Looking at the git source, it seems that by changing a few routines that check for '\n', it should be possible to have git (or any other version control system) match '\n' or the pattern '\\.\s'. It is, however, a task that needs to be done meticulously, or I can see things breaking pretty badly.

Does anyone know someone that has already done this? Or any other alternatives?

Thanks!

  • 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-26T04:52:51+00:00Added an answer on May 26, 2026 at 4:52 am

    Any version control system should be able to handle prose. The question is how efficiently it can do so.

    The git diff command uses something like diff -u to display the differences between two versions of a file. If the file consists of text with very long lines (i.e., many characters between '\n' characters), then it might have some difficulty displaying the differences meaningfully; it might show two 5000-character lines with only a single character change.

    But that doesn’t necessarily imply that that’s how git stores the files. I’m not intimately familiar with git’s internal storage format, but my understanding is that it does reasonably well with binary files, which could have many megabytes of data with no '\n' characters.

    Note that some older version control systems (SCCS, RCS) probably do store differences between versions on a line-by-line basis. But even for such systems, at worst you’d be storing a full copy of each version plus some overhead. The system should still be able to work properly.

    Note that git diff --word-diff should at least partially work around the problem of comparing versions.

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

Sidebar

Related Questions

I am sure this must have been answered before but I cannot find a
I'm sure someone has asked this before, but I'm struggling to find where. I'm
I'm working on a project and it seems that every time someone checks out
It seems that every week or so someone posts a question about dates being
I just jumped on a feature written by someone else that seems slightly inefficient,
It seems that tomcat is a web application server and EAR cannot be deployed
that seems tricky. My IPad freezes and it seems that this line of code
It seems that a List object cannot be stored in a List variable in
I must apologize if this is a duplicate question, but I can't seem to
So, I have this public API that my application exposes, allowing customers to write

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.