Commit Graph

  • 2a43e0e550 within_depth: fix return for empty path Toon Claes 2025-08-07 22:52:57 +02:00
  • 9bb4abe6cd combine-diff: zero memory used for callback filepairs Jeff King 2025-08-07 22:52:56 +02:00
  • f6ecb603ff merge-ort: fix directory rename on top of source of other rename/delete Elijah Newren 2025-08-06 23:15:22 +00:00
  • 885ffe538b merge-ort: fix incorrect file handling Elijah Newren 2025-08-06 23:15:21 +00:00
  • d3de978600 merge-ort: clarify the interning of strings in opt->priv->path Elijah Newren 2025-08-06 23:15:20 +00:00
  • db5015acc4 t6423: fix missed staging of file in testcases 12i,12j,12k Elijah Newren 2025-08-06 23:15:19 +00:00
  • 034b2fde7f t6423: document two bugs with rename-to-self testcases Elijah Newren 2025-08-06 23:15:18 +00:00
  • edbe2abcd8 merge-ort: drop unnecessary temporary in check_for_directory_rename() Elijah Newren 2025-08-06 23:15:17 +00:00
  • c5a2c765a0 merge-ort: update comments to modern testfile location Elijah Newren 2025-08-06 23:15:16 +00:00
  • ceb0002e1c What's cooking (2025/08 #03) Junio C Hamano 2025-08-07 09:51:36 -07:00
  • 2c2ba49d55 Git 2.51-rc1 v2.51.0-rc1 Junio C Hamano 2025-08-07 08:12:53 -07:00
  • 45dea789b0 Documentation/RelNotes/2.51.0: improve wording for a couple entries Patrick Steinhardt 2025-08-07 07:09:25 +02:00
  • 94c3b34d9d Merge branch 'jt/archive-zip-deflate-fix' Junio C Hamano 2025-08-07 08:14:38 -07:00
  • aa4fb2485c Merge branch 'dl/squelch-maybe-uninitialized' Junio C Hamano 2025-08-07 08:14:38 -07:00
  • 0349fa013e Merge branch 'jk/revert-squelch-compiler-warning' Junio C Hamano 2025-08-07 08:14:37 -07:00
  • 16c4fa26b9 builtin/remote: only iterate through refs that are to be renamed Patrick Steinhardt 2025-07-31 16:56:54 +02:00
  • 68d090a682 builtin/remote: rework how remote refs get renamed Patrick Steinhardt 2025-07-31 16:56:53 +02:00
  • 08e6a7add4 builtin/remote: determine whether refs need renaming early on Patrick Steinhardt 2025-07-31 16:56:52 +02:00
  • 376d7f1a11 builtin/remote: fix sign comparison warnings Patrick Steinhardt 2025-07-31 16:56:51 +02:00
  • 2f530e5d0a refs: simplify logic when migrating reflog entries Patrick Steinhardt 2025-07-31 16:56:50 +02:00
  • b9fd73a234 refs: pass refname when invoking reflog entry callback Patrick Steinhardt 2025-07-31 16:56:49 +02:00
  • cf03815537 Merge branch 'ps/reflog-migrate-fixes' into ps/remote-rename-fix Junio C Hamano 2025-08-06 07:41:57 -07:00
  • 4d491ade8f rebase -i: permit 'drop' of a merge commit Johannes Sixt 2025-08-06 19:38:35 +02:00
  • 465eff81de refs: fix invalid old object IDs when migrating reflogs Patrick Steinhardt 2025-08-06 07:54:20 +02:00
  • 046c67325c refs: stop unsetting REF_HAVE_OLD for log-only updates Patrick Steinhardt 2025-08-06 07:54:19 +02:00
  • 211fa8b2d0 refs/files: detect race when generating reflog entry for HEAD Patrick Steinhardt 2025-08-06 07:54:18 +02:00
  • ec922e0d30 refs: fix identity for migrated reflogs Patrick Steinhardt 2025-08-06 07:54:17 +02:00
  • 9fdbba862d ident: fix type of string length parameter Patrick Steinhardt 2025-08-06 07:54:16 +02:00
  • 7aa619c36f builtin/reflog: implement subcommand to write new entries Patrick Steinhardt 2025-08-06 07:54:15 +02:00
  • 1ffd2d4159 refs: export ref_transaction_update_reflog() Patrick Steinhardt 2025-08-06 07:54:14 +02:00
  • 649c7bb77a builtin/reflog: improve grouping of subcommands Patrick Steinhardt 2025-08-06 07:54:13 +02:00
  • e9493c55af Documentation/git-reflog: convert to use synopsis type Patrick Steinhardt 2025-08-06 07:54:12 +02:00
  • 64cbe5e2e8 A bit more after -rc0 Junio C Hamano 2025-08-05 11:53:34 -07:00
  • 8982c5e909 Merge branch 'kj/renamed-submodule' Junio C Hamano 2025-08-05 11:53:56 -07:00
  • 2823d928b4 Merge branch 'rs/tighten-alias-help' Junio C Hamano 2025-08-05 11:53:55 -07:00
  • 4ce0caa7cc Merge branch 'ps/object-file-wo-the-repository' Junio C Hamano 2025-08-05 11:53:55 -07:00
  • fed66d91c0 t: add test for git refs list subcommand Meet Soni 2025-08-05 14:57:58 +05:30
  • aa91c5c570 t6300: refactor tests to be shareable Meet Soni 2025-08-05 14:57:57 +05:30
  • eecccfe98b builtin/refs: add list subcommand Meet Soni 2025-08-05 14:57:56 +05:30
  • 6eeb1c070a builtin/for-each-ref: factor out core logic into a helper Meet Soni 2025-08-05 14:57:55 +05:30
  • 69c207dc45 builtin/for-each-ref: align usage string with the man page Meet Soni 2025-08-05 14:57:54 +05:30
  • 19623eb97e doc: factor out common option Meet Soni 2025-08-05 14:57:53 +05:30
  • 3a7e783d9c t/unit-tests/clar: fix -Wmaybe-uninitialized with -Og Denton Liu 2025-08-04 22:31:16 -07:00
  • eb883b05da remote: bail early from set_head() if missing remote name Jeff King 2025-08-04 22:31:13 -07:00
  • 5673005988 archive: flush deflate stream until Z_STREAM_END Justin Tobler 2025-08-02 17:08:03 -05:00
  • 112648dd6b Merge branch 'master' of https://github.com/j6t/git-gui Junio C Hamano 2025-08-04 11:45:23 -07:00
  • e2ad556081 Merge branch 'master' of https://github.com/j6t/gitk Junio C Hamano 2025-08-04 11:44:30 -07:00
  • 1754a8efba What's cooking (2025/08 #02) Junio C Hamano 2025-08-04 09:35:26 -07:00
  • e3923e3e90 Merge branch 'cb/no-tcl86-on-macos' Johannes Sixt 2025-08-04 18:27:03 +02:00
  • e3efff4463 git-gui: ensure own version of git-gui--askpass is used Carlo Marcelo Arenas Belón 2025-07-31 01:06:28 -07:00
  • 93ff79ed41 Merge branch 'docglobs' of github.com:ilyagr/gitk Johannes Sixt 2025-08-04 18:20:32 +02:00
  • 721c9e5ce7 Git 2.51-rc0 v2.51.0-rc0 Junio C Hamano 2025-08-04 08:09:37 -07:00
  • f67496534c Merge branch 'jc/test-hashmap-is-still-here' Junio C Hamano 2025-08-04 08:10:36 -07:00
  • 67fd2554bd Merge branch 'kh/doc-fast-import-historical' Junio C Hamano 2025-08-04 08:10:36 -07:00
  • dc87d078b4 Merge branch 'ms/meson-with-ancient-git-wo-ls-files-dedup' Junio C Hamano 2025-08-04 08:10:35 -07:00
  • 67424f5bca Merge branch 'jc/doc-release-vs-clear' Junio C Hamano 2025-08-04 08:10:35 -07:00
  • d8f795e08a Merge branch 'ch/t7450-recursive-clone-test-fix' Junio C Hamano 2025-08-04 08:10:34 -07:00
  • ea58adaeb9 Merge branch 'js/prompt-crlf-fix' Junio C Hamano 2025-08-04 08:10:34 -07:00
  • c4c628f661 Merge branch 'ps/meson-clar-decls-fix' Junio C Hamano 2025-08-04 08:10:34 -07:00
  • 817d661ce9 Merge branch 'js/mingw-fixes' Junio C Hamano 2025-08-04 08:10:33 -07:00
  • d63f334a82 Merge branch 'lm/add-p-context' Junio C Hamano 2025-08-04 08:10:33 -07:00
  • 540aaa607c Merge branch 'ps/config-wo-the-repository' Junio C Hamano 2025-08-04 08:10:32 -07:00
  • 10be1c41bc Merge branch 'kn/for-each-ref-skip-updates' Junio C Hamano 2025-08-04 08:10:32 -07:00
  • 0dc39a6e83 Merge branch 'jt/switch-restore-no-longer-experimental' Junio C Hamano 2025-08-04 08:10:31 -07:00
  • fab596878c Merge branch 'jb/t7510-gpg-program-path' Junio C Hamano 2025-08-04 08:10:31 -07:00
  • 8e75941b4f Merge branch 'cc/t9350-cleanup' Junio C Hamano 2025-08-04 08:10:30 -07:00
  • 41ca6a9533 Merge branch 'hy/blame-simplify-get-commit-info' Junio C Hamano 2025-08-04 08:10:30 -07:00
  • 1bad05bacc revert: initialize const value Jeff King 2025-08-04 09:00:11 -04:00
  • edf3134753 What's cooking (2025/08 #01) Junio C Hamano 2025-08-03 22:00:15 -07:00
  • 98a5b85644 gitk: Mention globs in description of preference to hide custom refs Ilya Grigoriev 2025-08-02 21:59:24 -07:00
  • e075325927 The seventeenth batch, just before -rc0 Junio C Hamano 2025-08-03 18:44:07 -07:00
  • 750a95ba3f Merge branch 'hl/test-helper-fd-close' Junio C Hamano 2025-08-03 18:44:27 -07:00
  • f61d8ce526 Merge branch 'ow/rebase-verify-insn-fmt-before-initializing-state' Junio C Hamano 2025-08-03 18:44:27 -07:00
  • 733b640d50 Merge branch 'ps/object-store-midx' Junio C Hamano 2025-08-03 18:44:26 -07:00
  • 8d9f536a51 Merge branch 'kn/for-each-ref-skip' Junio C Hamano 2025-08-03 18:44:26 -07:00
  • f559d42273 mingw: support Windows Server 2016 again Johannes Schindelin 2025-08-03 21:25:18 +00:00
  • 51f9b623f2 mingw_rename: support ReFS on Windows 2022 Johannes Schindelin 2025-08-03 21:25:17 +00:00
  • ce6ccbaf92 mingw: drop Windows 7-specific work-around Johannes Schindelin 2025-08-03 21:25:16 +00:00
  • 5f277fc5f2 mingw_open_existing: handle directories better Matthias Aßhauer 2025-08-03 21:25:15 +00:00
  • 08bb69d70f describe: use prio_queue_replace() René Scharfe 2025-08-03 13:49:11 +02:00
  • 66e2adb8f6 describe: use prio_queue René Scharfe 2025-08-03 13:38:29 +02:00
  • 838fe56920 trace2: do not use strbuf_split*() Junio C Hamano 2025-07-31 15:54:33 -07:00
  • cb8e82a641 trace2: trim_trailing_newline followed by trim is a no-op Junio C Hamano 2025-07-31 15:54:32 -07:00
  • d6fd08bd76 sub-process: do not use strbuf_split*() Junio C Hamano 2025-07-31 15:54:31 -07:00
  • b894d4481f environment: do not use strbuf_split*() Junio C Hamano 2025-07-31 15:54:30 -07:00
  • dcecac2580 config: do not use strbuf_split() Junio C Hamano 2025-07-31 15:54:29 -07:00
  • 566e910495 notes: do not use strbuf_split*() Junio C Hamano 2025-07-31 15:54:28 -07:00
  • d33091220d merge-tree: do not use strbuf_split*() Junio C Hamano 2025-07-31 15:54:27 -07:00
  • 4f60672f6f clean: do not use strbuf_split*() [part 2] Junio C Hamano 2025-07-31 15:54:26 -07:00
  • 4985f72ea5 clean: do not pass the whole structure when it is not necessary Junio C Hamano 2025-08-02 22:42:29 -07:00
  • 7a4acc3607 clean: do not use strbuf_split*() [part 1] Junio C Hamano 2025-07-31 15:54:25 -07:00
  • 899ff9c175 clean: do not pass strbuf by value Junio C Hamano 2025-07-31 15:54:24 -07:00
  • 2efe707054 wt-status: avoid strbuf_split*() Junio C Hamano 2025-07-31 15:54:23 -07:00
  • 5e901d1690 Merge branch 'jc/string-list-split' into jc/strbuf-split Junio C Hamano 2025-08-02 22:36:41 -07:00
  • 2ab2aac73d string-list: split-then-remove-empty can be done while splitting Junio C Hamano 2025-08-01 15:04:23 -07:00
  • 27531efa41 string-list: optionally omit empty string pieces in string_list_split*() Junio C Hamano 2025-08-01 15:04:22 -07:00
  • f3a303aef0 diff: simplify parsing of diff.colormovedws Junio C Hamano 2025-08-01 15:04:21 -07:00
  • 5764549741 string-list: optionally trim string pieces split by string_list_split*() Junio C Hamano 2025-08-01 15:04:20 -07:00
  • 527535fcdd string-list: unify string_list_split* functions Junio C Hamano 2025-08-01 15:04:19 -07:00
  • 9f6dfe43c8 string-list: align string_list_split() with its _in_place() counterpart Junio C Hamano 2025-08-01 15:04:18 -07:00