Commit Graph

  • 18a992b7b7 t/unit-tests: convert reftable table test to use clar Seyi Kuforiji 2025-07-24 15:28:33 +0100
  • a0aaa85c0c t/unit-tests: convert reftable pq test to use clar Seyi Kuforiji 2025-07-24 15:28:32 +0100
  • c7784ba600 t/unit-tests: convert reftable merged test to use clar Seyi Kuforiji 2025-07-24 15:28:31 +0100
  • a83bf04d8b t/unit-tests: convert reftable block test to use clar Seyi Kuforiji 2025-07-24 15:28:30 +0100
  • ed5dcbf2f0 t/unit-tests: convert reftable basics test to use clar test framework Seyi Kuforiji 2025-07-24 15:28:29 +0100
  • 5dd5c4e345 t/unit-tests: implement clar specific reftable test helper functions Seyi Kuforiji 2025-07-24 15:28:28 +0100
  • 0f1b33815b test-delta: close output descriptor after use Jeff King 2025-07-23 20:03:08 -0400
  • 760dd804bb test-delta: use strbufs to hold input files Jeff King 2025-07-23 20:02:11 -0400
  • bc235a68c8 test-delta: handle errors with die() Jeff King 2025-07-23 20:00:56 -0400
  • 69a90292eb What's cooking (2025/07 #07) Junio C Hamano 2025-07-24 09:54:42 -0700
  • 9b2527caa4 CodingGuidelines: document test balloons in flight Junio C Hamano 2025-07-23 12:31:26 -0700
  • c32cd1483b Sync with 'master' Junio C Hamano 2025-07-23 16:44:58 -0700
  • 1663299f09 Merge branch 'jk/unleak-reflog-expire-entry' into next Junio C Hamano 2025-07-23 16:44:36 -0700
  • 8e3db5dcca Merge branch 'jc/do-not-scan-argv-without-parsing' into next Junio C Hamano 2025-07-23 16:44:35 -0700
  • cfc20b3eb9 Merge branch 'jk/revision-no-early-output' into next Junio C Hamano 2025-07-23 16:44:35 -0700
  • 09282d051a Merge branch 'jc/rev-list-info-cleanup' into next Junio C Hamano 2025-07-23 16:44:35 -0700
  • 97e14d99f6 The thirteenth batch Junio C Hamano 2025-07-23 15:45:01 -0700
  • 5216bcbc84 Merge branch 'cc/fast-import-export-signature-names' Junio C Hamano 2025-07-23 15:45:16 -0700
  • 98813265b3 Merge branch 'ps/sane-ctype-workaround' Junio C Hamano 2025-07-23 15:45:16 -0700
  • f22d4ac4fd Merge branch 'ly/changed-paths-traversal' Junio C Hamano 2025-07-23 15:45:15 -0700
  • b06408b817 config: fix sign comparison warnings Patrick Steinhardt 2025-07-23 16:08:42 +0200
  • 08b775864e config: move Git config parsing into "environment.c" Patrick Steinhardt 2025-07-23 16:08:41 +0200
  • 00271bb300 config: remove unused `the_repository` wrappers Patrick Steinhardt 2025-07-23 16:08:40 +0200
  • a538250d97 config: drop `git_config_set_multivar()` wrapper Patrick Steinhardt 2025-07-23 16:08:39 +0200
  • 1bb3e41027 config: drop `git_config_get_multivar_gently()` wrapper Patrick Steinhardt 2025-07-23 16:08:38 +0200
  • adf9e5f8f2 config: drop `git_config_set_multivar_in_file_gently()` wrapper Patrick Steinhardt 2025-07-23 16:08:37 +0200
  • 62c1ed3e9d config: drop `git_config_set_in_file_gently()` wrapper Patrick Steinhardt 2025-07-23 16:08:36 +0200
  • e957ed2b27 config: drop `git_config_set()` wrapper Patrick Steinhardt 2025-07-23 16:08:35 +0200
  • b1659e63e2 config: drop `git_config_set_gently()` wrapper Patrick Steinhardt 2025-07-23 16:08:34 +0200
  • 122e38c92f config: drop `git_config_set_in_file()` wrapper Patrick Steinhardt 2025-07-23 16:08:33 +0200
  • 5d215a7b3e config: drop `git_config_get_bool()` wrapper Patrick Steinhardt 2025-07-23 16:08:32 +0200
  • d57f078e37 config: drop `git_config_get_ulong()` wrapper Patrick Steinhardt 2025-07-23 16:08:31 +0200
  • 3fda14d86d config: drop `git_config_get_int()` wrapper Patrick Steinhardt 2025-07-23 16:08:30 +0200
  • cba3c02591 config: drop `git_config_get_string()` wrapper Patrick Steinhardt 2025-07-23 16:08:29 +0200
  • 627d08cca7 config: drop `git_config_get_string()` wrapper Patrick Steinhardt 2025-07-23 16:08:28 +0200
  • 4f5ba823b8 config: drop `git_config_get_string_multi()` wrapper Patrick Steinhardt 2025-07-23 16:08:27 +0200
  • 8e7110d50c config: drop `git_config_get_value()` wrapper Patrick Steinhardt 2025-07-23 16:08:26 +0200
  • 2f1242567e config: drop `git_config_get_value()` wrapper Patrick Steinhardt 2025-07-23 16:08:25 +0200
  • 7807051e9b config: drop `git_config_get()` wrapper Patrick Steinhardt 2025-07-23 16:08:24 +0200
  • 83bd9e03ed config: drop `git_config_clear()` wrapper Patrick Steinhardt 2025-07-23 16:08:23 +0200
  • 9ce196e86b config: drop `git_config()` wrapper Patrick Steinhardt 2025-07-23 16:08:22 +0200
  • 26552cb62a reflog: close leak of reflog expire entry Jacob Keller 2025-07-22 16:18:26 -0700
  • 57185c3fe9 What's cooking (2025/07 #06) Junio C Hamano 2025-07-22 15:02:24 -0700
  • 942d659e1b Sync with 'master' Junio C Hamano 2025-07-22 14:28:10 -0700
  • b859ed88ed Merge branch 'rs/pop-recent-commit-with-prio-queue' into next Junio C Hamano 2025-07-22 14:27:51 -0700
  • 8cc19250b3 t/helper/test-truncate: close file descriptor after truncation Hoyoung Lee 2025-07-22 17:41:01 +0000
  • 0e8243a355 Merge branch 'master' of https://github.com/j6t/git-gui Junio C Hamano 2025-07-22 13:30:52 -0700
  • afea2205b4 Merge branch 'master' of https://github.com/j6t/gitk Junio C Hamano 2025-07-22 13:30:21 -0700
  • 26ef8872f1 t7510: add test cases for non-absolute gpg program Jonas Brandstötter 2025-07-22 21:09:22 +0200
  • 6e443907c0 merge-ort: fix directory rename on top of source of other rename/delete Elijah Newren 2025-07-22 15:23:11 +0000
  • fa5838c145 merge-ort: fix incorrect file handling Elijah Newren 2025-07-22 15:23:10 +0000
  • 8c6fe0bb42 t6423: fix missed staging of file in testcases 12i,12j,12k Elijah Newren 2025-07-22 15:23:09 +0000
  • c4ce5e4683 t6423: document two bugs with rename-to-self testcases Elijah Newren 2025-07-22 15:23:08 +0000
  • 42a5b1528b merge-ort: drop unnecessary temporary in check_for_directory_rename() Elijah Newren 2025-07-22 15:23:07 +0000
  • cbbeeab65d merge-ort: update comments to modern testfile location Elijah Newren 2025-07-22 15:23:06 +0000
  • 2d3f3f0127 gitk: remove header of now empty section "General options" Johannes Sixt 2025-07-18 22:49:21 +0200
  • 0f3d030de5 Merge branch 'ml/abandon-old-version' (early part) Johannes Sixt 2025-07-22 18:29:54 +0200
  • e2874c6496 Merge branch 'mr/sort-refs-by-type' Johannes Sixt 2025-07-22 18:13:31 +0200
  • cf9d3c1ccd Merge branch 'ti/support-sha256' Johannes Sixt 2025-07-22 18:04:55 +0200
  • 0b86937589 docs: explain how to use `git imap-send --list` command to get a list of available folders Aditya Garg 2025-07-22 11:48:42 +0000
  • 436dad00c5 Merge branch 'ml/abandon-old-versions' Johannes Sixt 2025-07-22 17:37:33 +0200
  • 594810d2a9 Merge branch 'ml/tcl86' Johannes Sixt 2025-07-22 17:34:08 +0200
  • 22b5050cb7 send-email: add ability to send a copy of sent emails to an IMAP folder Aditya Garg 2025-07-22 11:14:16 +0000
  • a79e3519d6 commit: use prio_queue_replace() in pop_most_recent_commit() René Scharfe 2025-07-18 11:39:11 +0200
  • 3d5091d232 prio-queue: add prio_queue_replace() René Scharfe 2025-07-18 11:39:14 +0200
  • d6ec08788e commit: convert pop_most_recent_commit() to prio_queue René Scharfe 2025-07-18 11:39:06 +0200
  • c7a5d9a13c Revert "Merge branch 'rs/pop-recent-commit-with-prio-queue' into next" Junio C Hamano 2025-07-22 07:27:39 -0700
  • 3496ff78b8 repo: add the --format flag Lucas Seiki Oshiro 2025-07-21 21:28:35 -0300
  • f7be78eb57 repo: add field layout.shallow Lucas Seiki Oshiro 2025-07-21 21:28:34 -0300
  • 49644702e7 repo: add field layout.bare Lucas Seiki Oshiro 2025-07-21 21:28:33 -0300
  • 66ad530b2f repo: add the field references.format Lucas Seiki Oshiro 2025-07-21 21:28:32 -0300
  • 4f13f400f5 repo: declare the repo command Lucas Seiki Oshiro 2025-07-21 21:28:31 -0300
  • f31abb421d rev-list: update a NEEDSWORK comment Junio C Hamano 2025-07-21 15:46:42 -0700
  • 9b5c002811 rev-list: make "struct rev_list_info" static to the only user Junio C Hamano 2025-07-18 16:58:03 -0700
  • f4b7ad5ab8 git-gui: eliminate _search_exe Mark Levedahl 2025-04-05 08:00:00 -0400
  • eaca720ecd git-gui: remove procs gitexec and _git_cmd Mark Levedahl 2025-04-06 11:14:35 -0400
  • 6dfdf7bdcd git-gui: use dashless 'git cmd' form for read/write Mark Levedahl 2025-04-04 23:08:35 -0400
  • 3ce650f4c9 git-gui: default to full copy for linked worktrees Mark Levedahl 2025-07-21 11:12:18 -0400
  • 6ff8d68ec1 git-gui: use git-clone Mark Levedahl 2024-02-09 18:07:45 -0500
  • e3378607c8 pull: add pull.autoStash config option Lidong Yan 2025-07-20 20:43:34 +0800
  • c89ff58d15 Sync with 'master' Junio C Hamano 2025-07-21 14:45:11 -0700
  • be3e6c3480 Merge branch 'ac/auto-comment-char-fix' into next Junio C Hamano 2025-07-21 14:45:01 -0700
  • 03dce625bf Merge branch 'rs/pop-recent-commit-with-prio-queue' into next Junio C Hamano 2025-07-21 14:45:01 -0700
  • 54b18261eb revision: drop early output option Jeff King 2025-07-19 03:08:13 -0400
  • 3f2a94875d The twelfth batch Junio C Hamano 2025-07-21 08:45:47 -0700
  • 3a112b53a4 Merge branch 'jb/gpg-program-variable-is-a-pathname' Junio C Hamano 2025-07-21 09:14:28 -0700
  • d80b7640b1 Merge branch 'cb/daemon-reap-children' Junio C Hamano 2025-07-21 09:14:28 -0700
  • fe02fe75fc Merge branch 'ja/doc-git-log-markup' Junio C Hamano 2025-07-21 09:14:27 -0700
  • b5e966dde7 Merge branch 'rh/doc-glob-pathspec-fix' Junio C Hamano 2025-07-21 09:14:27 -0700
  • 867d9b19be Merge branch 'ps/meson-cleanups' Junio C Hamano 2025-07-21 09:14:26 -0700
  • 5f2b826b54 Merge branch 'jk/remote-avoid-overlapping-names' Junio C Hamano 2025-07-21 09:14:26 -0700
  • 205493d56d Merge branch 'tb/midx-avoid-cruft-packs' Junio C Hamano 2025-07-21 09:14:26 -0700
  • a636d395ff Merge branch 'bc/use-sha256-by-default-in-3.0' Junio C Hamano 2025-07-21 09:14:25 -0700
  • 9b1c537fdb git-gui: remove non-ttk code Mark Levedahl 2025-05-20 13:53:52 -0400
  • c0fb4353c2 gitk: separate upstream refs when using the sort-by-type option Michael Rappazzo 2025-07-19 15:24:39 -0400
  • 9abe70db6c gitk: make 'sort-refs-by-type' optional and persistent Michael Rappazzo 2025-07-18 16:33:08 -0400
  • aa1a3e0993 gitk: sort by ref type on the 'tags and heads' view Michael Rappazzo 2015-06-01 11:05:25 -0400
  • fdc0e3a290 git-gui: remove ${NS} indirection for ttk Mark Levedahl 2025-07-14 12:15:49 -0400
  • ed7d2af78c git-gui: always use themed widgets from ttk Mark Levedahl 2025-05-21 16:31:14 -0400
  • 13df401e3e git-gui: remove redundant check for Tk >= 8.5 Mark Levedahl 2024-02-18 13:06:05 -0500