Commit Graph

  • d6e67222c1 Merge branch 'mh/doc-credential-helpers' Junio C Hamano 2023-07-18 07:28:52 -0700
  • 3437f549dd gitignore.txt: use backticks instead of double quotes Johan Ruokangas 2023-07-18 13:13:01 +0000
  • d9e0062159 ref-filter: simplify return type of match_points_at Jeff King 2023-07-02 18:38:29 -0400
  • 870eb53ab2 ref-filter: avoid parsing non-tags in match_points_at() Jeff King 2023-07-02 18:37:47 -0400
  • b9584c5858 ref-filter: avoid parsing tagged objects in match_points_at() Jeff King 2023-07-02 18:35:40 -0400
  • 468887f0f8 ref-filter: handle nested tags in --points-at option Jan Klötzke 2023-07-01 22:57:02 +0200
  • 5e238546dc The eleventh batch Junio C Hamano 2023-07-17 10:06:52 -0700
  • 13ed10efd4 Merge branch 'jc/pathspec-match-with-common-prefix' Junio C Hamano 2023-07-17 11:30:42 -0700
  • ce481ac8b3 Merge branch 'cw/compat-util-header-cleanup' Junio C Hamano 2023-07-17 11:30:42 -0700
  • d5bb430ec6 Merge branch 'vd/adjust-mfow-doc-to-updated-headers' Junio C Hamano 2023-07-17 11:30:42 -0700
  • 0e074fb4e5 Merge branch 'rs/ls-tree-prefix-simplify' Junio C Hamano 2023-07-17 11:30:41 -0700
  • d383b4f24e Merge branch 'rs/userformat-find-requirements-simplify' Junio C Hamano 2023-07-17 11:30:41 -0700
  • 55e8fad660 Merge branch 'rs/pretty-format-double-negation-fix' Junio C Hamano 2023-07-17 11:30:41 -0700
  • 377d1ca423 Merge branch 'rs/packet-length-simplify' Junio C Hamano 2023-07-17 11:30:41 -0700
  • 9187b276e9 Merge branch 'pw/diff-no-index-from-named-pipes' Junio C Hamano 2023-07-17 11:30:41 -0700
  • 945c72250a strbuf: use skip_prefix() in strbuf_addftime() René Scharfe 2023-07-16 10:52:33 +0200
  • 065135fc0b t6300: fix setup with GPGSSH but without GPG René Scharfe 2023-07-16 10:17:35 +0200
  • 830b4a04c4 The tenth batch Junio C Hamano 2023-07-14 10:45:39 -0700
  • daa2589b63 Merge branch 'jk/imap-send-unused-variable-cleanup' Junio C Hamano 2023-07-14 10:46:07 -0700
  • ce36dea07b Merge branch 'ma/t0091-fixup' Junio C Hamano 2023-07-14 10:46:07 -0700
  • 81ebc54e81 Merge branch 'ks/ref-filter-signature' Junio C Hamano 2023-07-14 10:46:07 -0700
  • 0a02ca2383 SubmittingPatches: simplify guidance for choosing a starting point Linus Arver 2023-07-14 06:01:33 +0000
  • 5c98149ce4 SubmittingPatches: emphasize need to communicate non-default starting points Linus Arver 2023-07-14 06:01:32 +0000
  • b5dbfe28a4 SubmittingPatches: de-emphasize branches as starting points Linus Arver 2023-07-14 06:01:31 +0000
  • 3423e372e4 SubmittingPatches: discuss subsystems separately from git.git Linus Arver 2023-07-14 06:01:30 +0000
  • fc0825d561 SubmittingPatches: reword awkward phrasing Linus Arver 2023-07-14 06:01:29 +0000
  • e3a567ff42 t4002: fix "diff can read from stdin" syntax D. Ben Knoble 2023-07-14 13:30:10 +0000
  • 9a25cad7e0 commit-graph.c: prevent overflow in `verify_commit_graph()` Taylor Blau 2023-07-12 19:38:19 -0400
  • 588af1bfd3 commit-graph.c: prevent overflow in `write_commit_graph()` Taylor Blau 2023-07-12 19:38:16 -0400
  • d76e0a744d commit-graph.c: prevent overflow in `merge_commit_graph()` Taylor Blau 2023-07-12 19:38:13 -0400
  • 19565d093d commit-graph.c: prevent overflow in `split_graph_merge_strategy()` Taylor Blau 2023-07-12 19:38:11 -0400
  • 51c31a6408 commit-graph.c: prevent overflow in `load_tree_for_commit()` Taylor Blau 2023-07-12 19:38:08 -0400
  • 50a71c2942 commit-graph.c: prevent overflow in `fill_commit_in_graph()` Taylor Blau 2023-07-12 19:38:05 -0400
  • 2740ed1c76 commit-graph.c: prevent overflow in `fill_commit_graph_info()` Taylor Blau 2023-07-12 19:38:03 -0400
  • 0bd8f30a0e commit-graph.c: prevent overflow in `load_oid_from_graph()` Taylor Blau 2023-07-12 19:38:00 -0400
  • 209250ef38 commit-graph.c: prevent overflow in add_graph_to_chain() Taylor Blau 2023-07-12 19:37:57 -0400
  • 48f3f8cf37 commit-graph.c: prevent overflow in `write_commit_graph_file()` Taylor Blau 2023-07-12 19:37:54 -0400
  • 0948c50176 pack-bitmap.c: ensure that eindex lookups don't overflow Taylor Blau 2023-07-12 19:37:52 -0400
  • d67609bdde midx.c: prevent overflow in `fill_included_packs_batch()` Taylor Blau 2023-07-12 19:37:49 -0400
  • 2bc764c1d4 midx.c: prevent overflow in `write_midx_internal()` Taylor Blau 2023-07-12 19:37:46 -0400
  • cc38127439 midx.c: store `nr`, `alloc` variables as `size_t`'s Taylor Blau 2023-07-12 19:37:44 -0400
  • 5675150cc3 midx.c: prevent overflow in `nth_midxed_offset()` Taylor Blau 2023-07-12 19:37:41 -0400
  • c2b24ede22 midx.c: prevent overflow in `nth_midxed_object_oid()` Taylor Blau 2023-07-12 19:37:38 -0400
  • e6c71f239d midx.c: use `size_t`'s for fanout nr and alloc Taylor Blau 2023-07-12 19:37:36 -0400
  • a519abca02 packfile.c: use checked arithmetic in `nth_packed_object_offset()` Taylor Blau 2023-07-12 19:37:32 -0400
  • 42be681b33 packfile.c: prevent overflow in `load_idx()` Taylor Blau 2023-07-13 20:54:54 -0400
  • 1e9cb3487a t/helper: mark unused callback void data parameters Jeff King 2023-07-03 02:44:36 -0400
  • cc2f810172 tag: mark unused parameters in each_tag_name_fn callbacks Jeff King 2023-07-03 02:44:33 -0400
  • 1e6459efca rev-parse: mark unused parameter in for_each_abbrev callback Jeff King 2023-07-03 02:44:31 -0400
  • 4c7b06f208 replace: mark unused parameter in each_mergetag_fn callback Jeff King 2023-07-03 02:44:28 -0400
  • 80d4e5f3a5 replace: mark unused parameter in ref callback Jeff King 2023-07-03 02:44:25 -0400
  • ee550abcce merge-tree: mark unused parameter in traverse callback Jeff King 2023-07-03 02:44:21 -0400
  • 0b4e9013f1 fsck: mark unused parameters in various fsck callbacks Jeff King 2023-07-03 02:44:18 -0400
  • cc88afad62 revisions: drop unused "opt" parameter in "tweak" callbacks Jeff King 2023-07-03 02:44:16 -0400
  • 506d35f13d count-objects: mark unused parameter in alternates callback Jeff King 2023-07-03 02:44:13 -0400
  • a8a8e75e9e am: mark unused keep_cr parameters Jeff King 2023-07-03 02:44:11 -0400
  • e519ac35af http-push: mark unused parameter in xml callback Jeff King 2023-07-03 02:44:08 -0400
  • d0144007b1 http: mark unused parameters in curl callbacks Jeff King 2023-07-03 02:44:05 -0400
  • 1779deed39 do_for_each_ref_helper(): mark unused repository parameter Jeff King 2023-07-03 02:44:02 -0400
  • b8ef49d54c test-ref-store: drop unimplemented reflog-expire command Jeff King 2023-07-03 02:43:58 -0400
  • bbb6acd998 i18n: mark more bundle.c strings for translation D. Ben Knoble 2023-07-13 22:01:22 +0000
  • ed602ca338 What's cooking (2023/07 #03) Junio C Hamano 2023-07-13 14:38:59 -0700
  • c577d65158 push: don't imply that integration is always required before pushing Alex Henrie 2023-07-12 22:41:15 -0600
  • d92304ff5c remote: don't imply that integration is always required before pushing Alex Henrie 2023-07-12 22:41:14 -0600
  • b6f3da5132 wt-status: don't show divergence advice when committing Alex Henrie 2023-07-12 22:41:13 -0600
  • de41d03e1c packfile.c: prevent overflow in `nth_packed_object_id()` Taylor Blau 2023-07-12 19:37:27 -0400
  • def390d593 builtin/repack.c: avoid dir traversal in `collect_pack_filenames()` Taylor Blau 2023-07-11 13:32:37 -0400
  • 0af067276e builtin/repack.c: only repack `.pack`s that exist Derrick Stolee 2023-07-11 13:32:34 -0400
  • 350fafa91b What's cooking (2023/07 #02) Junio C Hamano 2023-07-10 15:54:43 -0700
  • 98456eff08 ls-refs.c: avoid enumerating hidden refs where possible Taylor Blau 2023-07-10 17:12:48 -0400
  • 18b6b1b5c5 upload-pack.c: avoid enumerating hidden refs where possible Taylor Blau 2023-07-10 17:12:45 -0400
  • cc2a1f98ac builtin/receive-pack.c: avoid enumerating hidden references Taylor Blau 2023-07-10 17:12:42 -0400
  • 15af64dcfd refs.h: implement `hidden_refs_to_excludes()` Taylor Blau 2023-07-10 17:12:39 -0400
  • e6bf24d39a refs.h: let `for_each_namespaced_ref()` take excluded patterns Taylor Blau 2023-07-10 17:12:36 -0400
  • c45841fff8 revision.h: store hidden refs in a `strvec` Taylor Blau 2023-07-10 17:12:33 -0400
  • c489f47a64 refs/packed-backend.c: add trace2 counters for jump list Taylor Blau 2023-07-10 17:12:31 -0400
  • 59c35fac54 refs/packed-backend.c: implement jump lists to avoid excluded pattern(s) Taylor Blau 2023-07-10 17:12:28 -0400
  • d22d941ac0 refs/packed-backend.c: refactor `find_reference_location()` Taylor Blau 2023-07-10 17:12:25 -0400
  • b269ac53c0 refs: plumb `exclude_patterns` argument throughout Taylor Blau 2023-07-10 17:12:22 -0400
  • 8255dd8a3d builtin/for-each-ref.c: add `--exclude` option Taylor Blau 2023-07-10 17:12:19 -0400
  • 284c55deb5 ref-filter.c: parameterize match functions over patterns Jeff King 2023-07-10 17:12:16 -0400
  • b571fb9800 ref-filter: add `ref_filter_clear()` Jeff King 2023-07-10 17:12:13 -0400
  • 311bfe18ce ref-filter: clear reachable list pointers after freeing Jeff King 2023-07-10 17:12:10 -0400
  • b9f7daa6ef ref-filter.h: provide `REF_FILTER_INIT` Jeff King 2023-07-10 17:12:07 -0400
  • bf1377a12b refs.c: rename `ref_filter` Jeff King 2023-07-10 17:12:05 -0400
  • 4c9cb51fe7 doc: gitcredentials: link to helper list M Hickford 2023-07-08 20:36:54 +0000
  • 9281cd07f0 commit-graph.c: avoid duplicated progress output during `verify` Taylor Blau 2023-07-07 20:31:45 -0400
  • 7248857b6e commit-graph.c: pass progress to `verify_one_commit_graph()` Taylor Blau 2023-07-07 20:31:42 -0400
  • f5facaa465 commit-graph.c: iteratively verify commit-graph chains Taylor Blau 2023-07-07 20:31:39 -0400
  • eb319d6771 commit-graph.c: extract `verify_one_commit_graph()` Taylor Blau 2023-07-07 20:31:36 -0400
  • 39bdd30377 fsck: suppress MIDX output with `--no-progress` Taylor Blau 2023-07-07 20:31:34 -0400
  • eda206f611 fsck: suppress commit-graph output with `--no-progress` Taylor Blau 2023-07-07 20:31:31 -0400
  • f4a8fde057 dir: match "attr" pathspec magic with correct paths Junio C Hamano 2023-07-08 14:35:33 -0700
  • aa9166bcc0 The ninth batch Junio C Hamano 2023-07-08 09:13:16 -0700
  • b00ec259e7 Merge branch 'jk/fsck-indices-in-worktrees' Junio C Hamano 2023-07-08 11:23:08 -0700
  • 7f5ad0ca8d Merge branch 'js/empty-index-fixes' Junio C Hamano 2023-07-08 11:23:07 -0700
  • d52a45cf56 Merge branch 'ks/t4205-test-describe-with-abbrev-fix' Junio C Hamano 2023-07-08 11:23:07 -0700
  • bd19ee9c45 pretty: use strchr(3) in userformat_find_requirements() René Scharfe 2023-07-07 21:08:33 +0200
  • 3e81b896f7 pkt-line: add size parameter to packet_length() René Scharfe 2023-07-07 23:47:55 +0200
  • 30c8c55cbf tree-walk: drop unused base_offset from do_match() Junio C Hamano 2023-07-07 15:21:16 -0700