Commit Graph

  • c2a3b847ed Makefile: consistently use PERL_PATH Patrick Steinhardt 2024-12-06 14:24:42 +01:00
  • a38edab7c8 Makefile: generate doc versions via GIT-VERSION-GEN Patrick Steinhardt 2024-12-06 14:24:41 +01:00
  • 9bb10d27e7 Makefile: generate "git.rc" via GIT-VERSION-GEN Patrick Steinhardt 2024-12-06 14:24:40 +01:00
  • 0c8d339514 Makefile: propagate Git version via generated header Patrick Steinhardt 2024-12-06 14:24:39 +01:00
  • 4838deab65 Makefile: refactor GIT-VERSION-GEN to be reusable Patrick Steinhardt 2024-12-06 14:24:38 +01:00
  • dbe46c0feb Makefile: consistently use @PLACEHOLDER@ to substitute Patrick Steinhardt 2024-12-06 14:24:37 +01:00
  • 4638e8806e Makefile: use common template for GIT-BUILD-OPTIONS Patrick Steinhardt 2024-12-06 14:24:36 +01:00
  • e03d2a9ccb t/helper: don't depend on implicit wraparound Patrick Steinhardt 2024-12-06 11:27:31 +01:00
  • 89a0c5c024 scalar: address -Wsign-compare warnings Patrick Steinhardt 2024-12-06 11:27:30 +01:00
  • efb38ad49f builtin/patch-id: fix type of get_one_patchid() Patrick Steinhardt 2024-12-06 11:27:29 +01:00
  • 6411a0a896 builtin/blame: fix type of length variable when emitting object ID Patrick Steinhardt 2024-12-06 11:27:28 +01:00
  • 87318f2b6e gpg-interface: address -Wsign-comparison warnings Patrick Steinhardt 2024-12-06 11:27:27 +01:00
  • 7d200af27f daemon: fix type of max_connections Patrick Steinhardt 2024-12-06 11:27:26 +01:00
  • 8108d1ac94 daemon: fix loops that have mismatching integer types Patrick Steinhardt 2024-12-06 11:27:25 +01:00
  • 80c9e70ebe global: trivial conversions to fix -Wsign-compare warnings Patrick Steinhardt 2024-12-06 11:27:24 +01:00
  • 25435e4ad8 pkt-line: fix -Wsign-compare warning on 32 bit platform Patrick Steinhardt 2024-12-06 11:27:23 +01:00
  • ba8f6018b5 csum-file: fix -Wsign-compare warning on 32-bit platform Junio C Hamano 2024-12-06 11:27:22 +01:00
  • 47d72a74a7 diff.h: fix index used to loop through unsigned integer Patrick Steinhardt 2024-12-06 11:27:21 +01:00
  • 4f9264b0cd config.mak.dev: drop -Wno-sign-compare Patrick Steinhardt 2024-12-06 11:27:20 +01:00
  • 41f43b8243 global: mark code units that generate warnings with -Wsign-compare Patrick Steinhardt 2024-12-06 11:27:19 +01:00
  • 709fdce089 compat/win32: fix -Wsign-compare warning in "wWinMain()" Patrick Steinhardt 2024-12-06 11:27:18 +01:00
  • 6e1d0ce470 compat/regex: explicitly ignore "-Wsign-compare" warnings Patrick Steinhardt 2024-12-06 11:27:17 +01:00
  • 2121a76d71 git-compat-util: introduce macros to disable "-Wsign-compare" warnings Patrick Steinhardt 2024-12-06 11:27:16 +01:00
  • db162862b3 describe: split "found all tags" and max_candidates logic Jeff King 2024-12-06 00:42:18 -05:00
  • e66fd72e97 The fourteenth batch Junio C Hamano 2024-12-06 12:50:15 +09:00
  • 0f588c4661 Merge branch 'kh/sequencer-comment-char' Junio C Hamano 2024-12-06 13:23:17 +09:00
  • b4269ebf35 Merge branch 'sj/refs-symref-referent-fix' Junio C Hamano 2024-12-06 13:23:16 +09:00
  • e02082c7f8 Merge branch 'bf/set-head-symref' into js/set-head-symref-fix Junio C Hamano 2024-12-06 12:09:43 +09:00
  • 6c397d0104 advice: suggest using subcommand "git config set" Bence Ferdinandy 2024-12-05 13:21:58 +01:00
  • 012bc566ba remote set-head: set followRemoteHEAD to "warn" if "always" Bence Ferdinandy 2024-12-05 13:16:22 +01:00
  • 9e2b7005be fetch set_head: add warn-if-not-$branch option Bence Ferdinandy 2024-12-05 13:16:21 +01:00
  • ad739f525e fetch set_head: move warn advice into advise_if_enabled Bence Ferdinandy 2024-12-05 13:16:20 +01:00
  • dece6c1d3a What's cooking (2024/12 #02) Junio C Hamano 2024-12-05 06:23:13 +09:00
  • 24d3dd79e4 midx: inline the MIDX_MIN_SIZE definition Karthik Nayak 2024-11-27 17:28:33 +01:00
  • f59de71cf7 midx: pass down hash_algo to functions using global variables Karthik Nayak 2024-11-27 17:28:32 +01:00
  • d5c2ca576a midx: pass repository to load_multi_pack_index Karthik Nayak 2024-11-27 17:28:31 +01:00
  • fae9bae709 midx: cleanup internal usage of the_repository and the_hash_algo Karthik Nayak 2024-11-27 17:28:30 +01:00
  • 2fed09aa9b midx-write: pass down repository to write_midx_file[_only] Karthik Nayak 2024-11-27 17:28:29 +01:00
  • dfa7c68245 write-midx: add repository field to write_midx_context Karthik Nayak 2024-11-27 17:28:28 +01:00
  • 20df8141f5 midx-write: use revs->repo inside read_refs_snapshot Karthik Nayak 2024-11-27 17:28:27 +01:00
  • 3687a4b3e1 midx-write: pass down repository to static functions Karthik Nayak 2024-11-27 17:28:26 +01:00
  • aaafb67ba9 Merge branch 'kn/pass-repo-to-builtin-sub-sub-commands' into kn/midx-wo-the-repository Junio C Hamano 2024-12-04 10:32:02 +09:00
  • 33833ed08b Merge branch 'kn/the-repository' into kn/midx-wo-the-repository Junio C Hamano 2024-12-04 10:31:46 +09:00
  • 23692e08c6 The thirteenth batch Junio C Hamano 2024-12-04 10:03:11 +09:00
  • f334c387f4 Merge branch 'ja/git-diff-doc-markup' Junio C Hamano 2024-12-04 10:14:49 +09:00
  • 4c1b7e364e Merge branch 'bc/drop-ancient-libcurl-and-perl' Junio C Hamano 2024-12-04 10:14:48 +09:00
  • 1e18cf4310 Merge branch 'kn/pass-repo-to-builtin-sub-sub-commands' Junio C Hamano 2024-12-04 10:14:47 +09:00
  • 8c917be5d2 Merge branch 'ps/bisect-double-free-fix' Junio C Hamano 2024-12-04 10:14:46 +09:00
  • e5b71577a6 Merge branch 'tb/use-test-file-size-more' Junio C Hamano 2024-12-04 10:14:45 +09:00
  • 0a0712e05f Merge branch 'tb/boundary-traversal-fix' Junio C Hamano 2024-12-04 10:14:43 +09:00
  • 57e81b59f3 Merge branch 'sj/ref-contents-check' Junio C Hamano 2024-12-04 10:14:42 +09:00
  • 7ee055b237 Merge branch 'ps/ref-backend-migration-optim' Junio C Hamano 2024-12-04 10:14:41 +09:00
  • a5dd262a75 Merge branch 'ps/leakfixes-part-10' Junio C Hamano 2024-12-04 10:14:38 +09:00
  • 2f605347da Merge branch 'ps/gc-stale-lock-warning' Junio C Hamano 2024-12-04 10:14:37 +09:00
  • 8cb4c6e62f t9300: test verification of renamed paths Jeff King 2024-12-03 16:06:52 -05:00
  • bc1a980759 doc: mention rev-list --ancestry-path restrictions Kai Koponen 2024-12-03 12:14:34 -05:00
  • 2811649951 packfile.c: remove unnecessary prepare_packed_git() call Taylor Blau 2024-12-03 15:44:04 +01:00
  • e106040722 midx: add repository to multi_pack_index struct Karthik Nayak 2024-12-03 15:44:03 +01:00
  • d284713bae config: make packed_git_(limit|window_size) non-global variables Karthik Nayak 2024-12-03 15:44:02 +01:00
  • d6b2d21fbf config: make delta_base_cache_limit a non-global variable Karthik Nayak 2024-12-03 15:44:01 +01:00
  • c87910b96b packfile: pass down repository to for_each_packed_object Karthik Nayak 2024-12-03 15:44:00 +01:00
  • cc656f4eb2 packfile: pass down repository to has_object[_kept]_pack Karthik Nayak 2024-12-03 15:43:59 +01:00
  • 873b00597b packfile: pass down repository to odb_pack_name Karthik Nayak 2024-12-03 15:43:58 +01:00
  • 4f9e6bd492 packfile: pass repository to static function in the file Karthik Nayak 2024-12-03 15:43:57 +01:00
  • 9c5ce06d74 packfile: use repository from packed_git directly Karthik Nayak 2024-12-03 15:43:56 +01:00
  • 2cf3fe63f6 packfile: add repository to struct packed_git Karthik Nayak 2024-12-03 15:43:55 +01:00
  • ce1cda53a3 What's cooking (2024/12 #01) Junio C Hamano 2024-12-03 13:41:36 +09:00
  • bbd445d5ef tag: "git tag" refuses to use HEAD as a tagname Junio C Hamano 2024-12-03 11:32:40 +09:00
  • e5ce5b05d0 t5604: do not expect that HEAD can be a valid tagname Junio C Hamano 2024-12-03 11:32:39 +09:00
  • 93e5e048f8 refs: drop strbuf_ prefix from helpers Junio C Hamano 2024-12-03 11:32:38 +09:00
  • 5bcbde9e49 refs: move ref name helpers around Junio C Hamano 2024-12-03 11:32:37 +09:00
  • 60c778d172 Merge branch 'ps/leakfixes-part-10' into rj/strvec-splice-fix Junio C Hamano 2024-12-02 16:27:17 +09:00
  • e2f5d3b491 Documentation/git-update-ref.txt: add missing word Kristoffer Haugsbakk 2024-11-29 19:52:29 +01:00
  • 18693d7d65 Documentation/git-bundle.txt: fix word join typo Kristoffer Haugsbakk 2024-11-28 20:44:51 +01:00
  • da91a90c2f fast-import: disallow more path components Elijah Newren 2024-11-30 01:09:29 +00:00
  • b7f7d16562 fetch: add configuration for set_head behaviour Bence Ferdinandy 2024-11-29 00:06:46 +01:00
  • 2037ca85ad worktree: refactor repair_worktree_after_gitdir_move() Caleb White 2024-11-29 22:23:16 +00:00
  • e6df1ee2c1 worktree: add relative cli/config options to repair command Caleb White 2024-11-29 22:23:10 +00:00
  • 298d2917e2 worktree: add relative cli/config options to move command Caleb White 2024-11-29 22:23:03 +00:00
  • b7016344f1 worktree: add relative cli/config options to add command Caleb White 2024-11-29 22:22:55 +00:00
  • 4dac9e3c01 worktree: add write_worktree_linking_files() function Caleb White 2024-11-29 22:22:47 +00:00
  • 5976310916 worktree: refactor infer_backlink return Caleb White 2024-11-29 22:22:41 +00:00
  • 1860ba1a2a worktree: add relativeWorktrees extension Caleb White 2024-11-29 22:22:34 +00:00
  • d897f2c16d setup: correctly reinitialize repository version Caleb White 2024-11-29 22:22:26 +00:00
  • 168ebb7159 CodingGuidelines: a handful of error message guidelines Junio C Hamano 2024-11-27 22:23:45 +09:00
  • b952bd0c2e Merge branch 'sv-20231026' of https://github.com/nafmo/gitk-l10n-sv Johannes Sixt 2024-11-28 21:36:58 +01:00
  • baa159137b transport: propagate fsck configuration during bundle fetch Justin Tobler 2024-11-27 17:33:12 -06:00
  • 05596e93c5 fetch-pack: split out fsck config parsing Justin Tobler 2024-11-27 17:33:11 -06:00
  • 187574ce86 bundle: support fsck message configuration Justin Tobler 2024-11-27 17:33:10 -06:00
  • 87c01003cd bundle: add bundle verification options type Justin Tobler 2024-11-27 17:33:09 -06:00
  • c8d5b50b6c What's cooking (2024/11 #10) Junio C Hamano 2024-11-28 11:32:25 +09:00
  • 761e62a09a Merge branch 'bf/set-head-symref' into bf/fetch-set-head-config Junio C Hamano 2024-11-27 22:49:05 +09:00
  • cc01bad4a9 The twelfth batch Junio C Hamano 2024-11-27 07:23:44 +09:00
  • 4a611ee7eb Merge branch 'kn/ref-transaction-hook-with-reflog' Junio C Hamano 2024-11-27 07:57:10 +09:00
  • 1f3d9b9814 Merge branch 'jt/index-pack-allow-promisor-only-while-fetching' Junio C Hamano 2024-11-27 07:57:09 +09:00
  • 8eaa06590f Merge branch 'en/fast-import-avoid-self-replace' Junio C Hamano 2024-11-27 07:57:08 +09:00
  • 89ceab7b4c Merge branch 'kh/trailer-in-glossary' Junio C Hamano 2024-11-27 07:57:07 +09:00
  • f670d811e2 Merge branch 'jk/gcc15' Junio C Hamano 2024-11-27 07:57:06 +09:00
  • 93905d3b70 Merge branch 'bc/c23' Junio C Hamano 2024-11-27 07:57:05 +09:00
  • 87fc668ce5 Merge branch 'ps/clar-build-improvement' Junio C Hamano 2024-11-27 07:57:04 +09:00