Commit Graph

  • d12df942ba Merge branch 'js/complete-checkout-t' into maint-2.42 Junio C Hamano 2023-11-02 16:53:18 +0900
  • 17ab51ee8f Merge branch 'rs/grep-no-no-or' into maint-2.42 Junio C Hamano 2023-11-02 16:53:17 +0900
  • 9a4ae43f0b Merge branch 'so/diff-doc-for-patch-update' into maint-2.42 Junio C Hamano 2023-11-02 16:53:17 +0900
  • a70f725c06 Merge branch 'pw/rebase-i-after-failure' into maint-2.42 Junio C Hamano 2023-11-02 16:53:17 +0900
  • d97034b0a1 Merge branch 'ks/ref-filter-sort-numerically' into maint-2.42 Junio C Hamano 2023-11-02 16:53:16 +0900
  • 57b52cec46 Merge branch 'jk/diff-result-code-cleanup' into maint-2.42 Junio C Hamano 2023-11-02 16:53:16 +0900
  • a00b1127ce Merge branch 'ob/sequencer-empty-hint-fix' into maint-2.42 Junio C Hamano 2023-11-02 16:53:16 +0900
  • 7f8314f277 Merge branch 'ts/unpacklimit-config-fix' into maint-2.42 Junio C Hamano 2023-11-02 16:53:16 +0900
  • 8764491463 Merge branch 'jc/diff-exit-code-with-w-fixes' into maint-2.42 Junio C Hamano 2023-11-02 16:53:15 +0900
  • 1ea39ad467 Merge branch 'tb/commit-graph-verify-fix' into maint-2.42 Junio C Hamano 2023-11-02 16:53:15 +0900
  • ec7cc187d4 Merge branch 'jc/ci-skip-same-commit' into maint-2.42 Junio C Hamano 2023-11-02 16:53:15 +0900
  • 50758312f2 Merge branch 'ds/scalar-updates' into maint-2.42 Junio C Hamano 2023-11-02 16:53:14 +0900
  • 396a167bd4 Merge branch 'mp/rebase-label-length-limit' into maint-2.42 Junio C Hamano 2023-11-02 16:53:14 +0900
  • 31730a30a0 Merge branch 'js/ci-coverity' into maint-2.42 Junio C Hamano 2023-11-02 16:53:14 +0900
  • 6d68ab0819 Merge branch 'jk/test-lsan-denoise-output' into maint-2.42 Junio C Hamano 2023-11-02 16:53:14 +0900
  • 19ab8e8dd5 Merge branch 'js/ci-san-skip-p4-and-svn-tests' into maint-2.42 Junio C Hamano 2023-11-02 16:53:13 +0900
  • fc0269be63 Merge branch 'tb/mark-more-tests-as-leak-free' into maint-2.42 Junio C Hamano 2023-11-02 16:53:13 +0900
  • 13ede09638 What's cooking (2023/11 #01) Junio C Hamano 2023-11-02 16:04:24 +0900
  • b64d78ad02 max_tree_depth: lower it for MSVC to avoid stack overflows Johannes Schindelin 2023-11-01 13:03:30 +0000
  • e1068f0ad4 merge-file: add an option to process object IDs brian m. carlson 2023-11-01 19:24:19 +0000
  • 8077612ea1 git-merge-file doc: drop "-file" from argument placeholders Martin Ågren 2023-11-01 19:24:18 +0000
  • 1bd809938a Documentation/gitformat-pack.txt: fix incorrect MIDX documentation Taylor Blau 2023-10-31 15:24:11 -0400
  • 530a9f183f Documentation/gitformat-pack.txt: fix typo Taylor Blau 2023-10-31 15:24:08 -0400
  • 8f81532599 clang-format: fix typo in comment Aditya Neelamraju 2023-10-31 13:40:28 +0000
  • 0497e6c611 t: use git-show-ref(1) to check for ref existence Patrick Steinhardt 2023-10-31 09:16:59 +0100
  • 9080a7f178 builtin/show-ref: add new mode to check for reference existence Patrick Steinhardt 2023-10-31 09:16:54 +0100
  • 1307d5e86f builtin/show-ref: explicitly spell out different modes in synopsis Patrick Steinhardt 2023-10-31 09:16:50 +0100
  • 199970e72f builtin/show-ref: ensure mutual exclusiveness of subcommands Patrick Steinhardt 2023-10-31 09:16:46 +0100
  • ee26f1e29a builtin/show-ref: refactor options for patterns subcommand Patrick Steinhardt 2023-10-31 09:16:42 +0100
  • b0f0be9398 builtin/show-ref: stop using global vars for `show_one()` Patrick Steinhardt 2023-10-31 09:16:38 +0100
  • 84650989b7 builtin/show-ref: stop using global variable to count matches Patrick Steinhardt 2023-10-31 09:16:33 +0100
  • 7907fb0c97 builtin/show-ref: refactor `--exclude-existing` options Patrick Steinhardt 2023-10-31 09:16:29 +0100
  • 53921d5f8e builtin/show-ref: fix dead code when passing patterns Patrick Steinhardt 2023-10-31 09:16:25 +0100
  • dbabd0b023 builtin/show-ref: fix leaking string buffer Patrick Steinhardt 2023-10-31 09:16:21 +0100
  • b14cbae2b5 builtin/show-ref: split up different subcommands Patrick Steinhardt 2023-10-31 09:16:17 +0100
  • ff546ebb59 builtin/show-ref: convert pattern to a local variable Patrick Steinhardt 2023-10-31 09:16:12 +0100
  • 9830926c7d rev-list: add commit object support in `--missing` option Karthik Nayak 2023-10-27 09:59:29 +0200
  • b49529230d rev-list: move `show_commit()` to the bottom Karthik Nayak 2023-10-26 12:11:08 +0200
  • ca556f4707 revision: rename bit to `do_not_die_on_missing_objects` Karthik Nayak 2023-10-26 12:11:07 +0200
  • 922cc26e41 Merge branch 'ps/do-not-trust-commit-graph-blindly-for-existence' into kn/rev-list-missing-fix Junio C Hamano 2023-11-01 12:06:55 +0900
  • 7a5d604443 commit: detect commits that exist in commit-graph but not in the ODB Patrick Steinhardt 2023-10-31 08:16:18 +0100
  • e04838ea82 commit-graph: introduce envvar to disable commit existence checks Patrick Steinhardt 2023-10-31 08:16:13 +0100
  • 2e87fca189 test framework: further deprecate test_i18ngrep Junio C Hamano 2023-10-31 14:23:29 +0900
  • 692be87cbb Merge branch 'jm/bisect-run-synopsis-fix' Junio C Hamano 2023-10-31 12:57:44 +0900
  • ece54894fe Merge branch 'ii/branch-error-messages-update' Junio C Hamano 2023-10-31 12:57:44 +0900
  • b8f58c200c upload-pack: add tracing for fetches Robert Coup 2023-10-17 21:12:47 +0000
  • 3130c155df The twenty-second batch Junio C Hamano 2023-10-29 13:45:50 +0900
  • 3adc25a695 Merge branch 'ms/doc-push-fix' Junio C Hamano 2023-10-30 07:09:59 +0900
  • 5006bfc1f5 Merge branch 'jk/send-email-fix-addresses-from-composed-messages' Junio C Hamano 2023-10-30 07:09:58 +0900
  • 90c8096657 Merge branch 'ob/rebase-cleanup' Junio C Hamano 2023-10-30 07:09:58 +0900
  • 4fcbc5b94f Merge branch 'jc/commit-new-underscore-index-fix' Junio C Hamano 2023-10-30 07:09:58 +0900
  • 9a48da7843 Merge branch 'wx/merge-ort-comment-typofix' Junio C Hamano 2023-10-30 07:09:58 +0900
  • 39072d2496 Merge branch 'ps/git-repack-doc-fixes' Junio C Hamano 2023-10-30 07:09:57 +0900
  • 64912cc023 Merge branch 'kh/pathspec-error-wo-repository-fix' Junio C Hamano 2023-10-30 07:09:57 +0900
  • 6597631888 Merge branch 'ni/die-message-fix-for-git-add' Junio C Hamano 2023-10-30 07:09:57 +0900
  • 030c2fba90 Merge branch 'jc/am-doc-whitespace-action-fix' Junio C Hamano 2023-10-30 07:09:56 +0900
  • 9030f85730 Merge branch 'mm/p4-symlink-with-lfs' Junio C Hamano 2023-10-30 07:09:56 +0900
  • 3a5e77e346 Merge branch 'da/t7601-style-fix' Junio C Hamano 2023-10-30 07:09:56 +0900
  • 1551066dc5 Merge branch 'jc/update-list-references-to-lore' Junio C Hamano 2023-10-30 07:09:56 +0900
  • 26dd307cfa Merge branch 'jc/attr-tree-config' Junio C Hamano 2023-10-30 07:09:55 +0900
  • 8183b63ff6 Merge branch 'sn/typo-grammo-phraso-fixes' Junio C Hamano 2023-10-30 07:09:55 +0900
  • dc33f2c18a What's cooking (2023/10 #09) Junio C Hamano 2023-10-30 05:42:21 +0900
  • 26d4c51d36 reflog: fix expire --single-worktree René Scharfe 2023-10-28 13:58:41 +0200
  • f7c1b23819 am, rebase: fix arghelp syntax of --empty René Scharfe 2023-10-28 13:58:07 +0200
  • e5cf20e092 am: simplify --show-current-patch handling René Scharfe 2023-10-28 13:57:44 +0200
  • 0025dde775 parse-options: make CMDMODE errors more precise René Scharfe 2023-10-28 13:53:01 +0200
  • 681c0a247b bugreport: reject positional arguments Emily Shaffer 2023-10-26 11:22:31 -0700
  • 831401bb14 t0091-bugreport: stop using i18ngrep Emily Shaffer 2023-10-26 11:22:30 -0700
  • 6b79a2183c Include gettext.h in MyFirstContribution tutorial Jacob Stopak 2023-10-16 21:15:03 -0700
  • 3b681e255c gitk: sv.po: Update Swedish translation (323t) Peter Krefting 2023-10-26 21:47:18 +0100
  • 0d8647034e send-email: move validation code below process_address_list Michael Strawbridge 2023-10-25 14:51:29 -0400
  • d15b85391a SubmittingPatches: call gitk's command "Copy commit reference" Andrei Rybak 2023-10-24 21:51:06 +0200
  • 2e8e77cbac The twenty-first batch Junio C Hamano 2023-10-23 13:50:42 -0700
  • d12166d3c8 Merge branch 'en/docfixes' Junio C Hamano 2023-10-23 13:56:37 -0700
  • 5edbcead42 Merge branch 'bc/racy-4gb-files' Junio C Hamano 2023-10-23 13:56:37 -0700
  • 626f689f79 Merge branch 'jc/fail-stash-to-store-non-stash' Junio C Hamano 2023-10-23 13:56:37 -0700
  • 755fb09163 Merge branch 'so/diff-merges-dd' Junio C Hamano 2023-10-23 13:56:37 -0700
  • f32af12cee Merge branch 'jk/chunk-bounds' Junio C Hamano 2023-10-23 13:56:36 -0700
  • 3f02785de9 doc/git-bisect: clarify `git bisect run` syntax Javier Mora 2023-10-23 19:23:10 +0000
  • 12b99928c8 builtin/branch.c: adjust error messages to coding guidelines Isoken June Ibizugbe 2023-10-23 17:06:56 +0100
  • 0b8ef193e4 What's cooking (2023/10 #08) Junio C Hamano 2023-10-22 11:08:30 -0700
  • 243c79fdc7 merge-ort.c: fix typo 'neeed' to 'needed' 王常新 2023-10-22 02:46:08 +0000
  • ceadf0f3cf The twentieth batch Junio C Hamano 2023-10-20 15:17:06 -0700
  • 4835409be1 Merge branch 'ps/rewritten-is-per-worktree-doc' Junio C Hamano 2023-10-20 16:23:11 -0700
  • 92741d83c0 Merge branch 'ak/pretty-decorate-more-fix' Junio C Hamano 2023-10-20 16:23:11 -0700
  • 6b1e2254d6 Merge branch 'vd/loose-ref-iteration-optimization' Junio C Hamano 2023-10-20 16:23:11 -0700
  • c662038629 Merge branch 'ty/merge-tree-strategy-options' Junio C Hamano 2023-10-20 16:23:10 -0700
  • f6d83e2115 git-push doc: more visibility for -q option Michal Suchanek 2023-10-20 20:45:21 +0200
  • 96db17352d rebase: move parse_opt_keep_empty() down Oswald Buddenhagen 2023-10-20 11:36:54 +0200
  • 37e80a2471 rebase: handle --strategy via imply_merge() as well Oswald Buddenhagen 2023-10-20 11:36:53 +0200
  • a5b5740bf6 rebase: simplify code related to imply_merge() Oswald Buddenhagen 2023-10-20 11:36:52 +0200
  • 3ec6167567 send-email: handle to/cc/bcc from --compose message Jeff King 2023-10-20 06:15:24 -0400
  • 637e8944a1 Revert "send-email: extract email-parsing code into a subroutine" Jeff King 2023-10-20 06:13:10 -0400
  • e0c7e2c326 doc/send-email: mention handling of "reply-to" with --compose Jeff King 2023-10-20 06:09:01 -0400
  • 7cb26a1722 commit: ignore_non_trailer computes number of bytes to ignore Linus Arver 2023-10-20 19:01:33 +0000
  • b1688ea02d grep: die gracefully when outside repository Kristoffer Haugsbakk 2023-10-20 18:40:07 +0200
  • 10c89a02b0 git-p4 shouldn't attempt to store symlinks in LFS Matthew McClain 2023-10-18 19:25:58 -0500
  • 5abb758118 t7601: use "test_path_is_file" etc. instead of "test -f" Dorcas AnonoLitunya 2023-10-18 15:45:12 +0300
  • 14d569b1a7 am: align placeholder for --whitespace option with apply Junio C Hamano 2023-10-18 16:35:06 -0700
  • 357bf7b679 What's cooking (2023/10 #07) Junio C Hamano 2023-10-18 14:22:05 -0700