<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/gitpython.git/.gitignore, branch 0.3.2.1</title>
<subtitle>github.com: gitpython-developers/GitPython.git
</subtitle>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/gitpython.git/'/>
<entry>
<title>Merge branch 'tox' of https://github.com/hashar/GitPython into hashar-tox</title>
<updated>2014-11-14T15:15:31+00:00</updated>
<author>
<name>Sebastian Thiel</name>
<email>byronimo@gmail.com</email>
</author>
<published>2014-11-14T15:10:26+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/gitpython.git/commit/?id=c914637ab146c23484a730175aa10340db91be70'/>
<id>c914637ab146c23484a730175aa10340db91be70</id>
<content type='text'>
Conflicts:
	README.md
	requirements.txt
	setup.py
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Conflicts:
	README.md
	requirements.txt
	setup.py
</pre>
</div>
</content>
</entry>
<entry>
<title>Prepared release 0.3.2</title>
<updated>2014-11-14T14:52:34+00:00</updated>
<author>
<name>Sebastian Thiel</name>
<email>byronimo@gmail.com</email>
</author>
<published>2014-11-14T14:52:17+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/gitpython.git/commit/?id=c5452aa820c0f5c2454642587ff6a3bd6d96eaa1'/>
<id>c5452aa820c0f5c2454642587ff6a3bd6d96eaa1</id>
<content type='text'>
It represents the latest state on github, which should be better than
what's installed by default.

[skip ci]
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
It represents the latest state on github, which should be better than
what's installed by default.

[skip ci]
</pre>
</div>
</content>
</entry>
<entry>
<title>Use tox to easily run tests in venv</title>
<updated>2014-07-25T09:20:27+00:00</updated>
<author>
<name>Antoine Musso</name>
<email>hashar@free.fr</email>
</author>
<published>2014-07-25T09:01:30+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/gitpython.git/commit/?id=2ddd5e5ef89da7f1e3b3a7d081fbc7f5c46ac11c'/>
<id>2ddd5e5ef89da7f1e3b3a7d081fbc7f5c46ac11c</id>
<content type='text'>
tox https://pypi.python.org/pypi/tox is a thin wrapper around virtualenv
which let you craft a fresh python environement to execute command in.

It creates the env with virtualenv, install dependencies, run python
setup.py install in it and then execute whatever command you want it to
do and report status.

To do so I simply:

- listed tests dependencies in test-requirements.txt (which are just
  nose and mock)
- provide a tox.ini file which describe how to install the dependencies
  and execute nosetests
- added the module 'coverage' to the list of test dependencies

To run tests simply:

 pip install tox &amp;&amp; tox

That will execute the test command 'nosetests' using python2.6 and then
python 2.7.

The additional env 'cover' can be run using: tox -ecover.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
tox https://pypi.python.org/pypi/tox is a thin wrapper around virtualenv
which let you craft a fresh python environement to execute command in.

It creates the env with virtualenv, install dependencies, run python
setup.py install in it and then execute whatever command you want it to
do and report status.

To do so I simply:

- listed tests dependencies in test-requirements.txt (which are just
  nose and mock)
- provide a tox.ini file which describe how to install the dependencies
  and execute nosetests
- added the module 'coverage' to the list of test dependencies

To run tests simply:

 pip install tox &amp;&amp; tox

That will execute the test command 'nosetests' using python2.6 and then
python 2.7.

The additional env 'cover' can be run using: tox -ecover.
</pre>
</div>
</content>
</entry>
<entry>
<title>Added sublime-text project</title>
<updated>2014-07-14T10:45:15+00:00</updated>
<author>
<name>Sebastian Thiel</name>
<email>byronimo@gmail.com</email>
</author>
<published>2014-07-14T10:45:15+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/gitpython.git/commit/?id=c544101eed30d5656746080204f53a2563b3d535'/>
<id>c544101eed30d5656746080204f53a2563b3d535</id>
<content type='text'>
As relative paths are used througout, it will work for everyone using
sublime text out of the box.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
As relative paths are used througout, it will work for everyone using
sublime text out of the box.
</pre>
</div>
</content>
</entry>
<entry>
<title>Added coverage report</title>
<updated>2014-05-19T21:42:55+00:00</updated>
<author>
<name>Sebastian Thiel</name>
<email>byronimo@gmail.com</email>
</author>
<published>2014-05-19T21:42:30+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/gitpython.git/commit/?id=13e3a809554706905418a48b72e09e2eba81af2d'/>
<id>13e3a809554706905418a48b72e09e2eba81af2d</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>.gitignore will now ignore netbeans projects</title>
<updated>2010-10-25T09:58:11+00:00</updated>
<author>
<name>Sebastian Thiel</name>
<email>byronimo@gmail.com</email>
</author>
<published>2010-10-25T09:58:11+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/gitpython.git/commit/?id=8858a63cb33319f3e739edcbfafdae3ec0fefa33'/>
<id>8858a63cb33319f3e739edcbfafdae3ec0fefa33</id>
<content type='text'>
Fixed test which used the --force flag on move, but there is only a short version (left) it appears
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Fixed test which used the --force flag on move, but there is only a short version (left) it appears
</pre>
</div>
</content>
</entry>
<entry>
<title>/doc/_build is not interesting...</title>
<updated>2009-10-01T16:45:03+00:00</updated>
<author>
<name>Martin Marcher</name>
<email>martin@marcher.name</email>
</author>
<published>2009-10-01T16:45:03+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/gitpython.git/commit/?id=53ed0d43ab950d4deeefd238c7685dabef943800'/>
<id>53ed0d43ab950d4deeefd238c7685dabef943800</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Added /dist to .gitignore</title>
<updated>2008-06-13T18:39:52+00:00</updated>
<author>
<name>Sverre Rabbelier</name>
<email>sverre@rabbelier.nl</email>
</author>
<published>2008-06-11T17:35:45+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/gitpython.git/commit/?id=9b63b3bc493a4a44ba1d857c78e4496e40f1d7b8'/>
<id>9b63b3bc493a4a44ba1d857c78e4496e40f1d7b8</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>gitignore: add ignores for common emacs and vim temporary files</title>
<updated>2008-05-30T00:54:35+00:00</updated>
<author>
<name>David Aguilar</name>
<email>davvid@gmail.com</email>
</author>
<published>2008-05-30T00:54:35+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/gitpython.git/commit/?id=e7252e217fe6d8f05dd50f6e125c33a1c6fff602'/>
<id>e7252e217fe6d8f05dd50f6e125c33a1c6fff602</id>
<content type='text'>
vim saves temporary data in $FILENAME.swp.
emacs saves backups in $FILENAME~.

.gitignore now ignores all of these entries.

Signed-off-by: David Aguilar &lt;davvid@gmail.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
vim saves temporary data in $FILENAME.swp.
emacs saves backups in $FILENAME~.

.gitignore now ignores all of these entries.

Signed-off-by: David Aguilar &lt;davvid@gmail.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>gitignore: ignore eggs, .pyo's and /build</title>
<updated>2008-05-29T04:25:15+00:00</updated>
<author>
<name>David Aguilar</name>
<email>davvid@gmail.com</email>
</author>
<published>2008-05-29T04:25:15+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/gitpython.git/commit/?id=254d04aa3180eb8b8daf7b7ff25f010cd69b4e7d'/>
<id>254d04aa3180eb8b8daf7b7ff25f010cd69b4e7d</id>
<content type='text'>
This commit sets up .gitignore so that it properly ignores both
.pyo and .pyc files.

The egg path was updated so that it is prepended with a "/".

"/build" was added to the list of ignored paths since it is
customary for setuptools to use that directory for builds.

Signed-off-by: David Aguilar &lt;davvid@gmail.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This commit sets up .gitignore so that it properly ignores both
.pyo and .pyc files.

The egg path was updated so that it is prepended with a "/".

"/build" was added to the list of ignored paths since it is
customary for setuptools to use that directory for builds.

Signed-off-by: David Aguilar &lt;davvid@gmail.com&gt;
</pre>
</div>
</content>
</entry>
</feed>
