#4119 Indicate that the file can be either empty or a binary file
Merged 5 years ago by pingou. Opened 5 years ago by pingou.

@@ -138,7 +138,7 @@ 

          </div>

        {% elif patchstats["status"] == "A" and patchstats["lines_added"] == 0 %}

          <div class="card-body collapse show" id="diffhighlight_{{loop.index}}">

-           <div class="text-muted text-xs-center">empty file added</div>

+           <div class="text-muted text-xs-center">empty or binary file added</div>

          </div>

        {% else %}

          {% if patchstats["status"] == "A" and patchstats["lines_added"] > 1000 %}

I wonder if this will break something....

:thumbsup:

Thanks for the reviews :)

Pull-Request has been merged by pingou

5 years ago