···99 With "git init --ref-format=reftable", hopefully it would be a lot
1010 more efficient to manage a repository with many references.
11111212- * "git checkout -p" and friends learned that that "@" is a synonym
1212+ * "git checkout -p" and friends learned that "@" is a synonym
1313 for "HEAD".
14141515 * Variants of vimdiff learned to honor mergetool.<variant>.layout
+1-1
Documentation/RelNotes/2.46.0.txt
···7878 turn on cover letters automatically (unless told never to enable
7979 cover letter with "--no-cover-letter" and such).
80808181- * The "--heads" option of "ls-remote" and "show-ref" has been been
8181+ * The "--heads" option of "ls-remote" and "show-ref" has been
8282 deprecated; "--branches" replaces "--heads".
83838484 * For over a year, setting add.interactive.useBuiltin configuration
+1-1
Documentation/git-format-patch.txt
···250250+
251251If the convention of the receiving community for a particular extra
252252string is to have it _after_ the subject prefix, the string _<rfc>_
253253-can be prefixed with a dash ("`-`") to signal that the the rest of
253253+can be prefixed with a dash ("`-`") to signal that the rest of
254254the _<rfc>_ string should be appended to the subject prefix instead,
255255e.g., `--rfc='-(WIP)'` results in "PATCH (WIP)".
256256
+1-1
Documentation/gitprotocol-v2.txt
···776776to provide one "big bundle" containing only their "main" branch,
777777and/or incremental updates thereof.
778778+
779779-A client receiving such a a response MAY assume that they can skip
779779+A client receiving such a response MAY assume that they can skip
780780retrieving the header from a bundle at the indicated URI, and thus
781781save themselves and the server(s) the request(s) needed to inspect the
782782headers of that bundle or bundles.
···1313expect. This howto presents a suggested integration workflow for
1414maintaining a central repository.
15151616-Suppose that that central repository has this history:
1616+Suppose that the central repository has this history:
17171818------------
1919 ---o---o---A
+1-1
builtin/difftool.c
···340340/* Write the file contents for the left and right sides of the difftool
341341 * dir-diff representation for submodules and symlinks. Symlinks and submodules
342342 * are written as regular text files so that external diff tools can diff them
343343- * as text files, resulting in behavior that is analogous to to what "git diff"
343343+ * as text files, resulting in behavior that is analogous to what "git diff"
344344 * displays for symlink and submodule diffs.
345345 */
346346static void write_standin_files(struct pair_entry *entry,
+1-1
ci/lib.sh
···6262# something went wrong.
6363#
6464# We already enabled tracing executed commands earlier. This helps by showing
6565-# how # environment variables are set and and dependencies are installed.
6565+# how # environment variables are set and dependencies are installed.
6666set -e
67676868skip_branch_tip_with_tag () {
+1-1
fsmonitor.c
···247247 * technically this is a tracked file or a sparse-directory.
248248 * It should not have any entries in the untracked-cache, so
249249 * we should not need to use the case-corrected spelling to
250250- * invalidate the the untracked-cache. So we may not need to
250250+ * invalidate the untracked-cache. So we may not need to
251251 * do this. For now, I'm going to be conservative and always
252252 * do it; we can revisit this later.
253253 */
+1-1
oidtree.c
···47474848 /*
4949 * n.b. Current callers won't get us duplicates, here. If a
5050- * future caller causes duplicates, there'll be a a small leak
5050+ * future caller causes duplicates, there'll be a small leak
5151 * that won't be freed until oidtree_clear. Currently it's not
5252 * worth maintaining a free list
5353 */
+1-1
read-cache-ll.h
···196196 *
197197 * If the variable won't be used again, use release_index() to free()
198198 * its resources. If it needs to be used again use discard_index(),
199199- * which does the same thing, but will use use index_state_init() at
199199+ * which does the same thing, but will use index_state_init() at
200200 * the end. The discard_index() will use its own "istate->repo" as the
201201 * "r" argument to index_state_init() in that case.
202202 */
+1-1
refs/reftable-backend.c
···21312131 reftable_writer_set_limits(writer, ts, ts);
2132213221332133 /*
21342134- * The existence entry has both old and new object ID set to the the
21342134+ * The existence entry has both old and new object ID set to the
21352135 * null object ID. Our iterators are aware of this and will not present
21362136 * them to their callers.
21372137 */