[x265] [PATCH 2/5][RFC] uncrustify: Do not include binary

Derek Buitenhuis derek.buitenhuis at gmail.com
Mon Sep 23 19:14:11 CEST 2013


It's very stupid to include an easily available binary in
a version control system.

Signed-off-by: Derek Buitenhuis <derek.buitenhuis at gmail.com>
---
 doc/uncrustify/drag-uncrustify.bat |   2 +-
 doc/uncrustify/uncrustify.exe      | Bin 497664 -> 0 bytes
 2 files changed, 1 insertion(+), 1 deletion(-)
 delete mode 100644 doc/uncrustify/uncrustify.exe

diff --git a/doc/uncrustify/drag-uncrustify.bat b/doc/uncrustify/drag-uncrustify.bat
index b61f665..380beea 100644
--- a/doc/uncrustify/drag-uncrustify.bat
+++ b/doc/uncrustify/drag-uncrustify.bat
@@ -4,7 +4,7 @@
 ::  project's coding style to the file.  This will likely overwrite the
 ::  original file, so use with care
 
-%~dp0\uncrustify.exe -f "%1" -c %~dp0\codingstyle.cfg -o indentoutput.tmp
+uncrustify.exe -f "%1" -c %~dp0\codingstyle.cfg -o indentoutput.tmp
 move /Y indentoutput.tmp "%1"
 
 pause
diff --git a/doc/uncrustify/uncrustify.exe b/doc/uncrustify/uncrustify.exe
deleted file mode 100644
index 9e69152638010b35d438d768ee9ca1cfff940054..0000000000000000000000000000000000000000
-- 
1.8.4



More information about the x265-devel mailing list