Commit Graph

  • 6a044a2048 diff-lib: fix check_removed when fsmonitor is on Josip Sokcevic 2023-09-11 10:09:02 -0700
  • 5e8515e8e8 maintenance(systemd): support the Windows Subsystem for Linux Johannes Schindelin 2023-09-10 08:30:20 +0000
  • 48944f214c diff --no-index: fix -R with stdin René Scharfe 2023-09-10 00:12:52 +0200
  • 94430d03df trailer: split process_command_line_args into separate functions Linus Arver 2023-09-09 06:16:14 +0000
  • c2a8edf997 trailer: split process_input_file into separate pieces Linus Arver 2023-09-09 06:16:13 +0000
  • 13211ae23f trailer: separate public from internal portion of trailer_iterator Linus Arver 2023-09-09 06:16:12 +0000
  • 2a393571e5 Meta/V: give summary hash at the end Junio C Hamano 2023-09-08 15:50:08 -0700
  • 4d456c54bf What's cooking (2023/09 #03) Junio C Hamano 2023-09-08 14:35:40 -0700
  • 9f892830d6 completion(switch/checkout): treat --track and -t the same Johannes Schindelin 2023-09-08 12:28:43 +0000
  • 6ccbc66794 trailer doc: <token> is a <key> or <keyAlias>, not both Linus Arver 2023-09-07 22:20:09 +0000
  • ab76661f22 trailer doc: separator within key suppresses default separator Linus Arver 2023-09-07 22:20:08 +0000
  • db97296122 trailer doc: emphasize the effect of configuration variables Linus Arver 2023-09-07 22:20:07 +0000
  • 289a0b2447 trailer --unfold help: prefer "reformat" over "join" Linus Arver 2023-09-07 22:20:06 +0000
  • cb088cbe0f trailer --parse docs: add explanation for its usefulness Linus Arver 2023-09-07 22:20:05 +0000
  • a6c72e7046 trailer --only-input: prefer "configuration variables" over "rules" Linus Arver 2023-09-07 22:20:04 +0000
  • 8c7d4acb07 trailer --parse help: expose aliased options Linus Arver 2023-09-07 22:20:03 +0000
  • b674f25b81 trailer --no-divider help: describe usual "---" meaning Linus Arver 2023-09-07 22:20:02 +0000
  • 467bb1b97a trailer: trailer location is a place, not an action Linus Arver 2023-09-07 22:20:01 +0000
  • f659c56a8c trailer doc: narrow down scope of --where and related flags Linus Arver 2023-09-07 22:20:00 +0000
  • 73574f21b4 trailer: add tests to check defaulting behavior with --no-* flags Linus Arver 2023-09-07 22:19:59 +0000
  • e670ba2500 trailer test description: this tests --where=after, not --where=before Linus Arver 2023-09-07 22:19:58 +0000
  • 84e53330f0 trailer tests: make test cases self-contained Linus Arver 2023-09-07 22:19:57 +0000
  • 94e83dcf5b The seventh batch Junio C Hamano 2023-09-07 15:06:19 -0700
  • 09684a12b0 Merge branch 'dd/format-patch-rfc-updates' Junio C Hamano 2023-09-07 15:06:08 -0700
  • 32de857fb2 Merge branch 'jk/ci-retire-allow-ref' Junio C Hamano 2023-09-07 15:06:08 -0700
  • 300b2a1047 Merge branch 'ws/git-svn-retire-faketerm' Junio C Hamano 2023-09-07 15:06:07 -0700
  • 25ff15d108 Merge branch 'jk/unused-post-2.42' Junio C Hamano 2023-09-07 15:06:07 -0700
  • 8af5aac986 Merge branch 'tb/multi-cruft-pack' Junio C Hamano 2023-09-07 15:06:07 -0700
  • aae8558b10 grep: reject --no-or René Scharfe 2023-09-07 22:20:59 +0200
  • c7153fad2d completion: commit: complete configured trailer tokens Philippe Blain 2023-09-07 17:42:31 +0000
  • 203573b024 rebase -i: fix adding failed command to the todo list Phillip Wood 2023-09-06 15:22:51 +0000
  • 405509cbd6 rebase --continue: refuse to commit after failed command Phillip Wood 2023-09-06 15:22:50 +0000
  • e032abd5a0 rebase: fix rewritten list for failed pick Phillip Wood 2023-09-06 15:22:49 +0000
  • f2b5f41eda sequencer: factor out part of pick_commits() Phillip Wood 2023-09-06 15:22:48 +0000
  • 9f67899b41 sequencer: use rebase_path_message() Phillip Wood 2023-09-06 15:22:47 +0000
  • 206a78d710 rebase -i: remove patch file after conflict resolution Phillip Wood 2023-09-06 15:22:46 +0000
  • 36ac861a30 rebase -i: move unlink() calls Phillip Wood 2023-09-06 15:22:45 +0000
  • 11422f23e3 doc/diff-options: fix link to generating patch section Sergey Organov 2023-09-06 10:15:07 +0300
  • 05c5b73108 What's cooking (2023/09 #02) Junio C Hamano 2023-09-05 16:54:42 -0700
  • 256a94ef6c var: avoid a segmentation fault when `HOME` is unset Johannes Schindelin 2023-09-04 06:21:26 +0000
  • 82af2c639c sequencer: fix error message on failure to copy SQUASH_MSG Oswald Buddenhagen 2023-09-03 17:11:32 +0200
  • 2a63c79dae grep: use OPT_INTEGER_F for --max-depth René Scharfe 2023-09-02 20:54:54 +0200
  • 078c42531e name-rev: use OPT_HIDDEN_BOOL for --peel-tag René Scharfe 2023-09-02 20:38:34 +0200
  • 6d79cd8474 ref-filter: sort numerically when ":size" is used Kousik Sanagavarapu 2023-09-02 14:30:39 +0530
  • 0058b3d5ee parse-options: mark unused parameters in noop callback Jeff King 2023-08-31 17:22:20 -0400
  • d775365db3 interpret-trailers: mark unused "unset" parameters in option callbacks Jeff King 2023-08-31 17:22:15 -0400
  • abf2952f83 parse-options: add more BUG_ON() annotations Jeff King 2023-08-31 17:21:49 -0400
  • 62c5358a5e merge: do not pass unused opt->value parameter Jeff King 2023-08-31 17:21:46 -0400
  • 34bf44f2d5 parse-options: mark unused "opt" parameter in callbacks Jeff King 2023-08-31 17:21:28 -0400
  • 66e3309294 parse-options: prefer opt->value to globals in callbacks Jeff King 2023-08-31 17:21:07 -0400
  • 9b40386586 checkout-index: delay automatic setting of to_tempfile Jeff King 2023-09-05 03:12:59 -0400
  • 1fc548b2d6 The sixth batch Junio C Hamano 2023-09-05 14:37:49 -0700
  • 4241eece79 Merge branch 'jk/test-lsan-denoise-output' Junio C Hamano 2023-09-05 14:38:56 -0700
  • 3e2b0c2f94 Merge branch 'js/ci-san-skip-p4-and-svn-tests' Junio C Hamano 2023-09-05 14:38:56 -0700
  • 8cc32c6b37 Merge branch 'tb/mark-more-tests-as-leak-free' Junio C Hamano 2023-09-05 14:38:56 -0700
  • 27e2ea97da Merge branch 'rs/parse-options-help-text-is-optional' Junio C Hamano 2023-09-05 14:38:56 -0700
  • c9192f9e45 git-revert.txt: add discussion Oswald Buddenhagen 2023-08-21 19:07:20 +0200
  • 883cb1b8f8 sequencer: beautify subject of reverts of reverts Oswald Buddenhagen 2023-09-02 09:20:35 +0200
  • c88cb83533 What's cooking (2023/09 #01) Junio C Hamano 2023-09-01 14:17:20 -0700
  • d814540bb7 The fifth batch Junio C Hamano 2023-09-01 11:26:14 -0700
  • 3b4e395cb3 Merge branch 'ob/format-patch-description-file' Junio C Hamano 2023-09-01 11:26:28 -0700
  • f137bd4358 Merge branch 'jk/diff-result-code-cleanup' Junio C Hamano 2023-09-01 11:26:28 -0700
  • e0b8c84240 treewide: fix various bugs w/ OpenSSL 3+ EVP API Eric Wong 2023-09-01 02:09:28 +0000
  • 4d5693ba05 lower core.maxTreeDepth default to 2048 Jeff King 2023-08-31 02:23:20 -0400
  • 7b61bd18b1 tree-diff: respect max_allowed_tree_depth Jeff King 2023-08-31 02:22:08 -0400
  • 670a1dadc7 list-objects: respect max_allowed_tree_depth Jeff King 2023-08-31 02:22:03 -0400
  • 1ee7a5c388 read_tree(): respect max_allowed_tree_depth Jeff King 2023-08-31 02:21:55 -0400
  • f1f63a481b traverse_trees(): respect max_allowed_tree_depth Jeff King 2023-08-31 02:21:40 -0400
  • be20128bfa add core.maxTreeDepth config Jeff King 2023-08-31 02:21:00 -0400
  • 0fbcaef6b4 fsck: detect very large tree pathnames Jeff King 2023-08-31 02:20:01 -0400
  • c7cd0e34cd tree-walk: rename "error" variable Jeff King 2023-08-31 02:19:22 -0400
  • acd13d1eec tree-walk: drop MAX_TRAVERSE_TREES macro Jeff King 2023-08-31 02:19:16 -0400
  • 59c4c7d1cb tree-walk: reduce stack size for recursive functions Jeff King 2023-08-31 02:17:54 -0400
  • 3ccb4c55ad format-patch: use OPT_STRING_LIST for to/cc options Jeff King 2023-08-31 17:17:33 -0400
  • 7fa701106d merge: simplify parsing of "-n" option Jeff King 2023-08-31 17:17:16 -0400
  • dee02da826 merge: make xopts a strvec Jeff King 2023-08-31 17:17:11 -0400
  • e0d7db7423 format-patch: --rfc honors what --subject-prefix sets Drew DeVault 2023-08-30 08:43:33 +0200
  • 3525f1dbc1 Merge branch 'ob/sequencer-empty-hint-fix' Junio C Hamano 2023-08-31 14:31:42 -0700
  • 967bfc5894 Merge branch 'ch/t6300-verify-commit-test-cleanup' Junio C Hamano 2023-08-31 14:31:42 -0700
  • aa4b83dd5e git-svn: drop FakeTerm hack Wesley Schwengle 2023-08-30 15:32:08 -0700
  • edf80d23f1 ci: deprecate ci/config/allow-ref script Jeff King 2023-08-30 15:51:32 -0400
  • 21c82dcd62 ci: allow branch selection through "vars" Jeff King 2023-08-30 15:51:13 -0400
  • 6e8611e90a The fourth batch Junio C Hamano 2023-08-30 12:21:44 -0700
  • cc48906c3b Merge branch 'ts/unpacklimit-config-fix' Junio C Hamano 2023-08-30 13:50:41 -0700
  • 74a2e88700 Merge branch 'jc/diff-exit-code-with-w-fixes' Junio C Hamano 2023-08-30 13:50:41 -0700
  • 5ba560ba76 Merge branch 'tb/commit-graph-verify-fix' Junio C Hamano 2023-08-30 13:50:40 -0700
  • 228acfa891 add loop-rebuild script Junio C Hamano 2023-08-30 09:08:44 -0700
  • 44ad082968 update-ref: mark unused parameter in parser callbacks Jeff King 2023-08-29 19:45:42 -0400
  • 316b3a226a gc: mark unused descriptors in scheduler callbacks Jeff King 2023-08-29 19:45:40 -0400
  • fd3fe4914a bundle-uri: mark unused parameters in callbacks Jeff King 2023-08-29 19:45:39 -0400
  • ccf759cdb7 fetch: mark unused parameter in ref_transaction callback Jeff King 2023-08-29 19:45:37 -0400
  • 8ca199511b credential: mark unused parameter in urlmatch callback Jeff King 2023-08-29 19:45:36 -0400
  • 4548b0145f grep: mark unused parmaeters in pcre fallbacks Jeff King 2023-08-29 19:45:34 -0400
  • 2c3c3d88fc imap-send: mark unused parameters with NO_OPENSSL Jeff King 2023-08-29 19:45:33 -0400
  • 2b0e46f563 worktree: mark unused parameters in noop repair callback Jeff King 2023-08-29 19:45:31 -0400
  • 06b217fc1f negotiator/noop: mark unused callback parameters Jeff King 2023-08-29 19:45:30 -0400
  • 57dbb70cd9 add-interactive: mark unused callback parameters Jeff King 2023-08-29 19:45:28 -0400
  • bcba446228 grep: mark unused parameter in output function Jeff King 2023-08-29 19:45:27 -0400
  • 51bf8676c0 test-trace2: mark unused argv/argc parameters Jeff King 2023-08-29 19:45:25 -0400
  • 4b8dd424d8 trace2: mark unused config callback parameter Jeff King 2023-08-29 19:45:23 -0400