mirror of
https://github.com/creyD/intelliphoto.git
synced 2026-04-12 19:40:28 +02:00
Fixed Git Integration
This commit is contained in:
@@ -9,7 +9,7 @@ find . \( -name "*.cpp" -o -name "*.c" -o -name "*.h" \) -exec uncrustify -c con
|
||||
echo "Uncrustify finished."
|
||||
# Adding changes to git
|
||||
echo "Committing Changes to Git..."
|
||||
git add *
|
||||
git add '*'
|
||||
git commit -m "Automated Merge Preparation"
|
||||
echo "Committed."
|
||||
echo "Finished."
|
||||
|
||||
@@ -28,7 +28,7 @@ doxygen conf/intelliphoto_dox
|
||||
echo "Doxygen finished."
|
||||
# Adding changes to git
|
||||
echo "Committing Changes to Git..."
|
||||
git add *
|
||||
git add '*'
|
||||
git commit -m "Automated Release Preparation"
|
||||
echo "Committed."
|
||||
echo "Finished."
|
||||
|
||||
Reference in New Issue
Block a user