Commit Graph

  • 62898b8f5e builtin/update-server-info: remove the_repository global variable Usman Akinyemi 2025-02-10 23:40:30 +05:30
  • 59d26bd961 thunderbird-patch-inline: avoid bashism brian m. carlson 2025-02-10 23:49:47 +00:00
  • 15c6383f80 What's cooking (2025/02 #03) Junio C Hamano 2025-02-10 11:54:03 -08:00
  • 388218fac7 The ninth batch Junio C Hamano 2025-02-10 10:18:17 -08:00
  • 50e1821529 Merge branch 'jk/ci-coverity-update' Junio C Hamano 2025-02-10 10:18:31 -08:00
  • 6f0b72205d Merge branch 'sk/unit-tests-0130' Junio C Hamano 2025-02-10 10:18:31 -08:00
  • 246569bf83 Merge branch 'ps/hash-cleanup' Junio C Hamano 2025-02-10 10:18:30 -08:00
  • 0ca6b46d7c Merge branch 'jt/gitlab-ci-base-fix' Junio C Hamano 2025-02-10 10:18:30 -08:00
  • 34736ff48e Merge branch 'pw/apply-ulong-overflow-check' Junio C Hamano 2025-02-10 10:18:30 -08:00
  • 442b7e0018 Merge branch 'ps/setup-reinit-fixes' Junio C Hamano 2025-02-10 10:18:29 -08:00
  • f1cc562b77 t7603: replace test -f by test_path_is_file Lucas Oshiro 2025-02-08 13:57:31 -03:00
  • 93bfad180c What's cooking (2025/02 #02) Junio C Hamano 2025-02-07 11:27:55 -08:00
  • 07242c2a5a path: drop git_common_path() in favor of repo_common_path() Patrick Steinhardt 2025-02-07 12:03:35 +01:00
  • 8e4710f011 worktree: return allocated string from get_worktree_git_dir() Patrick Steinhardt 2025-02-07 12:03:34 +01:00
  • 3859e39659 path: drop git_path_buf() in favor of repo_git_path_replace() Patrick Steinhardt 2025-02-07 12:03:33 +01:00
  • bba59f58a4 path: drop git_pathdup() in favor of repo_git_path() Patrick Steinhardt 2025-02-07 12:03:32 +01:00
  • 7f17900b5b path: drop unused strbuf_git_path() function Patrick Steinhardt 2025-02-07 12:03:31 +01:00
  • f5c714e2a7 path: refactor repo_submodule_path() family of functions Patrick Steinhardt 2025-02-07 12:03:30 +01:00
  • f9467895d8 submodule: refactor submodule_to_gitdir() to accept a repo Patrick Steinhardt 2025-02-07 12:03:29 +01:00
  • 93a8cfaf3c path: refactor repo_worktree_path() family of functions Patrick Steinhardt 2025-02-07 12:03:28 +01:00
  • bdfc07bfdf path: refactor repo_git_path() family of functions Patrick Steinhardt 2025-02-07 12:03:27 +01:00
  • 70a16ff8a1 path: refactor repo_common_path() family of functions Patrick Steinhardt 2025-02-07 12:03:26 +01:00
  • 9520f7d998 The eighth batch Junio C Hamano 2025-02-06 14:24:26 -08:00
  • 5f338eae76 Merge branch 'ps/leakfixes-0129' Junio C Hamano 2025-02-06 14:56:45 -08:00
  • 9d0e81e2ae Merge branch 'ps/zlib-ng' Junio C Hamano 2025-02-06 14:56:45 -08:00
  • 9fad473fae Merge branch 'js/bundle-unbundle-fd-reuse-fix' Junio C Hamano 2025-02-06 14:56:44 -08:00
  • 2bf3c7fab1 Merge branch 'ps/ci-misc-updates' Junio C Hamano 2025-02-06 14:56:44 -08:00
  • 7c2f291943 difftool: eliminate use of USE_THE_REPOSITORY_VARIABLE David Aguilar 2025-02-05 20:20:10 -08:00
  • a24953f3df difftool: eliminate use of the_repository David Aguilar 2025-02-05 20:20:09 -08:00
  • 8241ae63d8 difftool: eliminate use of global variables David Aguilar 2025-02-05 20:20:08 -08:00
  • dd1eb665ef doc: documentation for http.uploadarchive config option Piotr Szlazak 2025-02-06 17:45:27 +00:00
  • 337855629f builtin/clone: teach git-clone(1) the --revision= option Toon Claes 2025-02-06 07:33:35 +01:00
  • 9144b9362b parse-options: introduce die_for_incompatible_opt2() Toon Claes 2025-02-06 07:33:34 +01:00
  • 7a52a8c7d8 clone: introduce struct clone_opts in builtin/clone.c Toon Claes 2025-02-06 07:33:33 +01:00
  • 2ca67c6f14 clone: add tags refspec earlier to fetch refspec Toon Claes 2025-02-06 07:33:32 +01:00
  • 879780f9a1 clone: refactor wanted_peer_refs() Toon Claes 2025-02-06 07:33:31 +01:00
  • bc26f7690a clone: make it possible to specify --tags Toon Claes 2025-02-06 07:33:30 +01:00
  • 7f420a6bda clone: cut down on global variables in clone.c Toon Claes 2025-02-06 07:33:29 +01:00
  • 78a95e0d80 worktree: detect from secondary worktree if main worktree is bare Olga Pilipenco 2025-02-05 06:30:13 +00:00
  • 3eeed876a9 docs: indicate http.sslCertType and sslKeyType Andrew Carter 2025-02-04 23:38:56 -06:00
  • 3295c35398 rev-list: extend print-info to print missing object type Justin Tobler 2025-02-04 18:41:47 -06:00
  • c6d896bcfd rev-list: add print-info action to print missing object path Justin Tobler 2025-02-04 18:41:46 -06:00
  • 6ffe58157f What's cooking (2025/02 #01) Junio C Hamano 2025-02-04 16:03:19 -08:00
  • 414c82300a builtin/repack: fix --keep-unreachable when there are no packs Patrick Steinhardt 2025-02-04 08:00:41 +01:00
  • f21ea69d94 remote: relocate valid_remote_name Meet Soni 2025-02-04 19:58:52 +05:30
  • d549b6c9ff refspec: relocate apply_refspecs and related funtions Meet Soni 2025-02-04 09:35:58 +05:30
  • 7b24a170d2 refspec: relocate matching related functions Meet Soni 2025-02-04 09:35:57 +05:30
  • be0905fed1 remote: rename query_refspecs functions Meet Soni 2025-02-04 09:35:56 +05:30
  • 230d022fe3 refspec: relocate refname_matches_negative_refspec_item Meet Soni 2025-02-04 09:35:55 +05:30
  • e4f6ab0085 remote: rename function omit_name_by_refspec Meet Soni 2025-02-04 09:35:54 +05:30
  • 85127bcdea backfill: assume --sparse when sparse-checkout is enabled Derrick Stolee 2025-02-03 17:11:07 +00:00
  • bff4555767 backfill: add --sparse option Derrick Stolee 2025-02-03 17:11:06 +00:00
  • 6840fe9ee2 backfill: add --min-batch-size=<n> option Derrick Stolee 2025-02-03 17:11:05 +00:00
  • 1e72e889e7 backfill: basic functionality and tests Derrick Stolee 2025-02-03 17:11:04 +00:00
  • a3f79e9abd backfill: add builtin boilerplate Derrick Stolee 2025-02-03 17:11:03 +00:00
  • e5a0d5d8bb Merge branch 'master' into ds/backfill Junio C Hamano 2025-02-03 16:12:33 -08:00
  • b81f8c8dd3 send-pack: gracefully close the connection for atomic push Jiang Xin 2025-02-03 07:29:38 +01:00
  • 60c208db58 t5543: atomic push reports exit code failure Patrick Steinhardt 2025-02-03 07:29:37 +01:00
  • 3028db4af2 send-pack: new return code "ERROR_SEND_PACK_BAD_REF_STATUS" Jiang Xin 2025-02-03 07:29:36 +01:00
  • dd69a12e6a t5548: add porcelain push test cases for dry-run mode Jiang Xin 2025-02-03 07:29:35 +01:00
  • 2329b6b461 t5548: add new porcelain test cases Patrick Steinhardt 2025-02-03 07:29:34 +01:00
  • bc0f5939a5 t5548: refactor test cases by resetting upstream Jiang Xin 2025-02-03 07:29:33 +01:00
  • 12ad6b8fea t5548: refactor to reuse setup_upstream() function Jiang Xin 2025-02-03 07:29:32 +01:00
  • b1be3953e5 t5504: modernize test by moving heredocs into test bodies Patrick Steinhardt 2025-02-03 07:29:31 +01:00
  • 7c1d34fe5d t6423: fix suppression of Git’s exit code in tests Ayush Chandekar 2025-02-02 17:39:26 +05:30
  • e4542d8b35 help: add "show" as a valid configuration value David Aguilar 2025-02-01 13:33:19 -08:00
  • e21bf2c431 help: show the suggested command when help.autocorrect is false David Aguilar 2025-02-01 13:33:18 -08:00
  • a0fc18f042 Merge branch 'sc/help-autocorrect-one' into da/help-autocorrect-one-fix Junio C Hamano 2025-02-03 15:21:57 -08:00
  • 318f4c9827 t5401: prefer test_path_is_* helper function ambar chakravartty 2025-02-01 12:42:10 +05:30
  • bc204b7427 The seventh batch Junio C Hamano 2025-02-03 10:23:05 -08:00
  • 1f124f3024 Merge branch 'kn/reflog-migration-fix-fix' Junio C Hamano 2025-02-03 10:23:34 -08:00
  • b83a2f9006 Merge branch 'kn/pack-write-with-reduced-globals' Junio C Hamano 2025-02-03 10:23:34 -08:00
  • f49905d47d Merge branch 'ps/build-meson-fixes' Junio C Hamano 2025-02-03 10:23:34 -08:00
  • 803b5acaa7 Merge branch 'ps/3.0-remote-deprecation' Junio C Hamano 2025-02-03 10:23:33 -08:00
  • c43136d67b Merge branch 'jk/combine-diff-cleanup' Junio C Hamano 2025-02-03 10:23:33 -08:00
  • caf17423d3 Merge branch 'tb/unsafe-hash-cleanup' Junio C Hamano 2025-02-03 10:23:32 -08:00
  • 14ddc393b1 ci: set CI_JOB_IMAGE for coverity job Jeff King 2025-01-31 18:30:15 -05:00
  • f9d4bb7b9a Merge branch 'ps/ci-misc-updates' into jk/ci-coverity-update Junio C Hamano 2025-02-03 09:24:25 -08:00
  • 6f91663493 What's cooking (2025/01 #09) Junio C Hamano 2025-01-31 15:23:29 -08:00
  • af8bf677c1 t/unit-tests: convert strcmp-offset test to use clar test framework Seyi Kuforiji 2025-01-31 23:14:20 +01:00
  • 4b995465b2 t/unit-tests: convert strbuf test to use clar test framework Seyi Kuforiji 2025-01-31 23:14:19 +01:00
  • e0f807bdad t/unit-tests: adapt example decorate test to use clar test framework Seyi Kuforiji 2025-01-31 23:14:18 +01:00
  • 38b066ee76 t/unit-tests: convert hashmap test to use clar test framework Seyi Kuforiji 2025-01-31 23:14:17 +01:00
  • acc4fb302b ci: fix base commit fallback for check-whitespace and check-style Justin Tobler 2025-01-31 11:39:38 -06:00
  • 0578f1e66a global: adapt callers to use generic hash context helpers Patrick Steinhardt 2025-01-31 13:55:31 +01:00
  • b2755c15e2 hash: provide generic wrappers to update hash contexts Patrick Steinhardt 2025-01-31 13:55:30 +01:00
  • 7346e340f1 hash: stop typedeffing the hash context Patrick Steinhardt 2025-01-31 13:55:29 +01:00
  • 52eef501e1 hash: convert hashing context to a structure Patrick Steinhardt 2025-01-31 13:55:28 +01:00
  • 0cbcba5455 Merge branch 'tb/unsafe-hash-cleanup' into ps/hash-cleanup Junio C Hamano 2025-01-31 10:05:46 -08:00
  • 58b5801aa9 The sixth batch Junio C Hamano 2025-01-31 08:42:07 -08:00
  • 81309f424b Merge branch 'jc/show-index-h-update' Junio C Hamano 2025-01-31 09:44:16 -08:00
  • bdd1988eb3 Merge branch 'ja/doc-notes-markup-updates' Junio C Hamano 2025-01-31 09:44:15 -08:00
  • ecba2c181c Merge branch 'sk/strlen-returns-size_t' Junio C Hamano 2025-01-31 09:44:15 -08:00
  • dccd9c5cf2 Merge branch 'ja/doc-restore-markup-update' Junio C Hamano 2025-01-31 09:44:15 -08:00
  • 72f1ddfbc9 Merge branch 'ps/build-meson-fixes' into ps/build-meson-fixes-0130 Junio C Hamano 2025-01-30 14:33:55 -08:00
  • 7e88640cd1 setup: fix reinit of repos with incompatible GIT_DEFAULT_HASH Patrick Steinhardt 2025-01-30 17:24:19 +01:00
  • 796fda3f78 setup: fix reinit of repos with incompatible GIT_DEFAULT_REF_FORMAT Patrick Steinhardt 2025-01-30 17:24:18 +01:00
  • 150c31bf88 t0001: remove duplicate test Patrick Steinhardt 2025-01-30 17:24:17 +01:00
  • a206058fda apply: detect overflow when parsing hunk header Phillip Wood 2025-01-30 11:08:30 +00:00
  • 087740d65a scalar: free result of remote_default_branch() Patrick Steinhardt 2025-01-30 07:17:39 +01:00