Commit Graph

  • 0af067276e builtin/repack.c: only repack .packs that exist Derrick Stolee 2023-07-11 13:32:34 -04:00
  • 350fafa91b What's cooking (2023/07 #02) Junio C Hamano 2023-07-10 15:54:43 -07:00
  • 98456eff08 ls-refs.c: avoid enumerating hidden refs where possible Taylor Blau 2023-07-10 17:12:48 -04:00
  • 18b6b1b5c5 upload-pack.c: avoid enumerating hidden refs where possible Taylor Blau 2023-07-10 17:12:45 -04:00
  • cc2a1f98ac builtin/receive-pack.c: avoid enumerating hidden references Taylor Blau 2023-07-10 17:12:42 -04:00
  • 15af64dcfd refs.h: implement hidden_refs_to_excludes() Taylor Blau 2023-07-10 17:12:39 -04:00
  • e6bf24d39a refs.h: let for_each_namespaced_ref() take excluded patterns Taylor Blau 2023-07-10 17:12:36 -04:00
  • c45841fff8 revision.h: store hidden refs in a strvec Taylor Blau 2023-07-10 17:12:33 -04:00
  • c489f47a64 refs/packed-backend.c: add trace2 counters for jump list Taylor Blau 2023-07-10 17:12:31 -04:00
  • 59c35fac54 refs/packed-backend.c: implement jump lists to avoid excluded pattern(s) Taylor Blau 2023-07-10 17:12:28 -04:00
  • d22d941ac0 refs/packed-backend.c: refactor find_reference_location() Taylor Blau 2023-07-10 17:12:25 -04:00
  • b269ac53c0 refs: plumb exclude_patterns argument throughout Taylor Blau 2023-07-10 17:12:22 -04:00
  • 8255dd8a3d builtin/for-each-ref.c: add --exclude option Taylor Blau 2023-07-10 17:12:19 -04:00
  • 284c55deb5 ref-filter.c: parameterize match functions over patterns Jeff King 2023-07-10 17:12:16 -04:00
  • b571fb9800 ref-filter: add ref_filter_clear() Jeff King 2023-07-10 17:12:13 -04:00
  • 311bfe18ce ref-filter: clear reachable list pointers after freeing Jeff King 2023-07-10 17:12:10 -04:00
  • b9f7daa6ef ref-filter.h: provide REF_FILTER_INIT Jeff King 2023-07-10 17:12:07 -04:00
  • bf1377a12b refs.c: rename ref_filter Jeff King 2023-07-10 17:12:05 -04:00
  • 4c9cb51fe7 doc: gitcredentials: link to helper list M Hickford 2023-07-08 20:36:54 +00:00
  • 9281cd07f0 commit-graph.c: avoid duplicated progress output during verify Taylor Blau 2023-07-07 20:31:45 -04:00
  • 7248857b6e commit-graph.c: pass progress to verify_one_commit_graph() Taylor Blau 2023-07-07 20:31:42 -04:00
  • f5facaa465 commit-graph.c: iteratively verify commit-graph chains Taylor Blau 2023-07-07 20:31:39 -04:00
  • eb319d6771 commit-graph.c: extract verify_one_commit_graph() Taylor Blau 2023-07-07 20:31:36 -04:00
  • 39bdd30377 fsck: suppress MIDX output with --no-progress Taylor Blau 2023-07-07 20:31:34 -04:00
  • eda206f611 fsck: suppress commit-graph output with --no-progress Taylor Blau 2023-07-07 20:31:31 -04:00
  • f4a8fde057 dir: match "attr" pathspec magic with correct paths Junio C Hamano 2023-07-08 14:35:33 -07:00
  • aa9166bcc0 The ninth batch Junio C Hamano 2023-07-08 09:13:16 -07:00
  • b00ec259e7 Merge branch 'jk/fsck-indices-in-worktrees' Junio C Hamano 2023-07-08 11:23:08 -07:00
  • 7f5ad0ca8d Merge branch 'js/empty-index-fixes' Junio C Hamano 2023-07-08 11:23:07 -07:00
  • d52a45cf56 Merge branch 'ks/t4205-test-describe-with-abbrev-fix' Junio C Hamano 2023-07-08 11:23:07 -07:00
  • bd19ee9c45 pretty: use strchr(3) in userformat_find_requirements() René Scharfe 2023-07-07 21:08:33 +02:00
  • 3e81b896f7 pkt-line: add size parameter to packet_length() René Scharfe 2023-07-07 23:47:55 +02:00
  • 30c8c55cbf tree-walk: drop unused base_offset from do_match() Junio C Hamano 2023-07-07 15:21:16 -07:00
  • 0ad927e9e0 tree-walk: lose base_offset that is never used in tree_entry_interesting Junio C Hamano 2023-07-07 15:21:15 -07:00
  • 7e360bc626 t6135: attr magic with path pattern Junio C Hamano 2023-07-07 15:04:56 -07:00
  • 1dd14e8e93 pretty: avoid double negative in format_commit_item() René Scharfe 2023-07-07 20:46:26 +02:00
  • 7b7203e78a ls-tree: simplify prefix handling René Scharfe 2023-07-07 20:34:31 +02:00
  • 061c58647e The eighth batch Junio C Hamano 2023-07-06 11:00:38 -07:00
  • b3d1c85d48 Merge branch 'gc/config-context' Junio C Hamano 2023-07-06 11:54:48 -07:00
  • 1d76e69212 Merge branch 'jc/doc-hash-object-types' Junio C Hamano 2023-07-06 11:54:47 -07:00
  • 391414e971 Merge branch 'jk/cherry-pick-revert-status' Junio C Hamano 2023-07-06 11:54:47 -07:00
  • 84b889bd03 Merge branch 'pw/apply-too-large' Junio C Hamano 2023-07-06 11:54:47 -07:00
  • a9cc3b8fc7 Merge branch 'tl/notes-separator' Junio C Hamano 2023-07-06 11:54:47 -07:00
  • 5a1d9e8f87 Merge branch 'gc/config-partial-submodule-kvi-fix' Junio C Hamano 2023-07-06 11:54:46 -07:00
  • f4c18e58be Merge branch 'pb/complete-diff-options' Junio C Hamano 2023-07-06 11:54:46 -07:00
  • 67e7305e64 Merge branch 'cw/strbuf-cleanup' Junio C Hamano 2023-07-06 11:54:46 -07:00
  • da269af920 Merge branch 'rs/strbuf-expand-step' Junio C Hamano 2023-07-06 11:54:45 -07:00
  • 188e748366 What's cooking (2023/07 #01) Junio C Hamano 2023-07-05 15:56:35 -07:00
  • 1e3f26542a diff --no-index: support reading from named pipes Phillip Wood 2023-07-05 20:49:30 +01:00
  • df521462f0 t4054: test diff --no-index with stdin Phillip Wood 2023-07-05 20:49:29 +01:00
  • 4e61e0f680 diff --no-index: die on error reading stdin Phillip Wood 2023-07-05 20:49:28 +01:00
  • 498198453d diff --no-index: refuse to compare stdin to a directory Phillip Wood 2023-07-05 20:49:27 +01:00
  • 1aa92b8500 t0091-bugreport.sh: actually verify some content of report Martin Ågren 2023-07-05 20:35:27 +02:00
  • 91c080dff5 git-compat-util: move alloc macros to git-compat-util.h Calvin Wan 2023-07-05 17:09:24 +00:00
  • da9502ff4d treewide: remove unnecessary includes for wrapper.h Calvin Wan 2023-07-05 17:09:23 +00:00
  • 28aed75a9f kwset: move translation table from ctype Calvin Wan 2023-07-05 17:09:22 +00:00
  • 1890ce84bd sane-ctype.h: create header for sane-ctype macros Calvin Wan 2023-07-05 17:09:21 +00:00
  • 382f6940af git-compat-util: move wrapper.c funcs to its header Calvin Wan 2023-07-05 17:09:20 +00:00
  • fda5d9595d git-compat-util: move strbuf.c funcs to its header Calvin Wan 2023-07-05 17:09:19 +00:00
  • d378637d2f imap-send: drop unused fields from imap_cmd_cb Jeff King 2023-07-03 02:34:28 -04:00
  • ec9e358a4a imap-send: drop unused parameter from imap_cmd_cb callback Jeff King 2023-07-03 02:34:02 -04:00
  • 84d689a810 imap-send: use server conf argument in setup_curl() Jeff King 2023-07-03 02:33:30 -04:00
  • bbd7c7b7c0 docs: add necessary headers to Documentation/MFOW.txt Vinayak Dev 2023-07-02 20:44:57 +05:30
  • a646b86cd1 The seventh batch Junio C Hamano 2023-07-04 15:23:39 -07:00
  • 89d62d5e8e Merge branch 'bc/more-git-var' Junio C Hamano 2023-07-04 16:08:18 -07:00
  • 812907d16f Merge branch 'ps/revision-stdin-with-options' Junio C Hamano 2023-07-04 16:08:18 -07:00
  • 4caa171c2d What's cooking (2023/06 #08) Junio C Hamano 2023-06-30 12:58:07 -07:00
  • 4f3e5af03a l10n: ru.po: update Russian translation Dimitriy Ryazantcev 2023-06-30 13:21:19 +03:00
  • 9748a68200 The sixth batch Junio C Hamano 2023-06-29 15:57:26 -07:00
  • 4c237d2ca2 Merge branch 'tb/gc-recent-object-hook' Junio C Hamano 2023-06-29 16:43:21 -07:00
  • 3ea43bbe17 Merge branch 'jc/abort-ll-merge-with-a-signal' Junio C Hamano 2023-06-29 16:43:21 -07:00
  • a1264a08a1 Merge branch 'en/header-split-cache-h-part-3' Junio C Hamano 2023-06-29 16:43:20 -07:00
  • b2166b0d49 Merge branch 'ds/remove-idx-before-pack' Junio C Hamano 2023-06-29 16:43:20 -07:00
  • 6e6a529b57 fsck: avoid misleading variable name Eric Sunshine 2023-06-29 14:13:33 -04:00
  • 1876a5ae15 t4205: correctly test %(describe:abbrev=...) Kousik Sanagavarapu 2023-06-29 18:48:08 +05:30
  • 2ee045eea1 commit -a -m: allow the top-level tree to become empty again Johannes Schindelin 2023-06-29 13:23:10 +00:00
  • 7667f4f0a3 split-index: accept that a base index can be empty Johannes Schindelin 2023-06-29 13:23:09 +00:00
  • 866b43e644 do_read_index(): always mark index as initialized unless erroring out Johannes Schindelin 2023-06-29 13:23:08 +00:00
  • d4f28279ad docs: add git hash-object -t option's possible values John Cai 2023-06-29 02:07:53 +00:00
  • 6e8e7981eb config: pass source to config_parser_event_fn_t Glen Choo 2023-06-28 19:26:30 +00:00
  • 908857a9f8 config: add kvi.path, use it to evaluate includes Glen Choo 2023-06-28 19:26:29 +00:00
  • f6c213a0cb config.c: remove config_reader from configsets Glen Choo 2023-06-28 19:26:28 +00:00
  • 8868b1ebfb config: pass kvi to die_bad_number() Glen Choo 2023-06-28 19:26:27 +00:00
  • dc90208497 trace2: plumb config kvi Glen Choo 2023-06-28 19:26:26 +00:00
  • 26b669324b config.c: pass ctx with CLI config Glen Choo 2023-06-28 19:26:25 +00:00
  • 809d868061 config: pass ctx with config files Glen Choo 2023-06-28 19:26:24 +00:00
  • 6021e1d158 config.c: pass ctx in configsets Glen Choo 2023-06-28 19:26:23 +00:00
  • a4e7e317f8 config: add ctx arg to config_fn_t Glen Choo 2023-06-28 19:26:22 +00:00
  • e0f9a51c32 urlmatch.h: use config_fn_t type Glen Choo 2023-06-28 19:26:21 +00:00
  • 97eeeea2dc config: inline git_color_default_config Glen Choo 2023-06-28 19:26:20 +00:00
  • a096a889f4 fix cherry-pick/revert status when doing multiple commits Jacob Keller 2023-06-27 15:41:50 -07:00
  • 8cf8b60ee1 What's cooking (2023/06 #07) Junio C Hamano 2023-06-27 15:10:43 -07:00
  • ed773a18c6 var: add config file locations brian m. carlson 2023-06-27 16:19:02 +00:00
  • 576a37fccb var: add attributes files locations brian m. carlson 2023-06-27 16:19:01 +00:00
  • 15780bb4f0 attr: expose and rename accessor functions brian m. carlson 2023-06-27 16:19:00 +00:00
  • cdd489eaf9 var: adjust memory allocation for strings brian m. carlson 2023-06-27 16:18:59 +00:00
  • f74c90dcf7 var: format variable structure with C99 initializers brian m. carlson 2023-06-27 16:18:58 +00:00
  • 1e65721227 var: add support for listing the shell brian m. carlson 2023-06-27 16:18:57 +00:00
  • d6546af75c t: add a function to check executable bit brian m. carlson 2023-06-27 16:18:56 +00:00
  • 4db16f58c7 var: mark unused parameters in git_var callbacks Jeff King 2023-06-27 16:18:55 +00:00