Commit Graph

  • 55b5ba87f1 Merge branch 'en/doc-renormalize' Junio C Hamano 2025-02-21 10:35:53 -08:00
  • ee8020ff40 Merge branch 'ua/update-server-info-sans-the-repository' Junio C Hamano 2025-02-21 10:35:52 -08:00
  • 975fc0471a compat/mingw: rename the symlink, not the target Eliah Kagan 2025-02-21 12:01:36 +00:00
  • 89be7d2774 builtin/refs: add '--no-reflog' flag to drop reflogs Karthik Nayak 2025-02-21 11:04:23 +01:00
  • 63a597dd94 ci: exercise credential helpers Patrick Steinhardt 2025-02-18 08:46:00 +01:00
  • 235fe77c29 ci: fix propagating UTF-8 test locale in musl-based Meson job Patrick Steinhardt 2025-02-18 08:45:59 +01:00
  • b838bf1938 Merge branch 'master' of https://github.com/j6t/gitk Junio C Hamano 2025-02-20 05:59:56 -08:00
  • 4a6cc6a20e Merge branch 'pks-meson-support' of https://github.com/pks-t/gitk Johannes Sixt 2025-02-20 10:54:37 +01:00
  • 9990b581fa Merge branch 'g4w-gitk' of https://github.com/dscho/gitk Johannes Sixt 2025-02-20 10:53:53 +01:00
  • b4c06f7c4d gitk: introduce support for the Meson build system Patrick Steinhardt 2025-02-19 13:42:50 +01:00
  • 0d4fe3047f gitk: extract script to build executable Patrick Steinhardt 2025-02-19 13:34:30 +01:00
  • cf7ee48190 agent: advertise OS name via agent capability Usman Akinyemi 2025-02-15 21:20:52 +05:30
  • 0bf8d1b395 meson: fix Perl version check for Meson versions before 1.7.0 Peter Oliver 2025-02-18 15:30:43 +00:00
  • d874d37837 meson: bump minimum required Perl version to 5.26.0 Peter Oliver 2025-02-18 15:30:42 +00:00
  • 5fa232d852 What's cooking (2025/02 #06) Junio C Hamano 2025-02-18 15:42:43 -08:00
  • a554262210 The twelfth batch Junio C Hamano 2025-02-18 15:02:31 -08:00
  • 6d385fe277 Merge branch 'bc/contrib-thunderbird-patch-inline-fix' Junio C Hamano 2025-02-18 15:30:33 -08:00
  • 5dd710cb62 Merge branch 'lo/t7603-path-is-file-update' Junio C Hamano 2025-02-18 15:30:33 -08:00
  • 716b00e6e9 Merge branch 'da/difftool-sans-the-repository' Junio C Hamano 2025-02-18 15:30:32 -08:00
  • 7722b997c6 Merge branch 'jt/rev-list-missing-print-info' Junio C Hamano 2025-02-18 15:30:32 -08:00
  • 345aaf3976 Merge branch 'ps/send-pack-unhide-error-in-atomic-push' Junio C Hamano 2025-02-18 15:30:32 -08:00
  • e565f37553 Merge branch 'ds/backfill' Junio C Hamano 2025-02-18 15:30:31 -08:00
  • 3262a53c12 reftable: ignore file-in-use errors when unlink(3p) fails on Windows Patrick Steinhardt 2025-02-06 08:53:58 +01:00
  • 507595e568 Merge branch 'ps/reftable-sans-compat-util' into ps/reftable-windows-unlink-fix Junio C Hamano 2025-02-18 14:29:04 -08:00
  • c1d6628c94 meson: wire up static analysis via Coccinelle Patrick Steinhardt 2025-02-18 08:45:56 +01:00
  • e9e924e581 meson: wire up git-contacts(1) Patrick Steinhardt 2025-02-18 08:45:55 +01:00
  • 1cee22ebff meson: wire up credential helpers Patrick Steinhardt 2025-02-18 08:45:54 +01:00
  • 3f22889276 contrib/credential: fix compilation of "osxkeychain" helper Patrick Steinhardt 2025-02-18 08:45:53 +01:00
  • a47b8733b3 contrib/credential: fix compiling "libsecret" helper Patrick Steinhardt 2025-02-18 08:45:52 +01:00
  • f8d95a323a contrib/credential: fix compilation of wincred helper with MSVC M Hickford 2025-02-18 08:45:51 +01:00
  • fd21e6e447 contrib/credential: fix "netrc" tests with out-of-tree builds Patrick Steinhardt 2025-02-18 08:45:50 +01:00
  • c5823641a6 GIT-BUILD-OPTIONS: propagate project's source directory Patrick Steinhardt 2025-02-18 08:45:49 +01:00
  • 36463e32df promisor-remote: check advertised name or URL Christian Couder 2025-02-18 12:32:03 +01:00
  • d460267613 Add 'promisor-remote' capability to protocol v2 Christian Couder 2025-02-18 12:32:02 +01:00
  • 8f6a2dbe34 Makefile: skip reftable library for Coccinelle Patrick Steinhardt 2025-02-18 10:20:54 +01:00
  • 6af23ac66c reftable: decouple from Git codebase by pulling in "compat/posix.h" Patrick Steinhardt 2025-02-18 10:20:53 +01:00
  • 75a044f748 git-compat-util.h: split out POSIX-emulating bits Patrick Steinhardt 2025-02-18 10:20:52 +01:00
  • 0b960a53da compat/mingw: split out POSIX-related bits Patrick Steinhardt 2025-02-18 10:20:51 +01:00
  • f93b2a0424 reftable/basics: introduce REFTABLE_UNUSED annotation Patrick Steinhardt 2025-02-18 10:20:50 +01:00
  • f8ed12dec4 reftable/basics: stop using SWAP() macro Patrick Steinhardt 2025-02-18 10:20:49 +01:00
  • 10f2935c7f reftable/stack: stop using sleep_millisec() Patrick Steinhardt 2025-02-18 10:20:48 +01:00
  • 712f6cfe54 reftable/system: introduce reftable_rand() Patrick Steinhardt 2025-02-18 10:20:47 +01:00
  • 01a587da8c reftable/reader: stop using ARRAY_SIZE() macro Patrick Steinhardt 2025-02-18 10:20:46 +01:00
  • e676694298 reftable/basics: provide wrappers for big endian conversion Patrick Steinhardt 2025-02-18 10:20:45 +01:00
  • 6e3ea71639 reftable/basics: stop using st_mult() in array allocators Patrick Steinhardt 2025-02-18 10:20:44 +01:00
  • 445f9f4f35 reftable: stop using BUG() in trivial cases Patrick Steinhardt 2025-02-18 10:20:43 +01:00
  • 6f6127decd reftable/record: don't BUG() in reftable_record_cmp() Patrick Steinhardt 2025-02-18 10:20:42 +01:00
  • 9d9fac0f34 reftable/record: stop using BUG() in reftable_record_init() Patrick Steinhardt 2025-02-18 10:20:41 +01:00
  • a967966432 reftable/record: stop using COPY_ARRAY() Patrick Steinhardt 2025-02-18 10:20:40 +01:00
  • 70afa6fa31 reftable/blocksource: stop using xmmap() Patrick Steinhardt 2025-02-18 10:20:39 +01:00
  • e31db89558 reftable/stack: stop using write_in_full() Patrick Steinhardt 2025-02-18 10:20:38 +01:00
  • cb3e368b69 reftable/stack: stop using read_in_full() Patrick Steinhardt 2025-02-18 10:20:37 +01:00
  • a620046b29 diff: don't crash with empty argument to -G or -S brian m. carlson 2025-02-17 17:57:59 +00:00
  • c2d96bc42c doc: use 'title' consistently M Hickford 2025-02-16 21:02:41 +00:00
  • 6a9ae81015 merge-tree: fix link formatting in html docs Phillip Wood 2025-02-18 16:24:39 +00:00
  • 3e681a7ccc merge-tree: improve docs for --stdin Phillip Wood 2025-02-18 16:24:38 +00:00
  • 54cf5d2da8 merge-tree: only use basic merge config Phillip Wood 2025-02-18 16:24:37 +00:00
  • 1b0e5f4499 merge-tree: remove redundant code Phillip Wood 2025-02-18 16:24:36 +00:00
  • 344a107b55 merge-tree --stdin: flush stdout to avoid deadlock Phillip Wood 2025-02-18 16:24:35 +00:00
  • 044b6f04f2 refspec: clarify function naming and documentation Meet Soni 2025-02-15 14:15:39 +05:30
  • 15ff206863 t5701: add setup test to remove side-effect dependency Usman Akinyemi 2025-02-15 21:20:51 +05:30
  • 6aa09fd872 version: extend get_uname_info() to hide system details Usman Akinyemi 2025-02-15 21:20:50 +05:30
  • 0a78d61247 version: refactor get_uname_info() Usman Akinyemi 2025-02-15 21:20:49 +05:30
  • cdfd081df6 version: refactor redact_non_printables() Usman Akinyemi 2025-02-15 21:20:48 +05:30
  • 0c124cba54 version: replace manual ASCII checks with isprint() for clarity Usman Akinyemi 2025-02-15 21:20:47 +05:30
  • 5309c1e9fb Makefile: set default goals in makefiles Adam Dinwoodie 2025-02-15 21:19:03 +00:00
  • 6b64ee2d16 What's cooking (2025/02 #05) Junio C Hamano 2025-02-15 10:03:19 -08:00
  • 0394451348 The eleventh batch Junio C Hamano 2025-02-14 17:53:32 -08:00
  • 60cb8e79cb Merge branch 'ps/doc-http-upload-archive-service' Junio C Hamano 2025-02-14 17:53:49 -08:00
  • 82522a9e2c Merge branch 'kn/reflog-migration-fix-followup' Junio C Hamano 2025-02-14 17:53:48 -08:00
  • c3fffcfe8e Merge branch 'bf/fetch-set-head-fix' Junio C Hamano 2025-02-14 17:53:48 -08:00
  • 09e74b06ea Merge branch 'op/worktree-is-main-bare-fix' Junio C Hamano 2025-02-14 17:53:48 -08:00
  • 5785d9143b Merge branch 'tc/clone-single-revision' Junio C Hamano 2025-02-14 17:53:47 -08:00
  • 0cc13007e5 Merge branch 'bc/doc-adoc-not-txt' Junio C Hamano 2025-02-14 17:53:47 -08:00
  • 0d03fda6a5 config/remote.txt: improve wording for 'remote.<name>.followRemoteHEAD' Philippe Blain 2025-02-14 17:36:18 +00:00
  • aaf8f79c67 config/remote.txt: reunite 'severOption' description paragraphs Philippe Blain 2025-02-14 17:36:17 +00:00
  • b07dd9078b merge-recursive: optimize time complexity for process_renames Meet Soni 2025-02-14 10:11:29 +05:30
  • f23179924b Makefile: remove accidental recipe prefix in conditional Taylor Blau 2025-02-13 15:25:50 -05:00
  • 9a307cd2d6 What's cooking (2025/02 #04) Junio C Hamano 2025-02-12 15:51:21 -08:00
  • e2067b49ec The tenth batch Junio C Hamano 2025-02-12 10:09:08 -08:00
  • 2d7a874493 Merge branch 'da/help-autocorrect-one-fix' Junio C Hamano 2025-02-12 10:08:55 -08:00
  • 39de0ffbe3 Merge branch 'sc/help-autocorrect-one' Junio C Hamano 2025-02-12 10:08:54 -08:00
  • 0a99ffb4d6 Merge branch 'ms/remote-valid-remote-name' Junio C Hamano 2025-02-12 10:08:54 -08:00
  • 998c5f0c75 Merge branch 'ms/refspec-cleanup' Junio C Hamano 2025-02-12 10:08:54 -08:00
  • 791677a5dd Merge branch 'jp/doc-trailer-config' Junio C Hamano 2025-02-12 10:08:53 -08:00
  • 5b9d01bc4d Merge branch 'zh/gc-expire-to' Junio C Hamano 2025-02-12 10:08:53 -08:00
  • a4af0b6288 Merge branch 'js/libgit-rust' Junio C Hamano 2025-02-12 10:08:53 -08:00
  • 3f3fd0f346 Merge branch 'ac/t5401-use-test-path-is-file' Junio C Hamano 2025-02-12 10:08:52 -08:00
  • 9865ef2457 Merge branch 'ac/t6423-unhide-git-exit-status' Junio C Hamano 2025-02-12 10:08:52 -08:00
  • 07c401d392 Merge branch 'ps/repack-keep-unreachable-in-unpacked-repo' Junio C Hamano 2025-02-12 10:08:51 -08:00
  • aae91a86fb Merge branch 'ds/name-hash-tweaks' Junio C Hamano 2025-02-12 10:08:51 -08:00
  • a3b56f5f43 xdiff: avoid signed vs. unsigned comparisons in xutils.c David Aguilar 2025-02-11 22:04:18 -08:00
  • 13b67f15c1 xdiff: avoid signed vs. unsigned comparisons in xpatience.c David Aguilar 2025-02-11 22:04:17 -08:00
  • 2dc6cf247e xdiff: avoid signed vs. unsigned comparisons in xhistogram.c David Aguilar 2025-02-11 22:04:16 -08:00
  • 46fb084353 xdiff: avoid signed vs. unsigned comparisons in xemit.c David Aguilar 2025-02-11 22:04:15 -08:00
  • 0d31bab479 xdiff: avoid signed vs. unsigned comparisons in xdiffi.c David Aguilar 2025-02-11 22:04:14 -08:00
  • 9d16f89584 xdiff: move sign comparison warning guard into each file David Aguilar 2025-02-11 22:04:13 -08:00
  • 45761988ac doc: clarify the intent of the renormalize option in the merge machinery Elijah Newren 2025-02-11 21:01:52 +00:00
  • 832f56f06a doc: centrally document various ways tospell true and false Junio C Hamano 2025-02-11 09:20:07 -08:00
  • af8fc7be10 rebase -i: reword empty commit after fast-forward Phillip Wood 2025-02-11 15:59:08 +00:00