Commit Graph

  • 88505ed637 environment: move "check_stat" into struct repo_config_values Olamide Caleb Bello 2026-06-02 18:09:15 +01:00
  • 18684282df environment: move "trust_ctime" into struct repo_config_values Olamide Caleb Bello 2026-06-02 18:09:14 +01:00
  • bb88a926f4 http: preserve wwwauth_headers across redirects Aaron Plattner 2026-06-02 09:11:48 -07:00
  • e61190e2fa git-gui: add gui and pick as explicit subcommands Mark Levedahl 2026-05-31 19:02:25 -04:00
  • 3fbef193c7 git-gui: check browser/blame arguments carefully Mark Levedahl 2026-05-31 19:02:24 -04:00
  • 7c7c7ba4ce git-gui: allow specifying path '.' to the browser Mark Levedahl 2026-05-31 19:02:23 -04:00
  • 4f5114bfac git-gui: try harder to find worktree from gitdir Mark Levedahl 2026-05-31 19:02:22 -04:00
  • d0e9b4959b git-gui: simplify [is_bare] to report if a worktree is known Mark Levedahl 2026-05-31 19:02:21 -04:00
  • 80b7207e68 git-gui: use git rev-parse for worktree discovery Mark Levedahl 2026-05-31 19:02:20 -04:00
  • edcf9188be git-gui: use rev-parse exclusively to find a repository Mark Levedahl 2026-05-31 19:02:19 -04:00
  • 9902c4cc9c git-gui: use --absolute-git-dir Mark Levedahl 2026-05-31 19:02:18 -04:00
  • 587a4ac448 git-gui: do not change global vars in choose_repository::pick Mark Levedahl 2026-05-31 19:02:17 -04:00
  • d4800b7a6e git-gui: guard set/unset of GIT_DIR and GIT_WORK_TREE Mark Levedahl 2026-05-31 19:02:16 -04:00
  • bc58f1c734 SubmittingPatches: describe cover letter Junio C Hamano 2026-06-02 23:43:04 +09:00
  • 66ebad2775 SubmittingPatches: separate typofixes section Junio C Hamano 2026-06-02 23:43:03 +09:00
  • 388f8b0ec3 What's cooking (2026/06 #01) Junio C Hamano 2026-06-02 19:16:59 +09:00
  • 4018dc29ee doc: document and test @ prefix for raw timestamps Luna Schwalbe 2026-06-02 10:17:36 +02:00
  • 5cd4d0d850 config.mak.uname: avoid macOS linker warning on Xcode 16.3+ Harald Nordgren 2026-06-02 07:37:58 +00:00
  • 489fc7bff1 Sync with 'master' Junio C Hamano 2026-06-02 16:44:09 +09:00
  • 46fb5fe1c2 Merge branch 'jc/doc-monitor-ghci' into next Junio C Hamano 2026-06-02 16:44:02 +09:00
  • 5c1ff2a769 Merge branch 'ib/doc-push-default-simple' into next Junio C Hamano 2026-06-02 16:44:01 +09:00
  • f70dd05c9c Merge branch 'gh/jump-auto-mode' into next Junio C Hamano 2026-06-02 16:44:01 +09:00
  • 4876f95de0 Merge branch 'rs/strbuf-add-oid-hex' into next Junio C Hamano 2026-06-02 16:44:01 +09:00
  • f5be02d8ec Merge branch 'rs/strbuf-add-uint' into next Junio C Hamano 2026-06-02 16:44:01 +09:00
  • ba5d6aebaa Merge branch 'ua/push-remote-group' into next Junio C Hamano 2026-06-02 16:44:00 +09:00
  • 02a749d7fe Merge branch 'th/promisor-quiet-per-repo' into next Junio C Hamano 2026-06-02 16:44:00 +09:00
  • d1a84a996a Merge branch 'tb/bitmap-build-performance' into next Junio C Hamano 2026-06-02 16:44:00 +09:00
  • 9ac3f193c0 The 11th batch Junio C Hamano 2026-06-02 12:48:59 +09:00
  • 95e5fbd0ef Merge branch 'kh/doc-hook' Junio C Hamano 2026-06-02 16:15:29 +09:00
  • ffaa2eddd0 Merge branch 'ds/path-walk-filters' Junio C Hamano 2026-06-02 16:15:29 +09:00
  • 15dc60dcd1 Merge branch 'ta/approxidate-noon-fix' Junio C Hamano 2026-06-02 16:15:29 +09:00
  • 7b3ab91768 Merge branch 'jk/connect-service-enum' Junio C Hamano 2026-06-02 16:15:28 +09:00
  • 1891707d1b describe: fix --exclude, --match with --contains and --all Jacob Keller 2026-06-01 16:36:08 -07:00
  • 6e670b3f0c index-pack: retain child bases in delta cache Arijit Banerjee 2026-06-01 16:13:21 +00:00
  • 18decad922 http: fix memory leak in fetch_and_setup_pack_index() LorenzoPegorari 2026-06-01 15:52:12 +02:00
  • 96ee7f1650 http: cleanup function fetch_and_setup_pack_index() LorenzoPegorari 2026-06-01 15:52:01 +02:00
  • 061a68e443 sub-process: use gentle handshake to avoid die() on startup failure Michael Montalbo 2026-06-01 21:20:47 +00:00
  • 413d51724f prio-queue: use cascade-down for faster extract-min Kristofer Karlsson 2026-06-01 08:17:35 +00:00
  • ef4778bcba odb/source-loose: drop pointer to the "files" source Patrick Steinhardt 2026-06-01 10:20:41 +02:00
  • 87af3bb434 odb/source-loose: stub out remaining callbacks Patrick Steinhardt 2026-06-01 10:20:40 +02:00
  • e6a39bbe7a odb/source-loose: wire up write_object_stream() callback Patrick Steinhardt 2026-06-01 10:20:39 +02:00
  • b9906a645c object-file: refactor writing objects to use loose source Patrick Steinhardt 2026-06-01 10:20:38 +02:00
  • 04a6e84cbd odb/source-loose: wire up write_object() callback Patrick Steinhardt 2026-06-01 10:20:37 +02:00
  • 87588db131 loose: refactor object map to operate on struct odb_source_loose Patrick Steinhardt 2026-06-01 10:20:36 +02:00
  • d8b9e8bb23 odb/source-loose: wire up freshen_object() callback Patrick Steinhardt 2026-06-01 10:20:35 +02:00
  • 86f7ab5a1f odb/source-loose: drop odb_source_loose_has_object() Patrick Steinhardt 2026-06-01 10:20:34 +02:00
  • 2ade08ac29 odb/source-loose: wire up count_objects() callback Patrick Steinhardt 2026-06-01 10:20:33 +02:00
  • 8a6da81cc1 odb/source-loose: wire up find_abbrev_len() callback Patrick Steinhardt 2026-06-01 10:20:32 +02:00
  • e4f1d9ba57 odb/source-loose: wire up for_each_object() callback Patrick Steinhardt 2026-06-01 10:20:31 +02:00
  • 727a935a71 odb/source-loose: wire up read_object_stream() callback Patrick Steinhardt 2026-06-01 10:20:30 +02:00
  • 584338ed92 odb/source-loose: wire up read_object_info() callback Patrick Steinhardt 2026-06-01 10:20:29 +02:00
  • 337b7fccba odb/source-loose: wire up close() callback Patrick Steinhardt 2026-06-01 10:20:28 +02:00
  • a2b7db9bc8 odb/source-loose: wire up reprepare() callback Patrick Steinhardt 2026-06-01 10:20:27 +02:00
  • ead691927b odb/source-loose: start converting to a proper struct odb_source Patrick Steinhardt 2026-06-01 10:20:26 +02:00
  • 1d451ba6fe odb/source-loose: store pointer to "files" instead of generic source Patrick Steinhardt 2026-06-01 10:20:25 +02:00
  • 514f039c90 odb/source-loose: move loose source into "odb/" subsystem Patrick Steinhardt 2026-06-01 10:20:24 +02:00
  • a7e5d89203 git-gui: remove unnecessary 'cd $_gitworktree' from do_gitk Johannes Sixt 2026-05-31 19:02:15 -04:00
  • 89858b2f3c git-gui: use HEAD as current branch when detached Mark Levedahl 2026-05-31 19:02:14 -04:00
  • d145956f57 Sync with 'master' Junio C Hamano 2026-05-31 10:02:08 +09:00
  • cc4fe82d87 Merge branch 'ja/doc-synopsis-style-again' into next Junio C Hamano 2026-05-31 10:01:58 +09:00
  • eeb8d0c207 Merge branch 'kk/commit-reach-optim' into next Junio C Hamano 2026-05-31 10:01:58 +09:00
  • d1b1dd94f5 Merge branch 'aj/stash-patch-optimize-temporary-index' into next Junio C Hamano 2026-05-31 10:01:58 +09:00
  • 154f83b192 Merge branch 'kh/free-commit-list' into next Junio C Hamano 2026-05-31 10:01:57 +09:00
  • e85a961bc7 Merge branch 'ds/restore-sparse-index' into next Junio C Hamano 2026-05-31 10:01:57 +09:00
  • 1666c12652 The 10th batch Junio C Hamano 2026-05-31 10:00:11 +09:00
  • 25d6fff594 Merge branch 'sp/doc-range-diff-takes-notes' Junio C Hamano 2026-05-31 10:00:39 +09:00
  • a096b19c57 Merge branch 'ps/gitlab-ci-macOS-improvements' Junio C Hamano 2026-05-31 10:00:38 +09:00
  • 33da2f4d3b Merge branch 'sa/cat-file-batch-mailmap-switch' Junio C Hamano 2026-05-31 10:00:38 +09:00
  • f6c8fe189b Merge branch 'jk/commit-graph-lazy-load-fallback' Junio C Hamano 2026-05-31 10:00:38 +09:00
  • 4d11b9c218 Merge branch 'pt/fsmonitor-linux' Junio C Hamano 2026-05-31 10:00:38 +09:00
  • 7af2503365 Merge branch 'ps/graph-lane-limit' Junio C Hamano 2026-05-31 10:00:37 +09:00
  • d2c01318b0 Merge branch 'jr/bisect-custom-terms-in-output' Junio C Hamano 2026-05-31 10:00:37 +09:00
  • 1694d2bba5 Merge branch 'tc/generate-configlist-fix-for-older-ninja' Junio C Hamano 2026-05-31 10:00:37 +09:00
  • a0ce168def Merge branch 'kk/tips-reachable-from-bases-optim' Junio C Hamano 2026-05-31 10:00:37 +09:00
  • e6a641e8a1 Merge branch 'ed/check-connected-close-err-fd' Junio C Hamano 2026-05-31 10:00:36 +09:00
  • e9068a5b00 Merge branch 'ed/check-connected-close-err-fd-2.53' Junio C Hamano 2026-05-31 10:00:36 +09:00
  • 59cccb3b0c Merge branch 'ds/path-walk-filters' into tb/pack-path-walk-bitmap-delta-islands Junio C Hamano 2026-05-30 10:10:56 +09:00
  • d0bf7fefe8 Meta/TopicCheck: allow merging on a base before testing Junio C Hamano 2026-05-30 09:49:14 +09:00
  • 7a49c15ce9 Meta/Reintegrate: 'Comments?' is a valid status Junio C Hamano 2026-05-30 09:48:42 +09:00
  • dc6068df67 docs: fix typos and grammar Weijie Yuan 2026-05-29 16:17:04 +08:00
  • 422a5bf575 daemon: guard NULL REMOTE_PORT in execute() logging Sebastien Tardif 2026-05-28 02:56:56 +00:00
  • 30c8fda1ab daemon: fix IPv6 address truncation in ip2str() Sebastien Tardif 2026-05-28 02:56:55 +00:00
  • b8cda126b4 daemon: fix IPv6 address corruption in lookup_hostname() Sebastien Tardif 2026-05-28 02:56:54 +00:00
  • 4b5d8a0163 line-log: allow non-patch diff formats with -L Michael Montalbo 2026-05-28 20:47:46 +00:00
  • 42d960748e line-log: integrate -L output with the standard log-tree pipeline Michael Montalbo 2026-05-28 20:47:45 +00:00
  • 558057cf4f revision: move -L setup before output_format-to-diff derivation Michael Montalbo 2026-05-28 20:47:44 +00:00
  • 1ec041bebb doc: clarify that --word-diff operates on line-level hunks Michael Montalbo 2026-05-28 19:21:45 +00:00
  • 8c84e6802c t3070: skip ls-files tests with backslash patterns on Windows Kristofer Karlsson 2026-05-28 09:00:48 +00:00
  • 83e7f3bd2b commit: remove deprecated functions Kristoffer Haugsbakk 2026-05-28 09:00:11 +02:00
  • 7dd898a92d *: replace deprecated free_commit_list Kristoffer Haugsbakk 2026-05-28 09:00:10 +02:00
  • dd4bc01c0a revision: use priority queue for non-limited streaming walks Kristofer Karlsson 2026-05-27 15:50:02 +00:00
  • d877b1af50 revision: introduce rev_walk_mode to clarify get_revision_1() Kristofer Karlsson 2026-05-27 15:50:01 +00:00
  • 9f4e170dfc pack-objects: call release_revisions() after cruft traversal Kristofer Karlsson 2026-05-27 15:50:00 +00:00
  • 49633dc88c pack-bitmap: build pseudo-merge bitmaps after regular bitmaps Taylor Blau 2026-05-27 15:56:11 -04:00
  • b04d26607d pack-bitmap: remember pseudo-merge parents Taylor Blau 2026-05-27 15:56:08 -04:00
  • dcccd99746 pack-bitmap: sort bitmaps before XORing Taylor Blau 2026-05-27 15:56:05 -04:00
  • c720bbcc53 pack-bitmap: cache object positions during fill Taylor Blau 2026-05-27 15:56:02 -04:00
  • ece3465d44 pack-bitmap: consolidate find_object_pos() success path Taylor Blau 2026-05-27 15:55:59 -04:00
  • 3ea5fe8482 pack-bitmap: reuse stored selected bitmaps Taylor Blau 2026-05-27 15:55:56 -04:00
  • 1760c37258 pack-bitmap: check subtree bits before recursing Taylor Blau 2026-05-27 15:55:53 -04:00