<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/libgit2.git/tests/resources/crlf_data, branch ethomson/diff_enum</title>
<subtitle>github.com: libgit2/libgit2.git
</subtitle>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/libgit2.git/'/>
<entry>
<title>Get rid of some test files that were accidentally committed</title>
<updated>2019-01-14T23:12:28+00:00</updated>
<author>
<name>Tyler Wanek</name>
<email>tylerw@axosoft.com</email>
</author>
<published>2019-01-14T23:08:05+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/libgit2.git/commit/?id=a653f96781120e6aca7d207b622a42dd7e998499'/>
<id>a653f96781120e6aca7d207b622a42dd7e998499</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>crlf_data: add corpus of known-good odb-filtered data</title>
<updated>2018-12-04T01:01:25+00:00</updated>
<author>
<name>Edward Thomson</name>
<email>ethomson@edwardthomson.com</email>
</author>
<published>2018-12-01T21:46:51+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/libgit2.git/commit/?id=3d804063d902608145e9bac6c89e7ef644584edf'/>
<id>3d804063d902608145e9bac6c89e7ef644584edf</id>
<content type='text'>
Use the crlf data scripts to produce a corpus of known-good data in
"git" format (aka ODB format) from a variety of files with different
line endings.  `git` created these files running `git add` to stage the
contents then extracting the data from the repository.

We'll use these to ensure that we create identical contents when we add
files into the index.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Use the crlf data scripts to produce a corpus of known-good data in
"git" format (aka ODB format) from a variety of files with different
line endings.  `git` created these files running `git add` to stage the
contents then extracting the data from the repository.

We'll use these to ensure that we create identical contents when we add
files into the index.
</pre>
</div>
</content>
</entry>
<entry>
<title>crlf: re-use existing crlf script to create odb</title>
<updated>2018-12-04T01:01:24+00:00</updated>
<author>
<name>Edward Thomson</name>
<email>ethomson@edwardthomson.com</email>
</author>
<published>2018-12-01T21:53:07+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/libgit2.git/commit/?id=a0ab90b8819b86227c944050f223f05c19a12a39'/>
<id>a0ab90b8819b86227c944050f223f05c19a12a39</id>
<content type='text'>
Re-use the existing crlf data generation script for creating the to-odb
dataset.  Also, store the actual file contents instead of the ID so that
we can identify differences instead of detecting that differences exist.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Re-use the existing crlf data generation script for creating the to-odb
dataset.  Also, store the actual file contents instead of the ID so that
we can identify differences instead of detecting that differences exist.
</pre>
</div>
</content>
</entry>
<entry>
<title>crlf: script to generate expected crlf data for adding files to index</title>
<updated>2018-12-04T01:01:24+00:00</updated>
<author>
<name>Sven Strickroth</name>
<email>email@cs-ware.de</email>
</author>
<published>2015-07-01T14:55:06+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/libgit2.git/commit/?id=9065160bfb55bea6d4bf932783d7ceab952ed1c9'/>
<id>9065160bfb55bea6d4bf932783d7ceab952ed1c9</id>
<content type='text'>
Include a shell script that will generate the expected data of OIDs and
failures for calling git.git to capture its output as a test resource.

Right now, there is no need to differentiate different systems as git behaves
the same on all systems IIRC.

Signed-off-by: Sven Strickroth &lt;email@cs-ware.de&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Include a shell script that will generate the expected data of OIDs and
failures for calling git.git to capture its output as a test resource.

Right now, there is no need to differentiate different systems as git behaves
the same on all systems IIRC.

Signed-off-by: Sven Strickroth &lt;email@cs-ware.de&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>crlf_data: move to a "to_workdir" folder</title>
<updated>2018-12-03T21:08:25+00:00</updated>
<author>
<name>Edward Thomson</name>
<email>ethomson@edwardthomson.com</email>
</author>
<published>2018-12-01T18:32:01+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/libgit2.git/commit/?id=13a8bc924c16865a5409fa34994ec3bb11e1c4b5'/>
<id>13a8bc924c16865a5409fa34994ec3bb11e1c4b5</id>
<content type='text'>
Move the crlf_data folders reponsible for holding the state of the
filters going into the working directory to "to_workdir" variations of
the folder name to accommodate future growth into the "to odb" filter
variation.  Update the script to create these new folders as appopriate.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Move the crlf_data folders reponsible for holding the state of the
filters going into the working directory to "to_workdir" variations of
the folder name to accommodate future growth into the "to odb" filter
variation.  Update the script to create these new folders as appopriate.
</pre>
</div>
</content>
</entry>
<entry>
<title>tests: add information about the crlf data generator</title>
<updated>2018-04-17T19:05:35+00:00</updated>
<author>
<name>Edward Thomson</name>
<email>ethomson@edwardthomson.com</email>
</author>
<published>2018-04-17T19:05:35+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/libgit2.git/commit/?id=2ad24a4e2d6aff9ce6a9f7b3d510b5ccac48a909'/>
<id>2ad24a4e2d6aff9ce6a9f7b3d510b5ccac48a909</id>
<content type='text'>
The CRLF data generator is somewhat obscure; add information about how
to use it and what it does.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The CRLF data generator is somewhat obscure; add information about how
to use it and what it does.
</pre>
</div>
</content>
</entry>
<entry>
<title>tests: crlf: update POSIX test data to reflect Git 2.9+ behavior</title>
<updated>2018-04-17T17:42:09+00:00</updated>
<author>
<name>Sven Strickroth</name>
<email>email@cs-ware.de</email>
</author>
<published>2017-01-28T16:11:55+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/libgit2.git/commit/?id=ad5a696eb2f2ddc757a1adb85a7aee911531333f'/>
<id>ad5a696eb2f2ddc757a1adb85a7aee911531333f</id>
<content type='text'>
Update with vanilla Git 2.11.0 on Debian

Signed-off-by: Sven Strickroth &lt;email@cs-ware.de&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Update with vanilla Git 2.11.0 on Debian

Signed-off-by: Sven Strickroth &lt;email@cs-ware.de&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>tests: crlf: update Windows test data to reflect Git 2.9+ behavior</title>
<updated>2018-04-17T17:42:09+00:00</updated>
<author>
<name>Sven Strickroth</name>
<email>email@cs-ware.de</email>
</author>
<published>2017-01-28T16:08:59+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/libgit2.git/commit/?id=f65eea4498649c5d346f1376ad605e7fb5cde013'/>
<id>f65eea4498649c5d346f1376ad605e7fb5cde013</id>
<content type='text'>
Update with "git version 2.11.0.windows.3"

Signed-off-by: Sven Strickroth &lt;email@cs-ware.de&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Update with "git version 2.11.0.windows.3"

Signed-off-by: Sven Strickroth &lt;email@cs-ware.de&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>crlf tests: posix known-good data</title>
<updated>2015-06-22T16:00:11+00:00</updated>
<author>
<name>Edward Thomson</name>
<email>ethomson@edwardthomson.com</email>
</author>
<published>2015-06-09T14:47:29+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/libgit2.git/commit/?id=e774fa6c0b810624f42d392957c28febb94c4ac7'/>
<id>e774fa6c0b810624f42d392957c28febb94c4ac7</id>
<content type='text'>
A corpus of files checked out with Git (Linux, 1.9.1) to ensure that
produce identical data when checking out using a CRLF filter.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
A corpus of files checked out with Git (Linux, 1.9.1) to ensure that
produce identical data when checking out using a CRLF filter.
</pre>
</div>
</content>
</entry>
<entry>
<title>crlf tests: windows known-good data</title>
<updated>2015-06-22T16:00:06+00:00</updated>
<author>
<name>Edward Thomson</name>
<email>ethomson@microsoft.com</email>
</author>
<published>2015-06-09T14:37:14+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/libgit2.git/commit/?id=4ebe320a3105c98eb936d094a7499c9b64127376'/>
<id>4ebe320a3105c98eb936d094a7499c9b64127376</id>
<content type='text'>
A corpus of files checked out with Git for Windows (2.4.1.windows.1)
to ensure that we produce identical data when checking out using a
CRLF filter.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
A corpus of files checked out with Git for Windows (2.4.1.windows.1)
to ensure that we produce identical data when checking out using a
CRLF filter.
</pre>
</div>
</content>
</entry>
</feed>
