Show patches with: State = Action Required       |   25224 patches
« 1 2 ... 29 30 31252 253 »
Patch Series A/R/T S/W/F Date Submitter Delegate State
[v6] win32: fix thread usage for win32 [v6] win32: fix thread usage for win32 - - - --- 2023-02-10 Seija Kijin New
[RFC,GSoC] t9160: Change test -(d | f) to test_path_is_* [RFC,GSoC] t9160: Change test -(d | f) to test_path_is_* - - - --- 2023-02-10 Vinayak Dev New
dir: remove unneeded local variables from match_pathname() dir: remove unneeded local variables from match_pathname() - - - --- 2023-02-10 Masahiro Yamada New
[v5,3/3] t4113: put executable lines to test_expect_success t4113: modernize style - - - --- 2023-02-09 Shuqi Liang New
[v5,2/3] t4113: indent with tab t4113: modernize style - - - --- 2023-02-09 Shuqi Liang New
[v5,1/3] t4113: modernize test script t4113: modernize style - - - --- 2023-02-09 Shuqi Liang New
[2/2] gpg-interface.c: lazily get GPG config variables on demand gpg-interface: cleanup + convert low hanging fruit to configset API - - - --- 2023-02-09 Ævar Arnfjörð Bjarmason New
remote: align columns on -v remote: align columns on -v - - - --- 2023-02-09 Kir Kolyshkin New
test: make SYMLINKS prerequisite more robust test: make SYMLINKS prerequisite more robust - - - --- 2023-02-08 Junio C Hamano New
[v7,7/7] diff-lib: parallelize run_diff_files for submodules submodule: parallelize diff - - - --- 2023-02-07 Calvin Wan New
[v7,6/7] diff-lib: refactor match_stat_with_submodule submodule: parallelize diff - - - --- 2023-02-07 Calvin Wan New
[v7,5/7] diff-lib: refactor out diff_change logic submodule: parallelize diff - - - --- 2023-02-07 Calvin Wan New
[v7,4/7] submodule: refactor is_submodule_modified() submodule: parallelize diff - - - --- 2023-02-07 Calvin Wan New
[v7,3/7] submodule: move status parsing into function submodule: parallelize diff - - - --- 2023-02-07 Calvin Wan New
[v7,2/7] submodule: strbuf variable rename submodule: parallelize diff - - - --- 2023-02-07 Calvin Wan New
[v7,1/7] run-command: add duplicate_output_fn to run_processes_parallel_opts submodule: parallelize diff - - - --- 2023-02-07 Calvin Wan New
[GSoC] commit: warn the usage of reverse_commit_list() helper [GSoC] commit: warn the usage of reverse_commit_list() helper - - - --- 2023-02-07 Kousik Sanagavarapu New
[RFC,1/1] Document a fixed tar format for interoperability Canonical tar format for Git - - - --- 2023-02-05 brian m. carlson New
blame-tree: add library and tests via "test-tool blame-tree" blame-tree: add library and tests via "test-tool blame-tree" - - - --- 2023-02-05 Ævar Arnfjörð Bjarmason New
pull: conflict hint pull.rebase suggestion should offer "merges" vs "true" pull: conflict hint pull.rebase suggestion should offer "merges" vs "true" - - - --- 2023-02-05 Tao Klerks New
[v3,3/3] t4113: indent with space modernize style - - - --- 2023-02-05 Shuqi Liang New
[v3,2/3] t4113: put executable lines to test_expect_success modernize style - - - --- 2023-02-05 Shuqi Liang New
[v3,1/3] t4113: modernize a test script modernize style - - - --- 2023-02-05 Shuqi Liang New
pack-objects: use strcspn(3) in name_cmp_len() pack-objects: use strcspn(3) in name_cmp_len() - - - --- 2023-02-05 René Scharfe New
read-cache: use size_t for {base,df}_name_compare() read-cache: use size_t for {base,df}_name_compare() - - - --- 2023-02-05 René Scharfe New
[v3,4/4] switch: reject if the branch is already checked out elsewhere (test) [v3,1/4] worktree: introduce is_shared_symref() - - - --- 2023-02-04 Rubén Justo New
[v3,0/4] fix die_if_checked_out() when ignore_current_worktree - - - --- 2023-02-04 Rubén Justo New
[v3,2/2] ls-files: add %(skipworktree) atom to format option ls-files: add %(skipworktree) atom to format option - - - --- 2023-02-04 ZheNing Hu New
[v3,1/2] docs: fix sparse-checkout docs link ls-files: add %(skipworktree) atom to format option - - - --- 2023-02-04 ZheNing Hu New
gitweb: fix base url set if PATH_INFO is used, add a / at the end. gitweb: fix base url set if PATH_INFO is used, add a / at the end. - - - --- 2023-02-03 Daniel Abrecht New
archive: document output stability concerns archive: document output stability concerns - - - --- 2023-02-03 Raymond E. Pasco New
[GSoC] t/t5000-tar-tree: add helper function [GSoC] t/t5000-tar-tree: add helper function - - - --- 2023-02-02 Kostya Farber New
[3/3] blame: support multiple values in blame.coloring blame: allow blame.coloring to specify both --color-lines and --color-by-age - - - --- 2023-02-02 Robert Estelle New
[2/3] blame: document --color-{lines,by-age} config blame: allow blame.coloring to specify both --color-lines and --color-by-age - - - --- 2023-02-02 Robert Estelle New
[1/3] blame: add test for --color-lines + --color-by-age blame: allow blame.coloring to specify both --color-lines and --color-by-age - - - --- 2023-02-02 Robert Estelle New
[v2,4/4] t4113: indent with tabs t4113: modernize test style - - - --- 2023-02-02 Shuqi Liang New
[v2,3/4] t4113: use "<<-" instead of "<<" t4113: modernize test style - - - --- 2023-02-02 Shuqi Liang New
[v2,2/4] t4113:put second creation in own step t4113: modernize test style - - - --- 2023-02-02 Shuqi Liang New
[v2,1/4] t4113: replace backslash with single quote t4113: modernize test style - - - --- 2023-02-02 Shuqi Liang New
[GSoC] merge: use reverse_commit_list() for list reversal [GSoC] merge: use reverse_commit_list() for list reversal - - - --- 2023-02-02 Kousik Sanagavarapu New
[v4,3/9] config API: add and use a "git_config_get()" family of functions config API: make "multi" safe, fix numerous segfaults - - - --- 2023-02-02 Ævar Arnfjörð Bjarmason New
[v4,2/9] config tests: add "NULL" tests for *_get_value_multi() config API: make "multi" safe, fix numerous segfaults - - - --- 2023-02-02 Ævar Arnfjörð Bjarmason New
[v2,6/6] imap-send: correctly report "host" when using "tunnel" imap-send: replace auto-probe libcurl with hard dependency - - - --- 2023-02-02 Ævar Arnfjörð Bjarmason New
[v2,5/6] imap-send: remove old --no-curl codepath imap-send: replace auto-probe libcurl with hard dependency - - - --- 2023-02-02 Ævar Arnfjörð Bjarmason New
[v2,4/6] imap-send: make --curl no-optional imap-send: replace auto-probe libcurl with hard dependency - - - --- 2023-02-02 Ævar Arnfjörð Bjarmason New
[v2,3/6] imap-send: replace auto-probe libcurl with hard dependency imap-send: replace auto-probe libcurl with hard dependency - - - --- 2023-02-02 Ævar Arnfjörð Bjarmason New
[v2,2/6] imap-send doc: the imap.sslVerify is used with imap.tunnel imap-send: replace auto-probe libcurl with hard dependency - - - --- 2023-02-02 Ævar Arnfjörð Bjarmason New
[v2,1/6] imap-send: note "auth_method", not "host" on auth method failure imap-send: replace auto-probe libcurl with hard dependency - - - --- 2023-02-02 Ævar Arnfjörð Bjarmason New
[9/9] git archive docs: document output non-stability git archive: use gzip again by default, document output stabilty - - - --- 2023-02-02 Ævar Arnfjörð Bjarmason New
[8/9] archive tests: test for "gzip -cn" and "git archive gzip" stability git archive: use gzip again by default, document output stabilty - - - --- 2023-02-02 Ævar Arnfjörð Bjarmason New
[7/9] test-lib.sh: add a lazy GZIP prerequisite git archive: use gzip again by default, document output stabilty - - - --- 2023-02-02 Ævar Arnfjörð Bjarmason New
[6/9] archive: use "gzip -cn" for stability, not "git archive gzip" git archive: use gzip again by default, document output stabilty - - - --- 2023-02-02 Ævar Arnfjörð Bjarmason New
[5/9] archive-tar.c: move internal gzip implementation to a function git archive: use gzip again by default, document output stabilty - - - --- 2023-02-02 Ævar Arnfjörð Bjarmason New
[4/9] archive: omit the shell for built-in "command" filters git archive: use gzip again by default, document output stabilty - - - --- 2023-02-02 Ævar Arnfjörð Bjarmason New
[3/9] archiver API: make the "flags" in "struct archiver" an enum git archive: use gzip again by default, document output stabilty - - - --- 2023-02-02 Ævar Arnfjörð Bjarmason New
[2/9] git config docs: document "tar.<format>.{command,remote}" git archive: use gzip again by default, document output stabilty - - - --- 2023-02-02 Ævar Arnfjörð Bjarmason New
[1/9] archive & tar config docs: de-duplicate configuration section git archive: use gzip again by default, document output stabilty - - - --- 2023-02-02 Ævar Arnfjörð Bjarmason New
rev-list: clarify git-log default date format rev-list: clarify git-log default date format - - - --- 2023-02-01 Rafael Dulfer New
[2/2] imap-send: not define USE_CURL_FOR_IMAP_SEND in Makefile [1/2] Makefile: not use mismatched curl_config to check version - - - --- 2023-02-01 Jiang Xin New
[1/2] Makefile: not use mismatched curl_config to check version [1/2] Makefile: not use mismatched curl_config to check version - - - --- 2023-02-01 Jiang Xin New
clean: flush after each line clean: flush after each line - - - --- 2023-02-01 Orgad Shaneh New
pack-objects memory use observations [was: [PATCH] delta-islands: free island-related data after us… pack-objects memory use observations [was: [PATCH] delta-islands: free island-related data after us… - - - --- 2023-02-01 Eric Wong New
git-gui: fix inability to quit after closing another instance git-gui: fix inability to quit after closing another instance - - - --- 2023-02-01 Orgad Shaneh New
[GSoC] t/t4113-apply-ending.sh: Modernize a test script [GSoC] t/t4113-apply-ending.sh: Modernize a test script - - - --- 2023-01-31 Shuqi Liang New
fix italian expression fix italian expression - - - --- 2023-01-25 Paolo Benvenuto New
[v2.5,02/11] bundle: verify using connected() [v2.5,01/11] bundle: test unbundling with incomplete history - - - --- 2023-01-24 Derrick Stolee New
[v2.5,01/11] bundle: test unbundling with incomplete history [v2.5,01/11] bundle: test unbundling with incomplete history - - - --- 2023-01-24 Derrick Stolee New
[2/2] gitk: escape file paths before piping to git log gitk: handle long command-lines - - - --- 2023-01-24 Nico Rieck New
[1/2] gitk: prevent overly long command lines gitk: handle long command-lines - - - --- 2023-01-24 Johannes Schindelin New
[v2] ls-tree: add --sparse-filter-oid argument [v2] ls-tree: add --sparse-filter-oid argument - - - --- 2023-01-23 William Sprent New
[v2] MyFirstContribution: refrain from self-iterating too much [v2] MyFirstContribution: refrain from self-iterating too much - - - --- 2023-01-23 Junio C Hamano New
[v2,1/1] t0003: Call dd with portable blocksize [v2,1/1] t0003: Call dd with portable blocksize - - - --- 2023-01-22 Torsten Bögershausen New
[v2,3/3] switch: reject if the branch is already checked out elsewhere (test) fix die_if_checked_out() when ignore_current_worktree - - - --- 2023-01-22 Rubén Justo New
[v2,1/3] branch: fix die_if_checked_out() when ignore_current_worktree fix die_if_checked_out() when ignore_current_worktree - - - --- 2023-01-22 Rubén Justo New
[v4] mingw: prefer RtlGetVersion over GetVersion [v4] mingw: prefer RtlGetVersion over GetVersion - - - --- 2023-01-21 Seija Kijin New
[v3] mingw: replace deprecated GetVersion with RtlGetVersion [v3] mingw: replace deprecated GetVersion with RtlGetVersion - - - --- 2023-01-21 Seija Kijin New
tree-walk: disallow overflowing modes tree-walk: disallow overflowing modes - - - --- 2023-01-21 René Scharfe New
name-rev: stop including taggerdate in naming of commits name-rev: stop including taggerdate in naming of commits - - - --- 2023-01-21 Elijah Newren New
Makefile: suppress annotated leaks with certain ASan options Makefile: suppress annotated leaks with certain ASan options - - - --- 2023-01-20 Taylor Blau New
[v4] checkout/switch: disallow checking out same branch in multiple worktrees [v4] checkout/switch: disallow checking out same branch in multiple worktrees - - - --- 2023-01-20 Carlo Marcelo Arenas Belón New
[v2,2/2] rebase: mark --update-refs as requiring the merge backend rebase: mark --update-refs as requiring the merge backend - - - --- 2023-01-20 Elijah Newren New
[v2,1/2] rebase: remove completely useless -C option rebase: mark --update-refs as requiring the merge backend - - - --- 2023-01-20 Elijah Newren New
[v9,2/2] send-email: expose header information to git-send-email's sendemail-validate hook send-email: expose header information to git-send-email's sendemail-validate hook 1 - - --- 2023-01-20 Michael Strawbridge New
[v9,1/2] send-email: refactor header generation functions send-email: expose header information to git-send-email's sendemail-validate hook 1 - - --- 2023-01-20 Michael Strawbridge New
[7/6] fsck: do not assume NUL-termination of buffers hash-object: use fsck to check objects - - - --- 2023-01-19 Jeff King New
[5/5] format-patch: Add support for --{to,cc}-cmd flags format-patch: Add --{to,cc}-cmd support - - - --- 2023-01-19 Zev Weiss New
[4/5] pretty: Add name_and_address_only parameter format-patch: Add --{to,cc}-cmd support - - - --- 2023-01-19 Zev Weiss New
[3/5] log: Push to/cc handling down into show_log() format-patch: Add --{to,cc}-cmd support - - - --- 2023-01-19 Zev Weiss New
[2/5] log: Refactor duplicated code to headerize recipient lists format-patch: Add --{to,cc}-cmd support - - - --- 2023-01-19 Zev Weiss New
[1/5] t4014: Add test checking cover-letter To header format-patch: Add --{to,cc}-cmd support - - - --- 2023-01-19 Zev Weiss New
[v2] die: fix inconsistencies with usage header [v2] die: fix inconsistencies with usage header - - - --- 2023-01-19 Seija Kijin New
die: fix inconsistencies with header die: fix inconsistencies with header - - - --- 2023-01-19 Seija Kijin New
Re* [PATCH v3] checkout/switch: disallow checking out same branch in multiple worktrees Re* [PATCH v3] checkout/switch: disallow checking out same branch in multiple worktrees - - - --- 2023-01-19 Junio C Hamano New
rebase: mark --update-refs as requiring the merge backend rebase: mark --update-refs as requiring the merge backend - - - --- 2023-01-19 Elijah Newren New
git: replace strbuf_addstr with strbuf_addch for all strings of length 2 git: replace strbuf_addstr with strbuf_addch for all strings of length 2 - - - --- 2023-01-17 Seija Kijin New
[v2] fsm-listen-darwin: combine bit operations [v2] fsm-listen-darwin: combine bit operations - - - --- 2023-01-17 Seija Kijin New
[v8] curl: resolve deprecated curl declarations [v8] curl: resolve deprecated curl declarations - - - --- 2023-01-17 Seija Kijin New
fsm-listen-daarwin: combine bit operations fsm-listen-daarwin: combine bit operations - - - --- 2023-01-17 Seija Kijin New
[v6,6/6] submodule: call parallel code from serial status Untitled series #712919 - - - --- 2023-01-17 Calvin Wan New
[v6,5/6] diff-lib: parallelize run_diff_files for submodules Untitled series #712918 - - - --- 2023-01-17 Calvin Wan New
« 1 2 ... 29 30 31252 253 »