mirror of
https://github.com/creyD/intelliphoto.git
synced 2026-04-15 04:40:37 +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."
|
echo "Uncrustify finished."
|
||||||
# Adding changes to git
|
# Adding changes to git
|
||||||
echo "Committing Changes to Git..."
|
echo "Committing Changes to Git..."
|
||||||
git add *
|
git add '*'
|
||||||
git commit -m "Automated Merge Preparation"
|
git commit -m "Automated Merge Preparation"
|
||||||
echo "Committed."
|
echo "Committed."
|
||||||
echo "Finished."
|
echo "Finished."
|
||||||
|
|||||||
@@ -28,7 +28,7 @@ doxygen conf/intelliphoto_dox
|
|||||||
echo "Doxygen finished."
|
echo "Doxygen finished."
|
||||||
# Adding changes to git
|
# Adding changes to git
|
||||||
echo "Committing Changes to Git..."
|
echo "Committing Changes to Git..."
|
||||||
git add *
|
git add '*'
|
||||||
git commit -m "Automated Release Preparation"
|
git commit -m "Automated Release Preparation"
|
||||||
echo "Committed."
|
echo "Committed."
|
||||||
echo "Finished."
|
echo "Finished."
|
||||||
|
|||||||
Reference in New Issue
Block a user