hash: stop depending on the_repository in null_oid() Mar 11, 2025 diff-merges.c diff-merges: introduce '--dd' option Oct 10, 2023 diff-merges.h diff-index: restore -c/--cc options handling Sep 8, 2021 diff-no-index.c hash: stop depending on the_repository in null_oid() Mar 11...
git-config last updated in 2.49.0 NAME git-config - Get and set repository or global options SYNOPSIS git config [<file-option>] [--type=<type>] [--show-origin] [-z|--null] name [value [value_regex]] git config [<file-option>] [--type=<type>] --add name value git config...
When --graph is not used, all history branches are flattened which can make it hard to see that the two consecutive commits do not belong to a linear branch. This option puts a barrier in between them in that case. If<barrier>is specified, it is the string that will be shown instead...
error(_("unknown non-ascii option in string: `%s'"), ctx.argv[0]); } usage_with_options(usagestr, options); }precompose_argv_prefix(argc, argv, NULL); free_preprocessed_options(real_options); free(ctx.alias_groups); return parse_options_end(&ctx); ...
that->type != OPTION_CMDMODE || that->value != opt->value || that->defval != *(int *)opt->value) continue; if (that->long_name) strbuf_addf(&that_name, "--%s", that->long_name); else strbuf_addf(&that_name, "-%c", that->short_name); ...
* "git mv A B" in a sparsely populated working tree can be asked to move a path between directories that are "in cone" (i.e. expected to be materialized in the working tree) and "out of cone" (i.e. expected to be hidden). The handling of such cases has been ...
* The "-m" option in "git log -m" that does not specify which format, if any, of diff is desired did not have any visible effect; it now implies some form of diff (by default "--patch") is produced. * The userdiff pattern for C# learned the token "record". ...
The commit objects record the encoding used for the log message in their encoding header; this option can be used to tell the command to re-code the commit log message in the encoding preferred by the user. For non plumbing commands this defaults to UTF-8. Note that if an object claims...
--encoding=<encoding> The commit objects record the encoding used for the log message in their encoding header; this option can be used to tell the command to re-code the commit log message in the encoding preferred by the user. For non plumbing commands this defaults to UTF-8. Note ...
# Define NO_D_TYPE_IN_DIRENT if your platform defines DT_UNKNOWN but lacks # d_type in struct dirent (Cygwin 1.5, fixed in Cygwin 1.7).# # Define HAVE_STRINGS_H if you have strings.h and need it for strcasecmp.# # Define NO_STRCASESTR if you don't have strcasestr.#...