Skip to content

Commit

Permalink
add 'caution' section to docs, workaround for zero-padded file modes (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
purring authored and untitaker committed Oct 14, 2016
1 parent cdbd63d commit d25c801
Showing 1 changed file with 25 additions and 0 deletions.
25 changes: 25 additions & 0 deletions CONTRIBUTING.rst
Original file line number Diff line number Diff line change
Expand Up @@ -87,3 +87,28 @@ Generate a HTML report can be done using this command::

Full docs on ``coverage.py`` are here: https://coverage.readthedocs.io

Caution

This comment has been minimized.

Copy link
@dentarg

dentarg May 20, 2021

Just a note, for anyone finding this commit from #2029, that a54f6ee (June 2020) removed this section

=======
pushing
-------
This repository contains several zero-padded file modes that may cause issues when pushing this repository to git hosts other than github. Fixing this is destructive to the commit history, so we suggest ignoring these warnings. If it fails to push and you're using a self-hosted git service like Gitlab, you can turn off repository checks in the admin panel.


cloning
-------
The zero-padded file modes files above can cause issues while cloning, too. If you have

::

[fetch]
fsckobjects = true

or

::

[receive]
fsckObjects = true


set in your git configuration file, cloning this repository will fail. The only solution is to set both of the above settings to false while cloning, and then setting them back to true after the cloning is finished.

0 comments on commit d25c801

Please sign in to comment.