<!DOCTYPE html>
<html>
  <head>
</head>
<body style='font: 12pt Roboto, "DejaVu Sans", Arial; margin-left: 5px; margin-right: 5px;'>
<div id="entry">
<h1 style='font: 12pt Roboto, "DejaVu Sans", Arial; display:block; background: #c0cf88; border-bottom: solid 3px #573; padding: 5px; margin-top: 0px; color: #573;'><a href="https://kallithea-scm.org/repos/kallithea/changeset/73493ddc8c9e58dc89c47ddc5ebb082b09fce226" style="text-decoration: none; font-weight: bold; color: #573;">docs: fix typo</a></h1>
<div id="body">
kiilerix committed on 2016-04-04 21:34:13<br />branch: stable<br />changeset: <a href="https://kallithea-scm.org/repos/kallithea/changeset/73493ddc8c9e58dc89c47ddc5ebb082b09fce226">73493ddc</a><pre>docs: fix typo

 M docs/setup.rst (1 lines added, 1 lines removed)</pre>
</div>
</div>
</div>
</body>
</html>

<!DOCTYPE html>
<html>
  <head>
</head>
<body style='font: 12pt Roboto, "DejaVu Sans", Arial; margin-left: 5px; margin-right: 5px;'>
<div id="entry">
<h1 style='font: 12pt Roboto, "DejaVu Sans", Arial; display:block; background: #c0cf88; border-bottom: solid 3px #573; padding: 5px; margin-top: 0px; color: #573;'><a href="https://kallithea-scm.org/repos/kallithea/changeset/5a47ce11427c207167c089e89bdf9677ccb01b91" style="text-decoration: none; font-weight: bold; color: #573;">Merge stable</a></h1>
<div id="body">
kiilerix committed on 2016-04-04 21:34:30<br />branch: default<br />changeset: <a href="https://kallithea-scm.org/repos/kallithea/changeset/5a47ce11427c207167c089e89bdf9677ccb01b91">5a47ce11</a><pre>Merge stable

 M docs/installation_iis.rst (22 lines added, 3 lines removed)
 M docs/setup.rst (20 lines added, 10 lines removed)
 M kallithea/controllers/api/__init__.py (1 lines added, 3 lines removed)</pre>
</div>
</div>
</div>
</body>
</html>

<!DOCTYPE html>
<html>
  <head>
</head>
<body style='font: 12pt Roboto, "DejaVu Sans", Arial; margin-left: 5px; margin-right: 5px;'>
<div id="entry">
<h1 style='font: 12pt Roboto, "DejaVu Sans", Arial; display:block; background: #c0cf88; border-bottom: solid 3px #573; padding: 5px; margin-top: 0px; color: #573;'><a href="https://kallithea-scm.org/repos/kallithea/changeset/fc8a5cbfa0da0f385cbd4f70be1fbd1db604ddc8" style="text-decoration: none; font-weight: bold; color: #573;">compare: close Dulwich internals for Git repositories to avoid leaking open files  Fix failing test_compare.py on Windows by explicitly closing internal obje...</a></h1>
<div id="body">
domruf committed on 2016-03-31 18:53:23<br />branch: default<br />changeset: <a href="https://kallithea-scm.org/repos/kallithea/changeset/fc8a5cbfa0da0f385cbd4f70be1fbd1db604ddc8">fc8a5cbf</a><pre>compare: close Dulwich internals for Git repositories to avoid leaking open files

Fix failing test_compare.py on Windows by explicitly closing internal
object_store objects.

 M kallithea/controllers/compare.py (3 lines added, 0 lines removed)</pre>
</div>
</div>
</div>
</body>
</html>

<!DOCTYPE html>
<html>
  <head>
</head>
<body style='font: 12pt Roboto, "DejaVu Sans", Arial; margin-left: 5px; margin-right: 5px;'>
<div id="entry">
<h1 style='font: 12pt Roboto, "DejaVu Sans", Arial; display:block; background: #c0cf88; border-bottom: solid 3px #573; padding: 5px; margin-top: 0px; color: #573;'><a href="https://kallithea-scm.org/repos/kallithea/changeset/9d645f4ede35e1dad873f52275304578a63648bb" style="text-decoration: none; font-weight: bold; color: #573;">tests: fix test_nodes.py and test_files.py which fail on windows due to mimetype differences  The mimetype of files may differ on different platforms (e.g. t...</a></h1>
<div id="body">
domruf committed on 2016-04-09 13:47:19<br />branch: default<br />changeset: <a href="https://kallithea-scm.org/repos/kallithea/changeset/9d645f4ede35e1dad873f52275304578a63648bb">9d645f4e</a><pre>tests: fix test_nodes.py and test_files.py which fail on windows due to mimetype differences

The mimetype of files may differ on different platforms (e.g. the mimetype of
.py files on windows is not text/x-python but text/plain). Therefore, compare
the mimetype to the value the platform uses.

 M kallithea/tests/functional/test_files.py (2 lines added, 1 lines removed)
 M kallithea/tests/vcs/test_nodes.py (5 lines added, 4 lines removed)</pre>
</div>
</div>
</div>
</body>
</html>

<!DOCTYPE html>
<html>
  <head>
</head>
<body style='font: 12pt Roboto, "DejaVu Sans", Arial; margin-left: 5px; margin-right: 5px;'>
<div id="entry">
<h1 style='font: 12pt Roboto, "DejaVu Sans", Arial; display:block; background: #c0cf88; border-bottom: solid 3px #573; padding: 5px; margin-top: 0px; color: #573;'><a href="https://kallithea-scm.org/repos/kallithea/changeset/078136fd83fb2262d0d500a10893b2acf725bd60" style="text-decoration: none; font-weight: bold; color: #573;">tests: fix Git on Windows sometimes failing on ' or ` in file:/// URLs  Some Git versions will fail when cloning a repository like:    git clone file:///path...</a></h1>
<div id="body">
domruf committed on 2016-04-11 20:36:52<br />branch: default<br />tag: tip<br />changeset: <a href="https://kallithea-scm.org/repos/kallithea/changeset/078136fd83fb2262d0d500a10893b2acf725bd60">078136fd</a><pre>tests: fix Git on Windows sometimes failing on ' or ` in file:/// URLs

Some Git versions will fail when cloning a repository like:

  git clone file:///path/to/strange-file-'`foobar myclone

Since '` (and some other characters) are filtered anyway (in
lib.utils.repo_name_slug) I think this test doesn't need to test those
characters.

 M kallithea/controllers/compare.py (1 lines added, 0 lines removed)
 M kallithea/tests/vcs/test_git.py (4 lines added, 2 lines removed)</pre>
</div>
</div>
</div>
</body>
</html>