Home
last modified time | relevance | path

Searched refs:DIFF_DEBUG (Results 1 – 14 of 14) sorted by relevance

/dports/devel/cgit/cgit-1.2.3/git/
H A Ddiffcore.h166 #define DIFF_DEBUG 0 macro
167 #if DIFF_DEBUG
H A Ddiff.c5762 #if DIFF_DEBUG
/dports/devel/git-svn/git-2.34.1/
H A Ddiffcore.h208 #define DIFF_DEBUG 0 macro
209 #if DIFF_DEBUG
H A Ddiff.c5901 #if DIFF_DEBUG
/dports/devel/git-gui/git-2.34.1/
H A Ddiffcore.h208 #define DIFF_DEBUG 0 macro
209 #if DIFF_DEBUG
H A Ddiff.c5901 #if DIFF_DEBUG
/dports/devel/git-p4/git-2.34.1/
H A Ddiffcore.h208 #define DIFF_DEBUG 0 macro
209 #if DIFF_DEBUG
H A Ddiff.c5901 #if DIFF_DEBUG
/dports/devel/git/git-2.34.1/
H A Ddiffcore.h208 #define DIFF_DEBUG 0 macro
209 #if DIFF_DEBUG
H A Ddiff.c5901 #if DIFF_DEBUG
/dports/devel/git-cvs/git-2.34.1/
H A Ddiffcore.h208 #define DIFF_DEBUG 0 macro
209 #if DIFF_DEBUG
H A Ddiff.c5901 #if DIFF_DEBUG
/dports/devel/fossil/fossil-src-2.17/src/
H A Ddiffcmd.c140 }else if( diffFlags & DIFF_DEBUG ){ in diff_print_filenames()
H A Ddiff.c48 #define DIFF_DEBUG 0x00020000 /* Debugging diff output */ macro
2784 }else if( pCfg->diffFlags & DIFF_DEBUG ){ in text_diff()
2868 if( find_option("debug",0,0)!=0 ) diffFlags |= DIFF_DEBUG; in diff_options()
2884 && (diffFlags & (DIFF_HTML|DIFF_TCL|DIFF_DEBUG|DIFF_JSON))==0 in diff_options()