Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
G
gfwlist
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Locked Files
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Security & Compliance
Security & Compliance
Dependency List
License Compliance
Packages
Packages
List
Container Registry
Analytics
Analytics
CI / CD
Code Review
Insights
Issues
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
MyCard
gfwlist
Commits
03afb5b2
Commit
03afb5b2
authored
Apr 18, 2010
by
lovelywcm
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
b25lIG1vcmUgZXJyb3IgaGFuZGxlcgo=
parent
29f8b918
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
8 additions
and
3 deletions
+8
-3
sendGFWList.sh
sendGFWList.sh
+8
-3
No files found.
sendGFWList.sh
View file @
03afb5b2
...
@@ -80,10 +80,15 @@ if [ "$convertedLog" != "" ]; then
...
@@ -80,10 +80,15 @@ if [ "$convertedLog" != "" ]; then
echo
-e
$convertedLog
| git commit
-a
-F
-
&&
echo
-e
$convertedLog
| git commit
-a
-F
-
&&
[
-s
temp.patch
]
&&
git apply temp.patch
&&
[
-s
temp.patch
]
&&
git apply temp.patch
&&
rm
temp.patch
&&
rm
temp.patch
;
# remove (if exist) empty temp.patch
if
[
-s
temp.patch
]
;
then
[
!
-s
temp.patch
-a
-e
temp.patch
]
&&
rm
temp.patch
;
echo
"Error: git apply failed, your work saved at temp.patch"
;
exit
1
;
elif
[
-a
temp.patch
]
;
then
# empty, remove it
rm
temp.patch
;
fi
fi
fi
if
[
"
$(
git diff
)
"
==
""
]
;
then
if
[
"
$(
git diff
)
"
==
""
]
;
then
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment