Commit Graph

  • 66ae1a48ec t5551: "GIT_TEST_LONG=Yes make test" is broken Junio C Hamano 2026-05-08 14:31:03 +09:00
  • 0b72550110 mingw: remove the vendored compat/nedmalloc/ subtree Johannes Schindelin 2026-05-08 12:50:58 +00:00
  • cefcada1d3 mingw: drop the build-system plumbing for nedmalloc Johannes Schindelin 2026-05-08 12:50:57 +00:00
  • c9eb040e4b mingw: stop using nedmalloc Johannes Schindelin 2026-05-08 12:50:56 +00:00
  • 48c855bb8f doc: add caveat about turning off commit-graph Kristoffer Haugsbakk 2026-05-07 21:42:28 +02:00
  • 4bb086cfa2 maintenance(geometric): do release the .idx files before repacking Johannes Schindelin 2026-05-07 12:51:13 +00:00
  • 69ed0e35a7 mingw: optionally use legacy (non-POSIX) delete semantics Johannes Schindelin 2026-05-07 12:51:12 +00:00
  • 0e2149cff1 t9904: add tests for the new url-parse builtin Matheus Afonso Martins Moreira 2026-05-02 05:28:42 +00:00
  • d1671b13dc doc: describe the url-parse builtin Matheus Afonso Martins Moreira 2026-05-02 05:28:41 +00:00
  • 533eb14798 builtin: create url-parse command Matheus Afonso Martins Moreira 2026-05-02 05:28:40 +00:00
  • 18a8281712 urlmatch: define url_parse function Matheus Afonso Martins Moreira 2026-05-02 05:28:39 +00:00
  • 46d6fb752e url: return URL_SCHEME_UNKNOWN instead of dying Matheus Afonso Martins Moreira 2026-05-02 05:28:38 +00:00
  • d48e36a8a2 url: move scheme detection to URL header/source Matheus Afonso Martins Moreira 2026-05-02 05:28:37 +00:00
  • 51fcf73014 url: move url_is_local_not_ssh to url.h Matheus Afonso Martins Moreira 2026-05-02 05:28:36 +00:00
  • a8f96968a9 connect: rename enum protocol to url_scheme Matheus Afonso Martins Moreira 2026-05-02 05:28:35 +00:00
  • ab9753e7bc doc: restore: remove double underscore Kristoffer Haugsbakk 2026-05-05 21:46:38 +02:00
  • 663d7abe07 http: reject unsupported proxy URL schemes Aliwoto 2026-05-05 09:19:40 +00:00
  • 81229c7fb2 Meta/Doit: reformat and list options in the order they are used Junio C Hamano 2026-05-05 21:30:54 +09:00
  • dda2283677 Meta/TopicCheck: typofix Junio C Hamano 2026-05-05 21:30:04 +09:00
  • 0c1ed96fb9 Merge branch 'en/backfill-fixes-and-edges' into ds/path-walk-filters Junio C Hamano 2026-05-05 16:38:56 +09:00
  • 3ab3d5077d refs: use peeled tag values in reference backends Karthik Nayak 2026-05-04 19:44:13 +02:00
  • ad0f76d782 refs: add peeled object ID to the ref_update struct Karthik Nayak 2026-05-04 19:44:12 +02:00
  • b32c23be3b refs: move object parsing to the generic layer Karthik Nayak 2026-05-04 19:44:11 +02:00
  • e31a10418a update-ref: handle rejections while adding updates Karthik Nayak 2026-05-04 19:44:10 +02:00
  • 637989cdec update-ref: move print_rejected_refs() up Karthik Nayak 2026-05-04 19:44:09 +02:00
  • e99e98e600 refs: return ref_transaction_error from ref_transaction_update() Karthik Nayak 2026-05-04 19:44:08 +02:00
  • cc42c88945 refs: extract out reflog config to generic layer Karthik Nayak 2026-05-04 19:44:07 +02:00
  • d194dffcfd refs: introduce ref_store_init_options Karthik Nayak 2026-05-04 19:44:06 +02:00
  • 8a349a1d79 refs: remove unused typedef 'ref_transaction_commit_fn' Karthik Nayak 2026-05-04 19:44:05 +02:00
  • dca97e79bb xdiff: reduce the size of array Phillip Wood 2026-05-04 15:06:21 +01:00
  • c8eb18f586 xprepare: simplify error handling Phillip Wood 2026-05-04 15:06:20 +01:00
  • 53d13887b8 xdiff: cleanup xdl_clean_mmatch() Phillip Wood 2026-05-04 15:06:19 +01:00
  • a814112533 xdiff: reduce size of action arrays Phillip Wood 2026-05-04 15:06:18 +01:00
  • bfd057b2dd Merge branch 'en/xdiff-cleanup-3' into pw/xdiff-shrink-memory-consumption Junio C Hamano 2026-05-05 16:19:59 +09:00
  • 8ea8281665 push: support pushing to a remote group Usman Akinyemi 2026-05-03 21:04:02 +05:30
  • 3e7b9dce27 remote: move remote group resolution to remote.c Usman Akinyemi 2026-05-03 21:04:01 +05:30
  • 6ab1b3b74d remote: fix sign-compare warnings in push_cas_option Usman Akinyemi 2026-05-03 21:04:00 +05:30
  • 3dd8dab20e What's cooking (2026/05 #01) Junio C Hamano 2026-05-03 12:46:47 +09:00
  • c1c6fb06ba Meta/TopicCheck: try new branches with expensive checks Junio C Hamano 2026-05-02 07:21:30 +09:00
  • 8547908eb3 worktree: rename get_worktree_from_repository() Phillip Wood 2026-05-01 16:20:00 +01:00
  • 07596ce695 status: improve rebase todo list parsing Phillip Wood 2026-05-01 16:16:39 +01:00
  • be1fd7de62 sequencer: factor out parsing of todo commands Phillip Wood 2026-05-01 16:16:38 +01:00
  • 4919938d28 doc: clarify http.emptyAuth values Matthew John Cheetham 2026-04-30 10:54:32 +00:00
  • 4a6ed9d09f l10n: bump mshick/add-pr-comment from v2 to v3 Johannes Schindelin 2026-04-30 07:35:00 +00:00
  • 7e6ede6ce1 ci: bump git-for-windows/setup-git-for-windows-sdk from v1 to v2 Johannes Schindelin 2026-04-30 07:34:59 +00:00
  • 20cd2c96a7 ci: bump actions/checkout from v5 to v6 Johannes Schindelin 2026-04-30 07:34:58 +00:00
  • 6e61245d0a ci: bump actions/github-script from v8 to v9 Johannes Schindelin 2026-04-30 07:34:57 +00:00
  • 3148cf56b1 ci: bump actions/{upload,download}-artifact to v7 and v8 Johannes Schindelin 2026-04-30 07:34:56 +00:00
  • e54194d8ba ci: bump microsoft/setup-msbuild from v2 to v3 Johannes Schindelin 2026-04-30 07:34:55 +00:00
  • f87808b701 xdiff/xdl_cleanup_records: make execution of action easier to follow Ezekiel Newren 2026-04-29 22:08:15 +00:00
  • c355f69cda xdiff/xdl_cleanup_records: make setting action easier to follow Ezekiel Newren 2026-04-29 22:08:14 +00:00
  • f99a023df2 xdiff/xdl_cleanup_records: make limits more clear Ezekiel Newren 2026-04-29 22:08:13 +00:00
  • 216802587e xdiff/xdl_cleanup_records: use unambiguous types Ezekiel Newren 2026-04-29 22:08:12 +00:00
  • c37f8cda05 xdiff: use unambiguous types in xdl_bogo_sqrt() Ezekiel Newren 2026-04-29 22:08:11 +00:00
  • b7b8449e5a xdiff/xdl_cleanup_records: delete local recs pointer Ezekiel Newren 2026-04-29 22:08:10 +00:00
  • c07039ebc4 checkout -m: autostash when switching branches Harald Nordgren 2026-04-28 18:39:12 +00:00
  • 26e4e50d46 checkout: rollback lock on early returns in merge_working_tree Harald Nordgren 2026-04-28 18:39:11 +00:00
  • e1c8b2d4ec sequencer: teach autostash apply to take optional conflict marker labels Harald Nordgren 2026-04-28 18:39:10 +00:00
  • 93177db652 sequencer: allow create_autostash to run silently Harald Nordgren 2026-04-28 18:39:09 +00:00
  • 13817db274 stash: add --label-ours, --label-theirs, --label-base for apply Harald Nordgren 2026-04-28 18:39:08 +00:00
  • 007062ab4e index-pack, unpack-objects: increase input buffer from 4 KiB to 128 KiB Scott Bauersfeld 2026-04-28 14:47:40 +00:00
  • b33bea27a2 t5564: use a short path for the SOCKS proxy socket Johannes Schindelin 2026-04-29 08:22:54 +00:00
  • 4a9e097228 t2000: consolidate second scenario into a single test block Zakariyah Ali 2026-04-29 11:36:06 +01:00
  • 7735d7eee3 commit: sign commit after mutating buffer brian m. carlson 2026-04-27 22:18:34 +00:00
  • 1ddc0481cf commit: name UTF-8 function appropriately brian m. carlson 2026-04-27 22:18:33 +00:00
  • b635fd0725 doc: log: use the same delimiter in description list Kristoffer Haugsbakk 2026-04-27 21:06:50 +02:00
  • 31d19899c7 doc: log: fix --decorate description list Kristoffer Haugsbakk 2026-04-27 21:06:49 +02:00
  • c6c2257930 builtin/history: introduce "fixup" subcommand Patrick Steinhardt 2026-04-27 07:53:53 +02:00
  • 88191ea023 builtin/history: generalize function to commit trees Patrick Steinhardt 2026-04-27 07:53:52 +02:00
  • 0cf4ad7cf5 replay: allow callers to control what happens with empty commits Patrick Steinhardt 2026-04-27 07:53:51 +02:00
  • 438afb0664 SQUASH??? Junio C Hamano 2026-04-27 21:21:45 +09:00
  • 985b38ca6c safe.bareRepository: default to "explicit" with WITH_BREAKING_CHANGES Johannes Schindelin 2026-04-26 14:38:36 +00:00
  • a09d2b27ff status tests: filter .gitconfig from status output Johannes Schindelin 2026-04-26 14:38:35 +00:00
  • 83228f1661 ls-files tests: filter .gitconfig from --others output Johannes Schindelin 2026-04-26 14:38:34 +00:00
  • d97f27bf01 t5601: restore .gitconfig after includeIf test Johannes Schindelin 2026-04-26 14:38:33 +00:00
  • 59227c0e27 t1305: use --git-dir=. for bare repo in include cycle test Johannes Schindelin 2026-04-26 14:38:32 +00:00
  • 5fe676f448 t1300: remove global config settings injected by test-lib.sh Johannes Schindelin 2026-04-26 14:38:31 +00:00
  • a27fec3e7e t7900: do not let $HOME/.gitconfig interfere with XDG tests Johannes Schindelin 2026-04-26 14:38:30 +00:00
  • 8e61175e81 test-lib: allow bare repository access when breaking changes are enabled Johannes Schindelin 2026-04-26 14:38:29 +00:00
  • 9ff4b5ab1b grep: fix --column --only-match for 2nd and later matches René Scharfe 2026-04-24 23:04:27 +02:00
  • 21186cf9bb alias: restore support for simple dotted aliases Jonatan Holmgren 2026-04-24 18:17:00 +02:00
  • e834cad326 What's cooking (2026/04 #08) Junio C Hamano 2026-04-23 17:34:03 +09:00
  • 4f69b47b94 Merge branch 'ps/test-set-e-clean' into next Junio C Hamano 2026-04-23 11:08:25 +09:00
  • fb9310bfae Merge branch 'bc/rust-by-default' into next Junio C Hamano 2026-04-23 11:08:25 +09:00
  • 67e653a65f doc: document autocorrect API Jiamu Sun 2026-04-23 10:38:00 +09:00
  • d4ad16d56f parseopt: add tests for subcommand autocorrection Jiamu Sun 2026-04-23 10:37:59 +09:00
  • 22188044a9 parseopt: enable subcommand autocorrection for git-remote and git-notes Jiamu Sun 2026-04-23 10:37:58 +09:00
  • b9e6a2d30a parseopt: autocorrect mistyped subcommands Jiamu Sun 2026-04-23 10:37:57 +09:00
  • 0df5897d28 autocorrect: provide config resolution API Jiamu Sun 2026-04-23 10:37:56 +09:00
  • 01e68aca69 autocorrect: rename AUTOCORRECT_SHOW to AUTOCORRECT_HINT Jiamu Sun 2026-04-23 10:37:55 +09:00
  • 8fd1a7cd29 autocorrect: use mode and delay instead of magic numbers Jiamu Sun 2026-04-23 10:37:54 +09:00
  • a4e62f995b help: move tty check for autocorrection to autocorrect.c Jiamu Sun 2026-04-23 10:37:53 +09:00
  • 78a6303552 help: make autocorrect handling reusable Jiamu Sun 2026-04-23 10:37:52 +09:00
  • da0cdf9dc1 parseopt: extract subcommand handling from parse_options_step() Jiamu Sun 2026-04-23 10:37:51 +09:00
  • 8b44deebaf Revert "transport-helper, connect: use clean_on_exit to reap children on abnormal exit" Jeff King 2026-04-22 19:00:20 -04:00
  • 890229b3f3 t6112: avoid tilde expansion SZEDER Gábor 2026-04-21 21:21:32 +02:00
  • b2eec6663f merge-ort: handle cached rename & trivial resolution interaction better Elijah Newren 2026-04-20 22:30:14 +00:00
  • 7584d10bc2 Fix docs for format.commitListFormat Mirko Faina 2026-04-22 23:45:17 +02:00
  • ffe8005b9d t: detect errors outside of test cases Patrick Steinhardt 2026-04-21 09:34:25 +02:00
  • 1ecf653826 t9902: fix use of read with set -e Patrick Steinhardt 2026-04-21 09:34:24 +02:00