Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
V
vlc
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Redmine
Redmine
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Metrics
Environments
Analytics
Analytics
CI / CD
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
videolan
vlc
Commits
949209bb
Commit
949209bb
authored
Apr 03, 2012
by
Christoph Miebach
Committed by
Jean-Baptiste Kempf
Apr 05, 2012
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Better translators detection; adjusting extraction from AUTHORS
Signed-off-by:
Jean-Baptiste Kempf
<
jb@videolan.org
>
parent
0ef7876b
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
3 deletions
+4
-3
extras/misc/authors_list.sh
extras/misc/authors_list.sh
+4
-3
No files found.
extras/misc/authors_list.sh
View file @
949209bb
...
@@ -13,11 +13,12 @@ echo "Checking all git logs"
...
@@ -13,11 +13,12 @@ echo "Checking all git logs"
git shortlog
-sn
>
temp_update_AUTHORS/all_git.txt
git shortlog
-sn
>
temp_update_AUTHORS/all_git.txt
echo
"Checking "
po only
" git logs"
echo
"Checking "
po only
" git logs"
git shortlog
-sn
po/
>
temp_update_AUTHORS/po_git.txt
git shortlog
-sn
po extras/package/win32/languages/ share/vlc.desktop.in
>
temp_update_AUTHORS/po_git.txt
# Now, not only po/ is checked. This way, translators are identified better and we save some lines in coders (some translators-only are removed)
echo
"reading AUTHORS"
echo
"reading AUTHORS"
sed
-n
'/Programming/,
$
s/[^-].*/&/p'
< AUTHORS |
sed
'1 d'
>
temp_update_AUTHORS/programmers_part.txt
sed
-n
'/Programming/,
/^$/
s/[^-].*/&/p'
< AUTHORS |
sed
'1 d'
>
temp_update_AUTHORS/programmers_part.txt
# The
bottom part of AUTHORS, could be done with one sed, but I don't care...
# The
part of AUTHORS between Programming and the first empty line, without the ---- line
echo
"Removing commit counts from git log"
echo
"Removing commit counts from git log"
...
...
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