Commit Graph

  • c5b5d5fbbc reftable/stack: refactor reloading to use file descriptor Patrick Steinhardt 2024-01-11 11:06:43 +01:00
  • 3c94bd8dfb reftable/stack: refactor stack reloading to have common exit path Patrick Steinhardt 2024-01-11 11:06:39 +01:00
  • ac62a3649f gitweb: die when a configuration file cannot be read Marcelo Roberto Jimenez 2024-01-10 19:57:09 -03:00
  • 9cce3be2df doc: refer to pathspec instead of path Britton Leo Kerin 2024-01-02 19:02:07 -09:00
  • 3dbb69e1f2 doc: use singular form of repeatable path arg Britton Leo Kerin 2024-01-02 19:02:06 -09:00
  • 1260914190 t4129: prevent loss of exit code due to the use of pipes Chandra Pratap 2024-01-10 12:54:17 +00:00
  • f755e092e8 mingw: give more details about unsafe directory's ownership Sören Krecker 2024-01-08 18:38:37 +01:00
  • 71a1d66a97 What's cooking (2024/01 #03) Junio C Hamano 2024-01-09 15:08:47 -08:00
  • a54a84b333 The sixth batch Junio C Hamano 2024-01-08 14:05:24 -08:00
  • bdfa7a2445 Merge branch 'rs/mem-pool-improvements' Junio C Hamano 2024-01-08 14:05:16 -08:00
  • 8a48cd484f Merge branch 'rs/fast-import-simplify-mempool-allocation' Junio C Hamano 2024-01-08 14:05:16 -08:00
  • d73db002b5 Merge branch 'en/sparse-checkout-eoo' Junio C Hamano 2024-01-08 14:05:16 -08:00
  • 863c596e68 Merge branch 'jc/sparse-checkout-set-default-fix' Junio C Hamano 2024-01-08 14:05:16 -08:00
  • 492ee03f60 Merge branch 'en/header-cleanup' Junio C Hamano 2024-01-08 14:05:15 -08:00
  • 9decd56cc9 Merge branch 'ml/doc-merge-updates' Junio C Hamano 2024-01-08 14:05:15 -08:00
  • 6bf317df4b Merge branch 'jc/archive-list-with-extra-args' Junio C Hamano 2024-01-08 14:05:14 -08:00
  • 39487a1510 fetch: add new config option fetch.all Tamino Bauknecht 2024-01-08 22:13:55 +01:00
  • 8f4c00de95 builtin/worktree: create refdb via ref backend Patrick Steinhardt 2024-01-08 11:05:47 +01:00
  • b8a846b2e0 worktree: expose interface to look up worktree by name Patrick Steinhardt 2024-01-08 11:05:43 +01:00
  • 84f0ea956f builtin/worktree: move setup of commondir file earlier Patrick Steinhardt 2024-01-08 11:05:39 +01:00
  • 2eb1d0c452 refs/files: skip creation of "refs/{heads,tags}" for worktrees Patrick Steinhardt 2024-01-08 11:05:35 +01:00
  • c358d165f2 setup: move creation of "refs/" into the files backend Patrick Steinhardt 2024-01-08 11:05:30 +01:00
  • 2e573d61ff refs: prepare refs_init_db() for initializing worktree refs Patrick Steinhardt 2024-01-08 11:05:26 +01:00
  • 5bf20d6c77 Merge branch 'ps/refstorage-extension' into ps/worktree-refdb-initialization Junio C Hamano 2024-01-08 12:58:54 -08:00
  • cd69c635a1 ci: add job performing static analysis on GitLab CI Patrick Steinhardt 2023-12-28 12:02:50 +01:00
  • fc134b41ce git-prompt: stop manually parsing HEAD with unknown ref formats Patrick Steinhardt 2024-01-04 09:21:53 +01:00
  • 4081d45d7f Merge branch 'ps/refstorage-extension' into ps/prompt-parse-HEAD-futureproof Junio C Hamano 2024-01-08 11:21:18 -08:00
  • 5aea3955bc branch: clarify <oldbranch> term Rubén Justo 2024-01-06 15:38:37 +01:00
  • 7b5e748701 What's cooking (2024/01 #02) Junio C Hamano 2024-01-05 15:53:46 -08:00
  • 25aec06326 rebase: clarify --reschedule-failed-exec default Illia Bobyr 2024-01-04 17:14:26 -08:00
  • 993d38a066 index-pack: spawn threads atomically Jeff King 2024-01-05 03:50:34 -05:00
  • d70f554cdf commit-graph: retain commit slab when closing NULL commit_graph Jeff King 2024-01-05 00:41:42 -05:00
  • 556e68032f write-or-die: make GIT_FLUSH a Boolean environment variable Chandra Pratap 2024-01-04 10:20:17 +00:00
  • ee9895b0ff push: region_leave trace for negotiate_using_fetch Sam Delmerico 2024-01-03 14:40:54 -08:00
  • 9cd30af991 Documentation: fix statement about rebase.instructionFormat Maarten van der Schrieck 2024-01-03 18:14:23 +00:00
  • 19b9496c1f reftable/merged: transfer ownership of records when iterating Patrick Steinhardt 2024-01-03 07:22:43 +01:00
  • 5473aca376 reftable/merged: really reuse buffers to compute record keys Patrick Steinhardt 2024-01-03 07:22:39 +01:00
  • b31e3cc620 reftable/record: store "val2" hashes as static arrays Patrick Steinhardt 2024-01-03 07:22:34 +01:00
  • 7af607c58d reftable/record: store "val1" hashes as static arrays Patrick Steinhardt 2024-01-03 07:22:30 +01:00
  • 88f59d9e31 reftable/record: constify some parts of the interface Patrick Steinhardt 2024-01-03 07:22:26 +01:00
  • ddac965965 reftable/writer: fix index corruption when writing multiple indices Patrick Steinhardt 2024-01-03 07:22:21 +01:00
  • 75d790608f reftable/stack: do not auto-compact twice in reftable_stack_add() Patrick Steinhardt 2024-01-03 07:22:17 +01:00
  • d26c21483d reftable/stack: do not overwrite errors when compacting Patrick Steinhardt 2024-01-03 07:22:13 +01:00
  • 54d8a2531b t1006: prefer shell loop to awk for packed object sizes René Scharfe 2024-01-03 04:01:52 -05:00
  • a86778aa51 What's cooking (2024/01 #01) Junio C Hamano 2024-01-02 14:27:43 -08:00
  • a26002b628 The fifth batch Junio C Hamano 2024-01-02 13:50:46 -08:00
  • dbf668a1b7 Merge branch 'ps/pseudo-refs' Junio C Hamano 2024-01-02 13:51:30 -08:00
  • 601b1571e8 Merge branch 'jc/orphan-unborn' Junio C Hamano 2024-01-02 13:51:30 -08:00
  • cce4778520 Merge branch 'rj/status-bisect-while-rebase' Junio C Hamano 2024-01-02 13:51:29 -08:00
  • 59a29e1274 Merge branch 'la/trailer-cleanups' Junio C Hamano 2024-01-02 13:51:29 -08:00
  • 43ec879169 Merge branch 'jc/retire-cas-opt-name-constant' Junio C Hamano 2024-01-02 13:51:29 -08:00
  • 9cc710098b Merge branch 'rs/rebase-use-strvec-pushf' Junio C Hamano 2024-01-02 13:51:29 -08:00
  • 72e6a61c40 Merge branch 'sh/completion-with-reftable' Junio C Hamano 2024-01-02 13:51:28 -08:00
  • 1b2234079b t9500: write "extensions.refstorage" into config Patrick Steinhardt 2023-12-29 08:27:13 +01:00
  • 5ed860f51b builtin/clone: introduce --ref-format= value flag Patrick Steinhardt 2023-12-29 08:27:09 +01:00
  • 48fa45f5fb builtin/init: introduce --ref-format= value flag Patrick Steinhardt 2023-12-29 08:27:04 +01:00
  • 3c4a5318af builtin/rev-parse: introduce --show-ref-format flag Patrick Steinhardt 2023-12-29 08:27:00 +01:00
  • 58aaf59133 t: introduce GIT_TEST_DEFAULT_REF_FORMAT envvar Patrick Steinhardt 2023-12-29 08:26:56 +01:00
  • aa19619a98 setup: introduce GIT_DEFAULT_REF_FORMAT envvar Patrick Steinhardt 2023-12-29 08:26:52 +01:00
  • d7497a42b0 setup: introduce "extensions.refStorage" extension Patrick Steinhardt 2023-12-29 08:26:47 +01:00
  • 58be32fff9 setup: set repository's formats on init Patrick Steinhardt 2023-12-29 08:26:43 +01:00
  • 173761e21b setup: start tracking ref storage format Patrick Steinhardt 2023-12-29 08:26:39 +01:00
  • 0fcc285c5e refs: refactor logic to look up storage backends Patrick Steinhardt 2023-12-29 08:26:34 +01:00
  • 465a22b338 worktree: skip reading HEAD when repairing worktrees Patrick Steinhardt 2023-12-29 08:26:30 +01:00
  • bb0372c979 t: introduce DEFAULT_REPO_FORMAT prereq Patrick Steinhardt 2023-12-29 08:26:26 +01:00
  • 2232a88ab6 attr: add builtin objectmode values support Joanna Wang 2023-11-16 05:44:37 +00:00
  • c61740d607 mem-pool: simplify alignment calculation René Scharfe 2023-12-24 18:02:04 +01:00
  • 6cbae64000 mem-pool: fix big allocations René Scharfe 2023-12-28 20:19:06 +01:00
  • 03bcc93769 sideband.c: remove redundant 'NEEDSWORK' tag Chandra Pratap 2023-12-28 08:01:00 +00:00
  • 291873e5d6 SubmittingPatches: hyphenate non-ASCII Josh Soref 2023-12-28 04:55:24 +00:00
  • 7818951623 SubmittingPatches: clarify GitHub artifact format Josh Soref 2023-12-28 04:55:23 +00:00
  • 0771a3b55c SubmittingPatches: clarify GitHub visual Josh Soref 2023-12-28 04:55:22 +00:00
  • 08e2e6f8d2 SubmittingPatches: provide tag naming advice Josh Soref 2023-12-28 04:55:21 +00:00
  • c771ef6f77 SubmittingPatches: update extra tags list Josh Soref 2023-12-28 04:55:20 +00:00
  • ac9fff2bf1 SubmittingPatches: discourage new trailers Josh Soref 2023-12-28 04:55:19 +00:00
  • 127106294a SubmittingPatches: drop ref to "What's in git.git" Josh Soref 2023-12-28 04:55:18 +00:00
  • e6397c5cc8 CodingGuidelines: write punctuation marks Josh Soref 2023-12-28 04:55:17 +00:00
  • 2d194548cb CodingGuidelines: move period inside parentheses Josh Soref 2023-12-28 04:55:16 +00:00
  • 489058b80d What's cooking (2023/12 #05) Junio C Hamano 2023-12-27 16:21:59 -08:00
  • e79552d197 The fourth batch Junio C Hamano 2023-12-27 14:51:46 -08:00
  • 94e8e404a7 Merge branch 'ps/clone-into-reftable-repository' Junio C Hamano 2023-12-27 14:52:28 -08:00
  • 6db745e1f5 Merge branch 'rs/t6300-compressed-size-fix' Junio C Hamano 2023-12-27 14:52:27 -08:00
  • deb67d12de Merge branch 'jx/fetch-atomic-error-message-fix' Junio C Hamano 2023-12-27 14:52:27 -08:00
  • a29e8b6059 Merge branch 'rs/c99-stdbool-test-balloon' Junio C Hamano 2023-12-27 14:52:27 -08:00
  • aa6122ce52 Merge branch 'sp/test-i18ngrep' Junio C Hamano 2023-12-27 14:52:27 -08:00
  • c17ed4fe26 Merge branch 'jc/doc-misspelt-refs-fix' Junio C Hamano 2023-12-27 14:52:26 -08:00
  • f96fecc7c4 Merge branch 'jc/doc-most-refs-are-not-that-special' Junio C Hamano 2023-12-27 14:52:26 -08:00
  • b0d277d69f Merge branch 'es/add-doc-list-short-form-of-all-in-synopsis' Junio C Hamano 2023-12-27 14:52:26 -08:00
  • 9df9e3770a Merge branch 'jk/mailinfo-iterative-unquote-comment' Junio C Hamano 2023-12-27 14:52:26 -08:00
  • f6a129ceaf Merge branch 'ps/chainlint-self-check-update' Junio C Hamano 2023-12-27 14:52:25 -08:00
  • 73b1808fa3 Merge branch 'rs/show-ref-incompatible-options' Junio C Hamano 2023-12-27 14:52:25 -08:00
  • 637e34a783 Merge branch 'ps/reftable-fixes' Junio C Hamano 2023-12-27 14:52:25 -08:00
  • b7fbd2ab83 Merge branch 'jc/diff-cached-fsmonitor-fix' Junio C Hamano 2023-12-27 14:52:25 -08:00
  • 01f86ebb95 Merge branch 'jc/fake-lstat' Junio C Hamano 2023-12-27 14:52:24 -08:00
  • db2cf6f3bb Merge branch 'jk/mailinfo-oob-read-fix' Junio C Hamano 2023-12-27 14:52:24 -08:00
  • f09e74175d Merge branch 'jc/checkout-B-branch-in-use' Junio C Hamano 2023-12-27 14:52:24 -08:00
  • 45b625142d apply: code simplification Junio C Hamano 2023-12-26 15:32:18 -08:00
  • 01aff0ae85 apply: correctly reverse patch's pre- and post-image mode bits Junio C Hamano 2023-12-26 15:32:17 -08:00
  • 0482c32c33 apply: ignore working tree filemode when !core.filemode Chandra Pratap 2023-12-26 15:32:16 -08:00
  • 53ded839ae sparse-checkout: use default patterns for 'set' only !stdin Junio C Hamano 2023-12-20 22:59:24 -08:00