<pre style='margin:0'>
ci42 pushed a commit to branch master
in repository macports-ports.

</pre>
<p><a href="https://github.com/macports/macports-ports/commit/d1a3def6875717f5c9372c55c2afd1a2bab950e8">https://github.com/macports/macports-ports/commit/d1a3def6875717f5c9372c55c2afd1a2bab950e8</a></p>
<pre style="white-space: pre; background: #F8F8F8">The following commit(s) were added to refs/heads/master by this push:
<span style='display:block; white-space:pre;color:#404040;'>     new d1a3def  git: fix issue with repositories where two paths only differ in case
</span>d1a3def is described below

<span style='display:block; white-space:pre;color:#808000;'>commit d1a3def6875717f5c9372c55c2afd1a2bab950e8
</span>Author: ci42 <ciserlohn@macports.org>
AuthorDate: Sat Jan 20 09:37:37 2018 +0100

<span style='display:block; white-space:pre;color:#404040;'>    git: fix issue with repositories where two paths only differ in case
</span>---
 devel/git/Portfile                      |  3 ++-
 devel/git/files/patch-repository.c.diff | 10 ++++++++++
 2 files changed, 12 insertions(+), 1 deletion(-)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/devel/git/Portfile b/devel/git/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 182ba67..165bb16 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/devel/git/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/devel/git/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -5,6 +5,7 @@ PortGroup           perl5 1.0
</span> 
 name                git
 version             2.16.0
<span style='display:block; white-space:pre;background:#e0ffe0;'>+revision            1
</span> 
 description         A fast version control system
 long_description    Git is a fast, scalable, distributed open source version \
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -48,7 +49,7 @@ depends_run-append  port:p${perl5.major}-authen-sasl \
</span>                     port:p${perl5.major}-cgi \
                     port:rsync
 
<span style='display:block; white-space:pre;background:#ffe0e0;'>-patchfiles          patch-Makefile.diff git-subtree.1.diff
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+patchfiles          patch-Makefile.diff git-subtree.1.diff patch-repository.c.diff
</span> patch.pre_args      -p1
 
 extract.only        git-${version}${extract.suffix} \
<span style='display:block; white-space:pre;color:#808080;'>diff --git a/devel/git/files/patch-repository.c.diff b/devel/git/files/patch-repository.c.diff
</span>new file mode 100644
<span style='display:block; white-space:pre;color:#808080;'>index 0000000..e7abf53
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>--- /dev/null
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/devel/git/files/patch-repository.c.diff
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -0,0 +1,10 @@
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+--- a/repository.c
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>++++ b/repository.c
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+@@ -5,7 +5,7 @@
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+ /* The main repository */
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+ static struct repository the_repo = {
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+-  NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, &the_index, NULL, 0, 0
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>++  NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, &the_index, &hash_algos[GIT_HASH_SHA1], 0, 0
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+ };
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+ struct repository *the_repository = &the_repo;
</span></pre><pre style='margin:0'>

</pre>