Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
E
etersoft-admin-essentials
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
etersoft
etersoft-admin-essentials
Commits
28450ada
Commit
28450ada
authored
Nov 13, 2015
by
Vitaly Lipatov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix check_git_activity
parent
b5c927ff
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
check_git_activity.sh
git/check_git_activity.sh
+1
-1
No files found.
git/check_git_activity.sh
View file @
28450ada
...
@@ -22,7 +22,7 @@ do
...
@@ -22,7 +22,7 @@ do
D
=
$(
echo
"
$FILES
"
|grep
-c
' D '
)
D
=
$(
echo
"
$FILES
"
|grep
-c
' D '
)
Q
=
$(
echo
"
$FILES
"
|grep
-c
'?? '
)
Q
=
$(
echo
"
$FILES
"
|grep
-c
'?? '
)
ALL
=
$(
echo
-n
"
$FILES
"
|grep
-c
''
)
ALL
=
$(
echo
-n
"
$FILES
"
|grep
-c
''
)
if
[
$ALL
-ge
$T
]
if
[
-z
"
$T
"
]
||
[
$ALL
-ge
$T
]
then
then
echo
"
$(
basename
$(
pwd
))
-
$ALL
changes:
$M
modified,
$D
deleted,
$Q
created"
echo
"
$(
basename
$(
pwd
))
-
$ALL
changes:
$M
modified,
$D
deleted,
$Q
created"
fi
fi
...
...
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