[geany/geany] 958deb: Add a few extra hints in the Scintilla update script
Colomban Wendling
git-noreply at xxxxx
Wed Sep 19 20:46:21 UTC 2018
Branch: refs/heads/master
Author: Colomban Wendling <ban at herbesfolles.org>
Committer: Colomban Wendling <ban at herbesfolles.org>
Date: Wed, 01 Aug 2018 12:41:00 UTC
Commit: 958deb55fe80e2ef27d8f7a4f1a500531933116c
https://github.com/geany/geany/commit/958deb55fe80e2ef27d8f7a4f1a500531933116c
Log Message:
-----------
Add a few extra hints in the Scintilla update script
Modified Paths:
--------------
scripts/update-scintilla.sh
Modified: scripts/update-scintilla.sh
5 lines changed, 4 insertions(+), 1 deletions(-)
===================================================================
@@ -70,7 +70,10 @@ if git status -unormal -s scintilla | grep '^??'; then
Untracked files above have been introduced by the new Scintilla version and
should be added to version control if appropriate, or removed.
-Don't forget to add new files to the build system.
+You can add them to Git with the command:
+$ git add $(git status -unormal -s scintilla | grep '^??' | cut -b4- | sed '$!{s/$/ \\/};1!{s/^/ /}')
+
+Don't forget to add new files to the build system (scintilla/Makefile.am).
EOF
fi
--------------
This E-Mail was brought to you by github_commit_mail.py (Source: https://github.com/geany/infrastructure).
More information about the Commits
mailing list