Skip to content

Commit

Permalink
Merge branch 'maint'
Browse files Browse the repository at this point in the history
* maint:
  Document `delta` attribute in "git help attributes".
  Mark files in t/t5100 as UTF-8
  Remove a left-over file from t/t5100
  • Loading branch information
Junio C Hamano committed Oct 22, 2009
2 parents 8e850a4 + 975457f commit 3694209
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 35 deletions.
10 changes: 10 additions & 0 deletions Documentation/gitattributes.txt
Original file line number Diff line number Diff line change
Expand Up @@ -560,6 +560,16 @@ in the file. E.g. the string `$Format:%H$` will be replaced by the
commit hash.


Packing objects
~~~~~~~~~~~~~~~

`delta`
^^^^^^^

Delta compression will not be attempted for blobs for paths with the
attribute `delta` set to false.


Viewing files in GUI tools
~~~~~~~~~~~~~~~~~~~~~~~~~~

Expand Down
4 changes: 4 additions & 0 deletions t/t5100/.gitattributes
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
msg* encoding=UTF-8
info* encoding=UTF-8
rfc2047-info-* encoding=UTF-8
sample.mbox encoding=UTF-8
35 changes: 0 additions & 35 deletions t/t5100/0010

This file was deleted.

0 comments on commit 3694209

Please sign in to comment.