Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in / Register
Toggle navigation
F
ffmpeg.wasm-core
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
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Linshizhi
ffmpeg.wasm-core
Commits
6de70d7f
Commit
6de70d7f
authored
Jul 03, 2012
by
Michael Niedermayer
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
tools/bisect: rename temporary file and add it to git ignore
Signed-off-by:
Michael Niedermayer
<
michaelni@gmx.at
>
parent
ccc0a3a9
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
3 deletions
+4
-3
.gitignore
.gitignore
+1
-0
bisect
tools/bisect
+3
-3
No files found.
.gitignore
View file @
6de70d7f
...
...
@@ -48,6 +48,7 @@
/tests/vsynth1/
/tools/aviocat
/tools/ffbisect
/tools/bisect.need
/tools/cws2fws
/tools/ffeval
/tools/graph2dot
...
...
tools/bisect
View file @
6de70d7f
...
...
@@ -23,12 +23,12 @@ case "$1" in
need
)
case
$2
in
ffmpeg|ffplay|ffprobe|ffserver
)
echo
$2
.c
>>
need
echo
$2
.c
>>
tools/bisect.
need
;;
esac
;;
start|reset
)
echo
.
>
need
echo
.
>
tools/bisect.
need
git bisect
$*
;;
skip
)
...
...
@@ -37,7 +37,7 @@ case "$1" in
good|bad
)
git bisect
$*
until
ls
`
cat
need
`
>
/dev/null 2> /dev/null
;
do
until
ls
`
cat
tools/bisect.
need
`
>
/dev/null 2> /dev/null
;
do
git bisect skip
||
break
done
;;
...
...
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