<pre style='margin:0'>
Chris Jones (cjones051073) pushed a commit to branch master
in repository macports-ports.

</pre>
<p><a href="https://github.com/macports/macports-ports/commit/6d7892ca5d5b7e48316ca1d6a86db80b0c1f006c">https://github.com/macports/macports-ports/commit/6d7892ca5d5b7e48316ca1d6a86db80b0c1f006c</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 6d7892ca5d5 git: Extend port notes regarding MacPorts provided config file MacPorts provided config file will be overwritten on port upgrades, so advise user not to place any personal customisations here and instead use their personal $HOME/.gitconfig file See: https://trac.macports.org/ticket/63953
</span>6d7892ca5d5 is described below

<span style='display:block; white-space:pre;color:#808000;'>commit 6d7892ca5d5b7e48316ca1d6a86db80b0c1f006c
</span>Author: Chris Jones <jonesc@macports.org>
AuthorDate: Wed Nov 17 17:06:35 2021 +0000

<span style='display:block; white-space:pre;color:#404040;'>    git: Extend port notes regarding MacPorts provided config file
</span><span style='display:block; white-space:pre;color:#404040;'>    MacPorts provided config file will be overwritten on port upgrades,
</span><span style='display:block; white-space:pre;color:#404040;'>    so advise user not to place any personal customisations here and
</span><span style='display:block; white-space:pre;color:#404040;'>    instead use their personal $HOME/.gitconfig file
</span><span style='display:block; white-space:pre;color:#404040;'>    See: https://trac.macports.org/ticket/63953
</span>---
 devel/git/Portfile | 9 ++++++++-
 1 file changed, 8 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 9daaec133ec..727a81a3a76 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;'>@@ -239,7 +239,8 @@ variant credential_osxkeychain description {Install git credential-osxkeychain u
</span>     notes "
 A gitconfig file has been created at ${prefix}/etc/gitconfig to enable the
 osxkeychain credential helper. If you do not wish to use this credential
<span style='display:block; white-space:pre;background:#ffe0e0;'>-helper, you can override this setting in your own git config file, e.g.
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+helper, you can override this setting in your own person git config file 
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+\(\$HOME/.gitconfig\) with e.g.
</span> 
     \[credential]
             helper = some_other_credential_helper
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -247,6 +248,12 @@ helper, you can override this setting in your own git config file, e.g.
</span> For more information, run
 
     git help credentials
<span style='display:block; white-space:pre;background:#e0ffe0;'>+
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+NOTE: ${prefix}/etc/gitconfig will be over-written on port upgrades, and
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+      thus it is NOT recommended to place any personal customisations in
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+      this file. Instead use your personal configuration file 
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+         \(\$HOME/.gitconfig\)
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+      for any additional modifications you wish to make.
</span> "
 }
 
</pre><pre style='margin:0'>

</pre>