Searched refs:OUTPUT_SHOW_AGE_WITH_COLOR (Results 1 – 6 of 6) sorted by relevance
/dports/devel/cgit/cgit-1.2.3/git/builtin/ |
H A D | blame.c | 333 #define OUTPUT_SHOW_AGE_WITH_COLOR (1U<<11) macro 454 if (opt & OUTPUT_SHOW_AGE_WITH_COLOR) { in emit_other() 742 coloring_mode |= OUTPUT_SHOW_AGE_WITH_COLOR; in git_blame_config() 745 OUTPUT_SHOW_AGE_WITH_COLOR); in git_blame_config() 863 OPT_BIT(0, "color-by-age", &output_option, N_("color lines by age"), OUTPUT_SHOW_AGE_WITH_COLOR), in cmd_blame() 1140 if (!(output_option & (OUTPUT_COLOR_LINE | OUTPUT_SHOW_AGE_WITH_COLOR))) in cmd_blame() 1152 output_option &= ~(OUTPUT_COLOR_LINE | OUTPUT_SHOW_AGE_WITH_COLOR); in cmd_blame()
|
/dports/devel/git-svn/git-2.34.1/builtin/ |
H A D | blame.c | 330 #define OUTPUT_SHOW_AGE_WITH_COLOR (1U<<11) macro 449 if (opt & OUTPUT_SHOW_AGE_WITH_COLOR) { in emit_other() 737 coloring_mode |= OUTPUT_SHOW_AGE_WITH_COLOR; in git_blame_config() 740 OUTPUT_SHOW_AGE_WITH_COLOR); in git_blame_config() 882 OPT_BIT(0, "color-by-age", &output_option, N_("color lines by age"), OUTPUT_SHOW_AGE_WITH_COLOR), in cmd_blame() 1171 if (!(output_option & (OUTPUT_COLOR_LINE | OUTPUT_SHOW_AGE_WITH_COLOR))) in cmd_blame() 1183 output_option &= ~(OUTPUT_COLOR_LINE | OUTPUT_SHOW_AGE_WITH_COLOR); in cmd_blame()
|
/dports/devel/git-gui/git-2.34.1/builtin/ |
H A D | blame.c | 330 #define OUTPUT_SHOW_AGE_WITH_COLOR (1U<<11) macro 449 if (opt & OUTPUT_SHOW_AGE_WITH_COLOR) { in emit_other() 737 coloring_mode |= OUTPUT_SHOW_AGE_WITH_COLOR; in git_blame_config() 740 OUTPUT_SHOW_AGE_WITH_COLOR); in git_blame_config() 882 OPT_BIT(0, "color-by-age", &output_option, N_("color lines by age"), OUTPUT_SHOW_AGE_WITH_COLOR), in cmd_blame() 1171 if (!(output_option & (OUTPUT_COLOR_LINE | OUTPUT_SHOW_AGE_WITH_COLOR))) in cmd_blame() 1183 output_option &= ~(OUTPUT_COLOR_LINE | OUTPUT_SHOW_AGE_WITH_COLOR); in cmd_blame()
|
/dports/devel/git-p4/git-2.34.1/builtin/ |
H A D | blame.c | 330 #define OUTPUT_SHOW_AGE_WITH_COLOR (1U<<11) macro 449 if (opt & OUTPUT_SHOW_AGE_WITH_COLOR) { in emit_other() 737 coloring_mode |= OUTPUT_SHOW_AGE_WITH_COLOR; in git_blame_config() 740 OUTPUT_SHOW_AGE_WITH_COLOR); in git_blame_config() 882 OPT_BIT(0, "color-by-age", &output_option, N_("color lines by age"), OUTPUT_SHOW_AGE_WITH_COLOR), in cmd_blame() 1171 if (!(output_option & (OUTPUT_COLOR_LINE | OUTPUT_SHOW_AGE_WITH_COLOR))) in cmd_blame() 1183 output_option &= ~(OUTPUT_COLOR_LINE | OUTPUT_SHOW_AGE_WITH_COLOR); in cmd_blame()
|
/dports/devel/git/git-2.34.1/builtin/ |
H A D | blame.c | 330 #define OUTPUT_SHOW_AGE_WITH_COLOR (1U<<11) macro 449 if (opt & OUTPUT_SHOW_AGE_WITH_COLOR) { in emit_other() 737 coloring_mode |= OUTPUT_SHOW_AGE_WITH_COLOR; in git_blame_config() 740 OUTPUT_SHOW_AGE_WITH_COLOR); in git_blame_config() 882 OPT_BIT(0, "color-by-age", &output_option, N_("color lines by age"), OUTPUT_SHOW_AGE_WITH_COLOR), in cmd_blame() 1171 if (!(output_option & (OUTPUT_COLOR_LINE | OUTPUT_SHOW_AGE_WITH_COLOR))) in cmd_blame() 1183 output_option &= ~(OUTPUT_COLOR_LINE | OUTPUT_SHOW_AGE_WITH_COLOR); in cmd_blame()
|
/dports/devel/git-cvs/git-2.34.1/builtin/ |
H A D | blame.c | 330 #define OUTPUT_SHOW_AGE_WITH_COLOR (1U<<11) macro 449 if (opt & OUTPUT_SHOW_AGE_WITH_COLOR) { in emit_other() 737 coloring_mode |= OUTPUT_SHOW_AGE_WITH_COLOR; in git_blame_config() 740 OUTPUT_SHOW_AGE_WITH_COLOR); in git_blame_config() 882 OPT_BIT(0, "color-by-age", &output_option, N_("color lines by age"), OUTPUT_SHOW_AGE_WITH_COLOR), in cmd_blame() 1171 if (!(output_option & (OUTPUT_COLOR_LINE | OUTPUT_SHOW_AGE_WITH_COLOR))) in cmd_blame() 1183 output_option &= ~(OUTPUT_COLOR_LINE | OUTPUT_SHOW_AGE_WITH_COLOR); in cmd_blame()
|