Commit Graph

  • bca900904d Merge branch 'ps/refs-without-the-repository' Junio C Hamano 2024-05-16 10:10:13 -07:00
  • f0e2183768 Merge branch 'jl/git-no-advice' Junio C Hamano 2024-05-16 10:10:13 -07:00
  • db271e7bb6 Merge branch 'rs/external-diff-with-exit-code' Junio C Hamano 2024-05-16 10:09:23 -07:00
  • e37423f081 Revert "diff: fix --exit-code with external diff" Junio C Hamano 2024-05-16 10:08:35 -07:00
  • 46536278a8 Merge branch 'ps/refs-without-the-repository' into ps/refs-without-the-repository-updates Junio C Hamano 2024-05-16 09:48:46 -07:00
  • 7150f140f9 t/t0211-trace2-perf.sh: fix typo patern -> pattern Marcel Telka 2024-05-16 09:45:06 +02:00
  • e1ab45b2da osxkeychain: state to skip unnecessary store operations Koji Nakamaru 2024-05-15 19:21:07 +00:00
  • fcf5b74e59 osxkeychain: exclusive lock to serialize execution of operations Koji Nakamaru 2024-05-15 19:21:06 +00:00
  • 19fe900cfc The fourth batch Junio C Hamano 2024-05-15 09:07:20 -07:00
  • 1e00d22ec5 Merge branch 'ds/scalar-reconfigure-all-fix' Junio C Hamano 2024-05-15 09:52:55 -07:00
  • 754ae50219 Merge branch 'vd/doc-merge-tree-x-option' Junio C Hamano 2024-05-15 09:52:54 -07:00
  • 068df18c90 Merge branch 'rs/external-diff-with-exit-code' Junio C Hamano 2024-05-15 09:52:54 -07:00
  • 3fc99d037f Merge branch 'jt/port-ci-whitespace-check-to-gitlab' Junio C Hamano 2024-05-15 09:52:54 -07:00
  • 60521f6043 Merge branch 'ow/refspec-glossary-update' Junio C Hamano 2024-05-15 09:52:53 -07:00
  • f9d4eaf86c Merge branch 'jp/tag-trailer' Junio C Hamano 2024-05-15 09:52:53 -07:00
  • fe3ccc7aab Merge branch 'ps/config-subcommands' Junio C Hamano 2024-05-15 09:52:52 -07:00
  • b7a1d47ba5 Merge branch 'js/unit-test-suite-runner' Junio C Hamano 2024-05-15 09:52:52 -07:00
  • 8e4f5c2dc2 refs: refuse to write pseudorefs Patrick Steinhardt 2024-05-15 08:51:10 +02:00
  • f1701f279a ref-filter: properly distinuish pseudo and root refs Patrick Steinhardt 2024-05-15 08:51:05 +02:00
  • 993d57eded refs: pseudorefs are no refs Patrick Steinhardt 2024-05-15 08:51:01 +02:00
  • 31951c2248 refs: classify HEAD as a root ref Patrick Steinhardt 2024-05-15 08:50:56 +02:00
  • afcd067dad refs: do not check ref existence in is_root_ref() Patrick Steinhardt 2024-05-15 08:50:51 +02:00
  • 32019a7a76 refs: rename is_special_ref() to is_pseudo_ref() Patrick Steinhardt 2024-05-15 08:50:47 +02:00
  • f6936e62a5 refs: rename is_pseudoref() to is_root_ref() Patrick Steinhardt 2024-05-15 08:50:42 +02:00
  • 74b50a5881 Documentation/glossary: define root refs as refs Patrick Steinhardt 2024-05-15 08:50:37 +02:00
  • 29be36a2ea Documentation/glossary: clarify limitations of pseudorefs Patrick Steinhardt 2024-05-15 08:50:33 +02:00
  • 6fd8037564 Documentation/glossary: redefine pseudorefs as special refs Patrick Steinhardt 2024-05-15 08:50:28 +02:00
  • 9c62534377 builtin/config: pass data between callbacks via local variables Patrick Steinhardt 2024-05-15 08:43:12 +02:00
  • 35a7cfda56 builtin/config: convert flags to a local variable Patrick Steinhardt 2024-05-15 08:43:07 +02:00
  • ab8bac8bb6 builtin/config: track "fixed value" option via flags only Patrick Steinhardt 2024-05-15 08:43:02 +02:00
  • 040b141df3 builtin/config: convert key to a local variable Patrick Steinhardt 2024-05-15 08:42:58 +02:00
  • fdfaaa1b68 builtin/config: convert key_regexp to a local variable Patrick Steinhardt 2024-05-15 08:42:53 +02:00
  • 4ff8feb307 builtin/config: convert regexp to a local variable Patrick Steinhardt 2024-05-15 08:42:49 +02:00
  • bfe45f83e7 builtin/config: convert value_pattern to a local variable Patrick Steinhardt 2024-05-15 08:42:44 +02:00
  • 65d197cffc builtin/config: convert do_not_match to a local variable Patrick Steinhardt 2024-05-15 08:42:39 +02:00
  • 8c86981228 builtin/config: move respect_includes_opt into location options Patrick Steinhardt 2024-05-15 08:42:35 +02:00
  • 4090a9c948 builtin/config: move default value into display options Patrick Steinhardt 2024-05-15 08:42:30 +02:00
  • 94c4693079 builtin/config: move type options into display options Patrick Steinhardt 2024-05-15 08:42:25 +02:00
  • c0c1e26326 builtin/config: move display options into local variables Patrick Steinhardt 2024-05-15 08:42:21 +02:00
  • ddb103c2c7 builtin/config: move location options into local variables Patrick Steinhardt 2024-05-15 08:42:16 +02:00
  • 999425cb12 builtin/config: refactor functions to have common exit paths Patrick Steinhardt 2024-05-15 08:42:11 +02:00
  • 12b2306830 config: make the config source const Patrick Steinhardt 2024-05-15 08:42:06 +02:00
  • e44b018c52 builtin/config: check for writeability after source is set up Patrick Steinhardt 2024-05-15 08:42:02 +02:00
  • 9cab5e8078 builtin/config: move actions into cmd_config_actions() Patrick Steinhardt 2024-05-15 08:41:57 +02:00
  • 7d5387e263 builtin/config: move legacy options into cmd_config() Patrick Steinhardt 2024-05-15 08:41:52 +02:00
  • 8b908f9dcf builtin/config: move subcommand options into cmd_config() Patrick Steinhardt 2024-05-15 08:41:47 +02:00
  • 0336d0055c builtin/config: move legacy mode into its own function Patrick Steinhardt 2024-05-15 08:41:43 +02:00
  • a577d2f1a9 builtin/config: stop printing full usage on misuse Patrick Steinhardt 2024-05-15 08:41:38 +02:00
  • 85f360fee5 pack-bitmap: introduce bitmap_writer_free() Taylor Blau 2024-05-14 15:57:06 -04:00
  • f25e1f2a4d pack-bitmap-write.c: avoid uninitialized 'write_as' field Taylor Blau 2024-05-14 15:57:03 -04:00
  • 9675b06917 pack-bitmap: drop unused max_bitmaps parameter Taylor Blau 2024-05-14 15:57:00 -04:00
  • 07647c92ff pack-bitmap: avoid use of static bitmap_writer Taylor Blau 2024-05-14 15:56:56 -04:00
  • 94830fcacc pack-bitmap-write.c: move commit_positions into commit_pos fields Taylor Blau 2024-05-14 15:56:53 -04:00
  • b174a97a54 object.h: add flags allocated by pack-bitmap.h Taylor Blau 2024-05-14 15:56:50 -04:00
  • 6388294d9d What's cooking (2024/05 #06) Junio C Hamano 2024-05-14 07:50:20 -07:00
  • 83f1add914 Sync with Git 2.45.1 Junio C Hamano 2024-05-13 18:29:15 -07:00
  • 369b84196e reftable/merged: adapt interface to allow reuse of iterators Patrick Steinhardt 2024-05-13 10:48:01 +02:00
  • 08efe69212 reftable/stack: provide convenience functions to create iterators Patrick Steinhardt 2024-05-13 10:47:56 +02:00
  • 0e7be2b3ea reftable/reader: adapt interface to allow reuse of iterators Patrick Steinhardt 2024-05-13 10:47:52 +02:00
  • d76f0d3f57 reftable/generic: adapt interface to allow reuse of iterators Patrick Steinhardt 2024-05-13 10:47:47 +02:00
  • 5bf96e0c39 reftable/generic: move seeking of records into the iterator Patrick Steinhardt 2024-05-13 10:47:41 +02:00
  • 701713a254 reftable/merged: simplify indices for subiterators Patrick Steinhardt 2024-05-13 10:47:36 +02:00
  • e08f49a4f5 reftable/merged: split up initialization and seeking of records Patrick Steinhardt 2024-05-13 10:47:31 +02:00
  • c82692f755 reftable/reader: set up the reader when initializing table iterator Patrick Steinhardt 2024-05-13 10:47:26 +02:00
  • f1e3c12196 reftable/reader: inline reader_seek_internal() Patrick Steinhardt 2024-05-13 10:47:21 +02:00
  • 81a03a3236 reftable/reader: separate concerns of table iter and reftable reader Patrick Steinhardt 2024-05-13 10:47:16 +02:00
  • dfdd1455bb reftable/reader: unify indexed and linear seeking Patrick Steinhardt 2024-05-13 10:47:11 +02:00
  • 9a59b65dba reftable/reader: avoid copying index iterator Patrick Steinhardt 2024-05-13 10:47:06 +02:00
  • d537ce6b9e reftable/block: use size_t to track restart point index Patrick Steinhardt 2024-05-13 10:47:01 +02:00
  • f518d91a2b refs/reftable: allow configuring geometric factor Patrick Steinhardt 2024-05-13 10:18:43 +02:00
  • f663d34306 reftable: make the compaction factor configurable Patrick Steinhardt 2024-05-13 10:18:38 +02:00
  • afbdbfae0b refs/reftable: allow disabling writing the object index Patrick Steinhardt 2024-05-13 10:18:33 +02:00
  • 90db611c2a refs/reftable: allow configuring restart interval Patrick Steinhardt 2024-05-13 10:18:28 +02:00
  • 8e9e136d61 reftable: use uint16_t to track restart interval Patrick Steinhardt 2024-05-13 10:18:23 +02:00
  • 831b366c24 refs/reftable: allow configuring block size Patrick Steinhardt 2024-05-13 10:18:19 +02:00
  • fcf341890e reftable/dump: support dumping a table's block structure Patrick Steinhardt 2024-05-13 10:18:13 +02:00
  • c22d75b027 reftable/writer: improve error when passed an invalid block size Patrick Steinhardt 2024-05-13 10:18:09 +02:00
  • e0cf3d8f8b reftable/writer: drop static variable used to initialize strbuf Patrick Steinhardt 2024-05-13 10:18:04 +02:00
  • 799237852b reftable: pass opts as constant pointer Patrick Steinhardt 2024-05-13 10:17:59 +02:00
  • 4d35bb2aba reftable: consistently refer to reftable_write_options as opts Patrick Steinhardt 2024-05-13 10:17:54 +02:00
  • c81ffcff83 documentation: git-update-index: add --show-index-version to synopsis Dov Murik 2024-05-11 23:14:00 -04:00
  • fc0202b0e9 fetch-pack: remove unused 'struct loose_object_iter' Dr. David Alan Gilbert 2024-05-12 01:59:13 +01:00
  • 0d46f8b241 Meta/round: move address,undefined out of the default set Junio C Hamano 2024-05-13 16:28:50 -07:00
  • 4b278fb757 Meta/Count: make lasttag truly customizable Junio C Hamano 2024-05-13 16:28:20 -07:00
  • 17bc3a4767 Merge branch 'ps/undecided-is-not-necessarily-sha1' into jc/undecided-is-not-necessarily-sha1-fix Junio C Hamano 2024-05-13 12:24:54 -07:00
  • 3e4a232f6e The third batch Junio C Hamano 2024-05-13 10:00:43 -07:00
  • 39887d8abb Merge branch 'jc/git-gui-maintainer-update' Junio C Hamano 2024-05-13 10:19:48 -07:00
  • bbffcd4514 Merge branch 'fa/p4-error' Junio C Hamano 2024-05-13 10:19:48 -07:00
  • 235b9fb179 Merge branch 'ps/ci-fuzzers-at-gitlab-fix' Junio C Hamano 2024-05-13 10:19:47 -07:00
  • 537f17ec8b Merge branch 'jk/ci-test-with-jgit-fix' Junio C Hamano 2024-05-13 10:19:47 -07:00
  • 6cb0bd7fc3 Merge branch 'jk/ci-macos-gcc13-fix' Junio C Hamano 2024-05-13 10:19:47 -07:00
  • b077cf2679 Merge branch 'jc/no-default-attr-tree-in-bare' Junio C Hamano 2024-05-13 10:19:46 -07:00
  • dddddea4b5 Merge branch 'ps/ci-python-2-deprecation' Junio C Hamano 2024-05-13 10:19:46 -07:00
  • 71bd0c8a61 Merge branch 'tb/attr-limits' Junio C Hamano 2024-05-13 10:19:46 -07:00
  • 328f164496 Merge branch 'jc/test-workaround-broken-mv' Junio C Hamano 2024-05-13 10:19:45 -07:00
  • e05b9e9a39 Merge branch 'ma/win32-unix-domain-socket' Junio C Hamano 2024-05-13 10:19:45 -07:00
  • f01301aabe compat/regex: fix argument order to calloc(3) Junio C Hamano 2024-05-11 23:25:04 -07:00
  • 125050c8dc What's cooking (2024/05 #05) Junio C Hamano 2024-05-11 15:18:37 -07:00
  • e18ad8eb26 SubmittingPatches: welcome the new maintainer of git-gui part Junio C Hamano 2024-05-11 11:15:58 -07:00
  • 6b998fe943 MaintNotes: welcome the new maintainer of git-gui part Junio C Hamano 2024-05-11 11:17:04 -07:00