https://sourceware.org/bugzilla/show_bug.cgi?id=31800
--- Comment #15 from Rostislav Krasny <rostiprodev at gmail dot com> --- (In reply to Nick Clifton from comment #14) > Hi Rostislav, > > Thanks for the updated patch and the DCO. I have now applied your patch > to the sources. Thank you too for accepting my first contribution in the project. I made a small improvement of the new src-release.sh and going to attache an additional patch. Before this additional patch the src-release.sh script can't be ran again and again without manually deleting all untracked files that src-release.sh created in the previous run. With this patch the check of uncommitted changes looks for changes of the tracked files only, i.e. any new file is not taken into account in this check. Such files are removed a few lines later by the 'git clean -fdx' command that also prints their names. I think this is better and more consistent behavior. -- You are receiving this mail because: You are on the CC list for the bug.