Commit Graph

  • 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
  • 0ad927e9e0 tree-walk: lose base_offset that is never used in tree_entry_interesting Junio C Hamano 2023-07-07 15:21:15 -0700
  • 7e360bc626 t6135: attr magic with path pattern Junio C Hamano 2023-07-07 15:04:56 -0700
  • 1dd14e8e93 pretty: avoid double negative in format_commit_item() René Scharfe 2023-07-07 20:46:26 +0200
  • 7b7203e78a ls-tree: simplify prefix handling René Scharfe 2023-07-07 20:34:31 +0200
  • 061c58647e The eighth batch Junio C Hamano 2023-07-06 11:00:38 -0700
  • b3d1c85d48 Merge branch 'gc/config-context' Junio C Hamano 2023-07-06 11:54:48 -0700
  • 1d76e69212 Merge branch 'jc/doc-hash-object-types' Junio C Hamano 2023-07-06 11:54:47 -0700
  • 391414e971 Merge branch 'jk/cherry-pick-revert-status' Junio C Hamano 2023-07-06 11:54:47 -0700
  • 84b889bd03 Merge branch 'pw/apply-too-large' Junio C Hamano 2023-07-06 11:54:47 -0700
  • a9cc3b8fc7 Merge branch 'tl/notes-separator' Junio C Hamano 2023-07-06 11:54:47 -0700
  • 5a1d9e8f87 Merge branch 'gc/config-partial-submodule-kvi-fix' Junio C Hamano 2023-07-06 11:54:46 -0700
  • f4c18e58be Merge branch 'pb/complete-diff-options' Junio C Hamano 2023-07-06 11:54:46 -0700
  • 67e7305e64 Merge branch 'cw/strbuf-cleanup' Junio C Hamano 2023-07-06 11:54:46 -0700
  • da269af920 Merge branch 'rs/strbuf-expand-step' Junio C Hamano 2023-07-06 11:54:45 -0700
  • 188e748366 What's cooking (2023/07 #01) Junio C Hamano 2023-07-05 15:56:35 -0700
  • 1e3f26542a diff --no-index: support reading from named pipes Phillip Wood 2023-07-05 20:49:30 +0100
  • df521462f0 t4054: test diff --no-index with stdin Phillip Wood 2023-07-05 20:49:29 +0100
  • 4e61e0f680 diff --no-index: die on error reading stdin Phillip Wood 2023-07-05 20:49:28 +0100
  • 498198453d diff --no-index: refuse to compare stdin to a directory Phillip Wood 2023-07-05 20:49:27 +0100
  • 1aa92b8500 t0091-bugreport.sh: actually verify some content of report Martin Ågren 2023-07-05 20:35:27 +0200
  • 91c080dff5 git-compat-util: move alloc macros to git-compat-util.h Calvin Wan 2023-07-05 17:09:24 +0000
  • da9502ff4d treewide: remove unnecessary includes for wrapper.h Calvin Wan 2023-07-05 17:09:23 +0000
  • 28aed75a9f kwset: move translation table from ctype Calvin Wan 2023-07-05 17:09:22 +0000
  • 1890ce84bd sane-ctype.h: create header for sane-ctype macros Calvin Wan 2023-07-05 17:09:21 +0000
  • 382f6940af git-compat-util: move wrapper.c funcs to its header Calvin Wan 2023-07-05 17:09:20 +0000
  • fda5d9595d git-compat-util: move strbuf.c funcs to its header Calvin Wan 2023-07-05 17:09:19 +0000
  • d378637d2f imap-send: drop unused fields from imap_cmd_cb Jeff King 2023-07-03 02:34:28 -0400
  • ec9e358a4a imap-send: drop unused parameter from imap_cmd_cb callback Jeff King 2023-07-03 02:34:02 -0400
  • 84d689a810 imap-send: use server conf argument in setup_curl() Jeff King 2023-07-03 02:33:30 -0400
  • bbd7c7b7c0 docs: add necessary headers to Documentation/MFOW.txt Vinayak Dev 2023-07-02 20:44:57 +0530
  • a646b86cd1 The seventh batch Junio C Hamano 2023-07-04 15:23:39 -0700
  • 89d62d5e8e Merge branch 'bc/more-git-var' Junio C Hamano 2023-07-04 16:08:18 -0700
  • 812907d16f Merge branch 'ps/revision-stdin-with-options' Junio C Hamano 2023-07-04 16:08:18 -0700
  • 4caa171c2d What's cooking (2023/06 #08) Junio C Hamano 2023-06-30 12:58:07 -0700
  • 4f3e5af03a l10n: ru.po: update Russian translation Dimitriy Ryazantcev 2023-06-30 13:21:19 +0300
  • 9748a68200 The sixth batch Junio C Hamano 2023-06-29 15:57:26 -0700
  • 4c237d2ca2 Merge branch 'tb/gc-recent-object-hook' Junio C Hamano 2023-06-29 16:43:21 -0700
  • 3ea43bbe17 Merge branch 'jc/abort-ll-merge-with-a-signal' Junio C Hamano 2023-06-29 16:43:21 -0700
  • a1264a08a1 Merge branch 'en/header-split-cache-h-part-3' Junio C Hamano 2023-06-29 16:43:20 -0700
  • b2166b0d49 Merge branch 'ds/remove-idx-before-pack' Junio C Hamano 2023-06-29 16:43:20 -0700
  • 6e6a529b57 fsck: avoid misleading variable name Eric Sunshine 2023-06-29 14:13:33 -0400
  • 1876a5ae15 t4205: correctly test %(describe:abbrev=...) Kousik Sanagavarapu 2023-06-29 18:48:08 +0530
  • 2ee045eea1 commit -a -m: allow the top-level tree to become empty again Johannes Schindelin 2023-06-29 13:23:10 +0000
  • 7667f4f0a3 split-index: accept that a base index can be empty Johannes Schindelin 2023-06-29 13:23:09 +0000
  • 866b43e644 do_read_index(): always mark index as initialized unless erroring out Johannes Schindelin 2023-06-29 13:23:08 +0000
  • d4f28279ad docs: add git hash-object -t option's possible values John Cai 2023-06-29 02:07:53 +0000
  • 6e8e7981eb config: pass source to config_parser_event_fn_t Glen Choo 2023-06-28 19:26:30 +0000
  • 908857a9f8 config: add kvi.path, use it to evaluate includes Glen Choo 2023-06-28 19:26:29 +0000
  • f6c213a0cb config.c: remove config_reader from configsets Glen Choo 2023-06-28 19:26:28 +0000
  • 8868b1ebfb config: pass kvi to die_bad_number() Glen Choo 2023-06-28 19:26:27 +0000
  • dc90208497 trace2: plumb config kvi Glen Choo 2023-06-28 19:26:26 +0000
  • 26b669324b config.c: pass ctx with CLI config Glen Choo 2023-06-28 19:26:25 +0000
  • 809d868061 config: pass ctx with config files Glen Choo 2023-06-28 19:26:24 +0000
  • 6021e1d158 config.c: pass ctx in configsets Glen Choo 2023-06-28 19:26:23 +0000
  • a4e7e317f8 config: add ctx arg to config_fn_t Glen Choo 2023-06-28 19:26:22 +0000
  • e0f9a51c32 urlmatch.h: use config_fn_t type Glen Choo 2023-06-28 19:26:21 +0000
  • 97eeeea2dc config: inline git_color_default_config Glen Choo 2023-06-28 19:26:20 +0000