<div dir="auto">Are you sure you did git add? -a just adds "all changes". I remember add & -m only worked for me on Windows (msys2 git).<div dir="auto"><br></div><div dir="auto">Regards,</div><div dir="auto">Huidae<br><div data-smartmail="gmail_signature" dir="auto">-- <br>Huidae Cho, Ph.D., GISP, PE (MD), CFM, M.ASCE<br>Open Source GIS Developer, GRASS GIS Development Team<br><a href="https://idea.isnew.info">https://idea.isnew.info</a><br>Sent from my phone</div></div></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Mon, Jul 15, 2019, 7:04 PM Helmut Kudrnovsky <<a href="mailto:hellik@web.de">hellik@web.de</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Markus Neteler wrote<br>
> Hi<br>
> <br>
> Anna Petrášová &lt;<br>
<br>
> kratochanna@<br>
<br>
> &gt; schrieb am Mo., 15. Juli 2019, 05:57:<br>
> <br>
>><br>
>><br>
>> On Fri, Jul 12, 2019 at 12:50 PM Maris Nartiss &lt;<br>
<br>
> maris.gis@<br>
<br>
> &gt;<br>
>> wrote:<br>
>><br>
>>> The biggest question is – do we need PR notifications here. I would<br>
>>> vote for no. Better let's keep discussions in one place.<br>
>>><br>
>><br>
>> I agree, and I get the notifications:<br>
>> <a href="https://help.github.com/en/articles/watching-and-unwatching-repositories" rel="noreferrer noreferrer" target="_blank">https://help.github.com/en/articles/watching-and-unwatching-repositories</a><br>
>><br>
> <br>
> <br>
> Then please all promise to subscribe to the repo notifications and look at<br>
> them :)<br>
<br>
already subscribed.<br>
<br>
somekind related<br>
<br>
in <a href="https://trac.osgeo.org/grass/wiki/HowToGit" rel="noreferrer noreferrer" target="_blank">https://trac.osgeo.org/grass/wiki/HowToGit</a> there is mentioned:<br>
<br>
####<br>
# <make local source code changes><br>
vim ...<br>
<br>
# list local changes<br>
git status<br>
git add file1.c file2.py ...<br>
git commit -m 'my change with reasonable explanation...'<br>
####<br>
<br>
at least here in the windows world of git I had to use<br>
<br>
####<br>
git commit -am 'my change with reasonable explanation...'<br>
####<br>
<br>
to add also the -a switch that anything happend .... :-D<br>
<br>
otherwise I get the message:<br>
<br>
####<br>
$ git commit -m 'add missing dependencies libgraphite2.dll and libpcre-1.dll<br>
- see <a href="https://trac.osgeo.org/grass/ticket/3870" rel="noreferrer noreferrer" target="_blank">https://trac.osgeo.org/grass/ticket/3870</a>'<br>
On branch wingrass_fixes<br>
Changes not staged for commit:<br>
        modified:   mswindows/osgeo4w/package.sh<br>
<br>
no changes added to commit<br>
####<br>
<br>
<br>
<br>
-----<br>
best regards<br>
Helmut<br>
--<br>
Sent from: <a href="http://osgeo-org.1560.x6.nabble.com/Grass-Dev-f3991897.html" rel="noreferrer noreferrer" target="_blank">http://osgeo-org.1560.x6.nabble.com/Grass-Dev-f3991897.html</a><br>
_______________________________________________<br>
grass-dev mailing list<br>
<a href="mailto:grass-dev@lists.osgeo.org" target="_blank" rel="noreferrer">grass-dev@lists.osgeo.org</a><br>
<a href="https://lists.osgeo.org/mailman/listinfo/grass-dev" rel="noreferrer noreferrer" target="_blank">https://lists.osgeo.org/mailman/listinfo/grass-dev</a></blockquote></div>