[Python-Dev] PEP 481 - Migrate Some Supporting Repositories to Git and Github (original) (raw)
Ben Finney ben+python at benfinney.id.au
Mon Dec 1 01:17:02 CET 2014
- Previous message: [Python-Dev] PEP 481 - Migrate Some Supporting Repositories to Git and Github
- Next message: [Python-Dev] PEP 481 - Migrate Some Supporting Repositories to Git and Github
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Donald Stufft <donald at stufft.io> writes:
I have never heard of git losing history.
In my experience talking with Git users about this problem, that depends on a very narrow definition of “losing history”.
Git encourages re-writing, and thereby losing prior versions of, the history of a branch. The commit information remains, but the history of how they link together is lost. That is a loss of information, which is not the case in the absence of such history re-writing.
Git users differ in whether they consider that information loss important; but it is, objectively, losing history information. So Ethan's impression is correct on this point.
-- \ “If you see an animal and you can't tell if it's a skunk or a | `\ cat, here's a good saying to help: ‘Black and white, stinks all | o_) right. Tabby-colored, likes a fella.’” —Jack Handey | Ben Finney
- Previous message: [Python-Dev] PEP 481 - Migrate Some Supporting Repositories to Git and Github
- Next message: [Python-Dev] PEP 481 - Migrate Some Supporting Repositories to Git and Github
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]