Commit Graph

  • f1f63a481b traverse_trees(): respect max_allowed_tree_depth Jeff King 2023-08-31 02:21:40 -04:00
  • be20128bfa add core.maxTreeDepth config Jeff King 2023-08-31 02:21:00 -04:00
  • 0fbcaef6b4 fsck: detect very large tree pathnames Jeff King 2023-08-31 02:20:01 -04:00
  • c7cd0e34cd tree-walk: rename "error" variable Jeff King 2023-08-31 02:19:22 -04:00
  • acd13d1eec tree-walk: drop MAX_TRAVERSE_TREES macro Jeff King 2023-08-31 02:19:16 -04:00
  • 59c4c7d1cb tree-walk: reduce stack size for recursive functions Jeff King 2023-08-31 02:17:54 -04:00
  • 3ccb4c55ad format-patch: use OPT_STRING_LIST for to/cc options Jeff King 2023-08-31 17:17:33 -04:00
  • 7fa701106d merge: simplify parsing of "-n" option Jeff King 2023-08-31 17:17:16 -04:00
  • dee02da826 merge: make xopts a strvec Jeff King 2023-08-31 17:17:11 -04:00
  • e0d7db7423 format-patch: --rfc honors what --subject-prefix sets Drew DeVault 2023-08-30 08:43:33 +02:00
  • 3525f1dbc1 Merge branch 'ob/sequencer-empty-hint-fix' Junio C Hamano 2023-08-31 14:31:42 -07:00
  • 967bfc5894 Merge branch 'ch/t6300-verify-commit-test-cleanup' Junio C Hamano 2023-08-31 14:31:42 -07:00
  • aa4b83dd5e git-svn: drop FakeTerm hack Wesley Schwengle 2023-08-30 15:32:08 -07:00
  • edf80d23f1 ci: deprecate ci/config/allow-ref script Jeff King 2023-08-30 15:51:32 -04:00
  • 21c82dcd62 ci: allow branch selection through "vars" Jeff King 2023-08-30 15:51:13 -04:00
  • 6e8611e90a The fourth batch Junio C Hamano 2023-08-30 12:21:44 -07:00
  • cc48906c3b Merge branch 'ts/unpacklimit-config-fix' Junio C Hamano 2023-08-30 13:50:41 -07:00
  • 74a2e88700 Merge branch 'jc/diff-exit-code-with-w-fixes' Junio C Hamano 2023-08-30 13:50:41 -07:00
  • 5ba560ba76 Merge branch 'tb/commit-graph-verify-fix' Junio C Hamano 2023-08-30 13:50:40 -07:00
  • 228acfa891 add loop-rebuild script Junio C Hamano 2023-08-30 09:08:44 -07:00
  • 44ad082968 update-ref: mark unused parameter in parser callbacks Jeff King 2023-08-29 19:45:42 -04:00
  • 316b3a226a gc: mark unused descriptors in scheduler callbacks Jeff King 2023-08-29 19:45:40 -04:00
  • fd3fe4914a bundle-uri: mark unused parameters in callbacks Jeff King 2023-08-29 19:45:39 -04:00
  • ccf759cdb7 fetch: mark unused parameter in ref_transaction callback Jeff King 2023-08-29 19:45:37 -04:00
  • 8ca199511b credential: mark unused parameter in urlmatch callback Jeff King 2023-08-29 19:45:36 -04:00
  • 4548b0145f grep: mark unused parmaeters in pcre fallbacks Jeff King 2023-08-29 19:45:34 -04:00
  • 2c3c3d88fc imap-send: mark unused parameters with NO_OPENSSL Jeff King 2023-08-29 19:45:33 -04:00
  • 2b0e46f563 worktree: mark unused parameters in noop repair callback Jeff King 2023-08-29 19:45:31 -04:00
  • 06b217fc1f negotiator/noop: mark unused callback parameters Jeff King 2023-08-29 19:45:30 -04:00
  • 57dbb70cd9 add-interactive: mark unused callback parameters Jeff King 2023-08-29 19:45:28 -04:00
  • bcba446228 grep: mark unused parameter in output function Jeff King 2023-08-29 19:45:27 -04:00
  • 51bf8676c0 test-trace2: mark unused argv/argc parameters Jeff King 2023-08-29 19:45:25 -04:00
  • 4b8dd424d8 trace2: mark unused config callback parameter Jeff King 2023-08-29 19:45:23 -04:00
  • e46a25b05d trace2: mark unused us_elapsed_absolute parameters Jeff King 2023-08-29 19:45:22 -04:00
  • 71006d77c5 stash: mark unused parameter in diff callback Jeff King 2023-08-29 19:45:20 -04:00
  • c5cb97cbbf ls-tree: mark unused parameter in callback Jeff King 2023-08-29 19:45:19 -04:00
  • e1cba404db commit-graph: mark unused data parameters in generation callbacks Jeff King 2023-08-29 19:45:17 -04:00
  • bbfc4f53b9 worktree: mark unused parameters in each_ref_fn callback Jeff King 2023-08-29 19:45:15 -04:00
  • d79b9f7cdb pack-bitmap: mark unused parameters in show_object callback Jeff King 2023-08-29 19:45:13 -04:00
  • 29c9f2c366 ref-filter: mark unused parameters in parser callbacks Jeff King 2023-08-29 19:45:06 -04:00
  • c9f7b1e8f2 sequencer: mark repository argument as unused Jeff King 2023-08-29 19:44:23 -04:00
  • cb646ffb0a sequencer: use repository parameter in short_commit_name() Jeff King 2023-08-29 19:43:39 -04:00
  • 6ba913629f ci(linux-asan-ubsan): let's save some time Johannes Schindelin 2023-08-29 20:47:28 +00:00
  • 1a190bc14a The third batch Junio C Hamano 2023-08-29 13:16:42 -07:00
  • b0f704563a Merge branch 'py/git-gui-updates' Junio C Hamano 2023-08-29 13:51:44 -07:00
  • 3d0e70ae06 Merge branch 'jc/ci-skip-same-commit' Junio C Hamano 2023-08-29 13:51:44 -07:00
  • 19cb1fc37b Merge branch 'ds/scalar-updates' Junio C Hamano 2023-08-29 13:51:44 -07:00
  • a59dbae0b3 Merge branch 'jc/mv-d-to-d-error-message-fix' Junio C Hamano 2023-08-29 13:51:43 -07:00
  • 354356feff Merge branch 'sl/sparse-check-attr' Junio C Hamano 2023-08-29 13:51:43 -07:00
  • c0b5d46ded Documentation/gitformat-pack.txt: drop mixed version section Taylor Blau 2023-08-28 18:49:12 -04:00
  • 3843ef8931 Documentation/gitformat-pack.txt: remove multi-cruft packs alternative Taylor Blau 2023-08-28 18:49:10 -04:00
  • 61568efa95 builtin/pack-objects.c: support --max-pack-size with --cruft Taylor Blau 2023-08-28 18:49:07 -04:00
  • e741c07872 builtin/pack-objects.c: remove unnecessary strbuf_reset() Taylor Blau 2023-08-28 18:49:04 -04:00
  • 5fafe8c95f leak tests: mark t5583-push-branches.sh as leak-free Taylor Blau 2023-08-28 18:53:04 -04:00
  • bac3ccc290 leak tests: mark t3321-notes-stripspace.sh as leak-free Taylor Blau 2023-08-28 18:53:01 -04:00
  • 20debfb210 leak tests: mark a handful of tests as leak-free Taylor Blau 2023-08-28 18:52:59 -04:00
  • 370ef7e40d test-lib: ignore uninteresting LSan output Jeff King 2023-08-28 14:37:35 -04:00
  • d82fdc2e24 What's cooking (2023/08 #08) Junio C Hamano 2023-08-28 11:39:06 -07:00
  • 5dc72c0fbc The extra batch to update credenthal helpers Junio C Hamano 2023-08-28 09:52:28 -07:00
  • bc92d2c7ac Merge branch 'mh/credential-erase-improvements-more' Junio C Hamano 2023-08-28 09:51:16 -07:00
  • e839608295 Merge branch 'mh/credential-libsecret-attrs' Junio C Hamano 2023-08-28 09:51:15 -07:00
  • f9a547d3a7 scalar reconfigure: help users remove buggy repos Derrick Stolee 2023-08-28 13:52:26 +00:00
  • 26ae8da683 setup: add discover_git_directory_reason() Derrick Stolee 2023-08-28 13:52:25 +00:00
  • 4527db8ff8 scalar: add --[no-]src option Derrick Stolee 2023-08-28 13:52:24 +00:00
  • cd52d9e90f parse-options: allow omitting option help text René Scharfe 2023-08-26 10:06:00 +02:00
  • 5fe49c18f1 What's cooking (2023/08 #07) Junio C Hamano 2023-08-25 11:26:06 -07:00
  • 6807fcfeda The second batch for 2.43 Junio C Hamano 2023-08-25 09:55:09 -07:00
  • eccee1854c Merge branch 'jk/function-pointer-mismatches-fix' Junio C Hamano 2023-08-25 10:37:37 -07:00
  • 23013a49c8 Merge branch 'ob/t9001-indent-fix' Junio C Hamano 2023-08-25 10:37:37 -07:00
  • 05c8603564 Merge branch 'ja/worktree-orphan' Junio C Hamano 2023-08-25 10:37:37 -07:00
  • 6d159f5757 Merge branch 'rs/parse-options-negation-help' Junio C Hamano 2023-08-25 10:37:37 -07:00
  • 99fe06cbfd ci: avoid building from the same commit in parallel Johannes Schindelin 2023-08-23 10:42:45 +02:00
  • a793520380 Merge https://github.com/prati0100/git-gui Junio C Hamano 2023-08-24 09:57:43 -07:00
  • cd9da15a85 Start the 2.43 cycle Junio C Hamano 2023-08-24 09:31:49 -07:00
  • c7b6a6c0be Merge branch 'ds/maintenance-schedule-fuzz' Junio C Hamano 2023-08-24 09:32:34 -07:00
  • 004a383091 Merge branch 'ob/test-lib-rebase-fake-editor-updates' Junio C Hamano 2023-08-24 09:32:34 -07:00
  • aaf0a421e2 Merge branch 'mp/rebase-label-length-limit' Junio C Hamano 2023-08-24 09:32:33 -07:00
  • 84d79009d9 Merge branch 'ds/upload-pack-error-sequence-fix' Junio C Hamano 2023-08-24 09:32:33 -07:00
  • 2f8aa2c3a0 Merge branch 'ws/git-push-doc-grammofix' Junio C Hamano 2023-08-24 09:32:33 -07:00
  • 987a85accb Merge branch 'tb/repack-geometry-cleanup' Junio C Hamano 2023-08-24 09:32:33 -07:00
  • e9608bbc35 Merge branch 'ob/sequencer-rearrange-cleanup' Junio C Hamano 2023-08-24 09:32:33 -07:00
  • f5f23a430f Merge branch 'rj/branch-in-use-error-message' Junio C Hamano 2023-08-24 09:32:32 -07:00
  • a9b5955e07 sequencer: rectify empty hint in call of require_clean_work_tree() Oswald Buddenhagen 2023-08-24 17:00:46 +02:00
  • e25cbdf357 Merge branch 'ml/cygwin-fixes' Pratyush Yadav 2023-08-24 16:46:29 +02:00
  • b85c5a4ec6 git-gui - use mkshortcut on Cygwin Mark Levedahl 2023-06-26 12:53:05 -04:00
  • 4ed23c3c92 git-gui - use cygstart to browse on Cygwin Mark Levedahl 2023-06-26 12:53:04 -04:00
  • 7145c654ff git-gui - remove obsolete Cygwin specific code Mark Levedahl 2023-06-26 12:53:03 -04:00
  • ae49066982 git gui Makefile - remove Cygwin modifications Mark Levedahl 2023-06-26 12:53:02 -04:00
  • d0fc552bfc t/t6300: drop magic filtering Christian Hesse 2023-08-22 15:03:15 +02:00
  • f3d33f8cfe transfer.unpackLimit: fetch/receive.unpackLimit takes precedence Junio C Hamano 2023-08-22 18:30:21 -07:00
  • 031fff289a t/lib-gpg: forcibly run a trustdb update Christian Hesse 2023-08-22 15:03:14 +02:00
  • a64f8b2595 diff: the -w option breaks --exit-code for --raw and other output modes Junio C Hamano 2023-08-18 16:59:32 -07:00
  • db6044d762 commit-graph: avoid repeated mixed generation number warnings Taylor Blau 2023-08-21 17:34:42 -04:00
  • ce7629a315 t/t5318-commit-graph.sh: test generation zero transitions during fsck Taylor Blau 2023-08-21 17:34:40 -04:00
  • cc9c9a00a5 commit-graph: verify swapped zero/non-zero generation cases Jeff King 2023-08-21 17:34:37 -04:00
  • 868c991155 commit-graph: introduce commit_graph_generation_from_graph() Taylor Blau 2023-08-21 17:34:34 -04:00
  • 5cc6b2d70b diff: drop useless "status" parameter from diff_result_code() Jeff King 2023-08-21 16:20:46 -04:00
  • c0049ca0d7 diff: drop useless return values in git-diff helpers Jeff King 2023-08-21 16:19:44 -04:00
  • 25bd3acd04 diff: drop useless return from run_diff_{files,index} functions Jeff King 2023-08-21 16:18:55 -04:00
  • 3755077b50 diff: die when failing to read index in git-diff builtin Jeff King 2023-08-21 16:17:27 -04:00