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
1c44c624
Commit
1c44c624
authored
Apr 01, 2010
by
lovelywcm
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
YXZvaWQgdW5uZWNlc3NhcnkgZW1wdHkgdGVtcC5wYXRjaCBmaWxlCg==
parent
495ae0bb
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
sendGFWList.sh
sendGFWList.sh
+2
-2
No files found.
sendGFWList.sh
View file @
1c44c624
...
...
@@ -22,7 +22,7 @@
# edit list.txt as usual;
# $./sendGFWList.sh "say something about this edit"
# Note:
# 1: You can use "
git" to show, diff, log...what's you want
;
# 1: You can use "
$git log" "$git show" "$git diff"...
;
# 2: Do NOT commit "list.txt" to svn server (it won't by default);
# 3: Do NOT use any unicode character in the list, there is a known bug;
# 4: Do NOT "svn update", run this script to update / commit at any time.
...
...
@@ -68,7 +68,7 @@ if [ "$convertedLog" != "" ]; then
svn update
&&
# save local modification
git diff
>
temp.patch
&&
[
-n
"
$(
git diff
)
"
]
&&
git diff
>
temp.patch
&&
base64
-d
gfwlist.txt
>
list.txt
&&
echo
-e
$convertedLog
| git commit
-a
-F
-
;
...
...
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