You've already forked FFmpeg
							
							
				mirror of
				https://github.com/FFmpeg/FFmpeg.git
				synced 2025-10-30 23:18:11 +02:00 
			
		
		
		
	tools/bisect: rename temporary file and add it to git ignore
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
This commit is contained in:
		
							
								
								
									
										1
									
								
								.gitignore
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										1
									
								
								.gitignore
									
									
									
									
										vendored
									
									
								
							| @@ -48,6 +48,7 @@ | ||||
| /tests/vsynth1/ | ||||
| /tools/aviocat | ||||
| /tools/ffbisect | ||||
| /tools/bisect.need | ||||
| /tools/cws2fws | ||||
| /tools/ffeval | ||||
| /tools/graph2dot | ||||
|   | ||||
| @@ -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 | ||||
|     ;; | ||||
|   | ||||
		Reference in New Issue
	
	Block a user