Show patches with: State = Action Required       |   24277 patches
« 1 2 ... 3 4 5242 243 »
Patch Series A/R/T S/W/F Date Submitter Delegate State
[2/5] grep docs: describe --recurse-submodules further and improve formatting a bit New config option for git-grep to include untracked files - - - --- 2024-03-18 Dragan Simic New
[1/5] grep: perform some minor code and comment cleanups New config option for git-grep to include untracked files - - - --- 2024-03-18 Dragan Simic New
[2/2] builtin/add: error out when passing untracked path with -u fix certain cases of add and commit with untracked path not erroring out - - - --- 2024-03-18 Ghanshyam Thakkar New
[1/2] builtin/commit: error out when passing untracked path with -i fix certain cases of add and commit with untracked path not erroring out - - - --- 2024-03-18 Ghanshyam Thakkar New
[RFC,5/5] DON'T APPLY YET: maintenance: remove cleanup code [RFC,1/5] maintenance: package systemd units - - - --- 2024-03-18 Max Gautier New
[RFC,4/5] maintenance: update systemd scheduler docs [RFC,1/5] maintenance: package systemd units - - - --- 2024-03-18 Max Gautier New
[RFC,3/5] maintenance: use packaged systemd units [RFC,1/5] maintenance: package systemd units - - - --- 2024-03-18 Max Gautier New
[RFC,2/5] maintenance: add fixed random delay to systemd timers [RFC,1/5] maintenance: package systemd units - - - --- 2024-03-18 Max Gautier New
[RFC,1/5] maintenance: package systemd units [RFC,1/5] maintenance: package systemd units - - - --- 2024-03-18 Max Gautier New
[2/2] test-lib: replace repeated code logic with an existing helper git-compat-util: move convert_slashes from compat/mingw.h and rename it - - - --- 2024-03-18 Mohit Marathe New
[1/2] git-compat-util: migrate `convert_slashes()` from compat/mingw.h git-compat-util: move convert_slashes from compat/mingw.h and rename it - - - --- 2024-03-18 Mohit Marathe New
[v2,2/2] docs: adjust trailer `separator` and `key_value_separator` language docs: correct trailer `key_value_separator` description - - - --- 2024-03-18 Brian Lyles New
[2/2] utf8: make utf8_strnwidth & utf8_strwidth return size_t instead of int utf8: change return type of some helpers from int to size_t - - - --- 2024-03-17 Mohit Marathe New
[1/2] utf8: change type from int to size_t utf8: change return type of some helpers from int to size_t - - - --- 2024-03-17 Mohit Marathe New
[v3,0/2] Allow disabling advice shown after merge conflicts - - - --- 2024-03-16 Linus Arver via GitGitGadget New
[2/2] t-prio-queue: check result array bounds [1/2] t-prio-queue: shorten array index message - - - --- 2024-03-16 René Scharfe New
[6/6] trailer: retire trailer_info_get() from API Make trailer_info struct private (plus sequencer cleanup) - - - --- 2024-03-16 Linus Arver New
[5/6] trailer: make trailer_info struct private Make trailer_info struct private (plus sequencer cleanup) - - - --- 2024-03-16 Linus Arver New
[4/6] trailer: make parse_trailers() return trailer_info pointer Make trailer_info struct private (plus sequencer cleanup) - - - --- 2024-03-16 Linus Arver New
[3/6] interpret-trailers: access trailer_info with new helpers Make trailer_info struct private (plus sequencer cleanup) - - - --- 2024-03-16 Linus Arver New
[2/6] sequencer: use the trailer iterator Make trailer_info struct private (plus sequencer cleanup) - - - --- 2024-03-16 Linus Arver New
[1/6] trailer: teach iterator about non-trailer lines Make trailer_info struct private (plus sequencer cleanup) - - - --- 2024-03-16 Linus Arver New
docs: correct trailer `key_value_separator` description docs: correct trailer `key_value_separator` description - - - --- 2024-03-16 Brian Lyles New
[v5] diff: add diff.srcPrefix and diff.dstPrefix configuration variables [v5] diff: add diff.srcPrefix and diff.dstPrefix configuration variables - 3 - --- 2024-03-15 Peter Hutterer New
config.txt: perform some minor reformatting config.txt: perform some minor reformatting - - - --- 2024-03-14 Dragan Simic New
[v2] checkout: plug some leaks in git-restore [v2] checkout: plug some leaks in git-restore - - - --- 2024-03-14 Rubén Justo New
[v2,2/2] doc: update doc file and usage for git-bugreport bugreport.c: fix a crash in git bugreport with --no-suffix option - - - --- 2024-03-14 Jiamu Sun New
[v2,1/2] bugreport.c: fix a crash in `git bugreport` with `--no-suffix` option bugreport.c: fix a crash in git bugreport with --no-suffix option - - - --- 2024-03-14 Jiamu Sun New
[GSoC,v2] Optimize ewah_bitmap.c for efficiency using trailing zeros for set bit iteration [GSoC,v2] Optimize ewah_bitmap.c for efficiency using trailing zeros for set bit iteration - - - --- 2024-03-13 Aryan Gupta New
[1/1] log: ensure diffs are omitted with --oneline log: make the --oneline option work with -L - - - --- 2024-03-13 James Liu New
[RFC] mailsplit: add option to extract PATCH M/N numbers [RFC] mailsplit: add option to extract PATCH M/N numbers - - - --- 2024-03-13 Jacob Keller New
[2/2] Add transport message for up-to-date references Optionally support push options on up-to-date branches - - - --- 2024-03-12 Christopher Lindee New
[1/2] Teach send-pack & push to --send-up-to-date refs Optionally support push options on up-to-date branches - - - --- 2024-03-12 Christopher Lindee New
bugreport.c: fix a crash in `git bugreport` with `--no-suffix` option bugreport.c: fix a crash in `git bugreport` with `--no-suffix` option - - - --- 2024-03-12 Jiamu Sun New
[3/3] t1300: add tests for internal whitespace and inline comments Improve the documentation and test coverage for whitespace and comments - - - --- 2024-03-12 Dragan Simic New
[2/3] config.txt: perform some minor reformatting Improve the documentation and test coverage for whitespace and comments - - - --- 2024-03-12 Dragan Simic New
[1/3] config.txt: describe whitespace characters further and more accurately Improve the documentation and test coverage for whitespace and comments - - - --- 2024-03-12 Dragan Simic New
[GSOC,v2,3/3] userdiff: remove trailing whitespaces, fix multiline comments [GSOC,v2,1/3] t4018-diff-funcname: use test_grep instead of test_i18ngrep - - - --- 2024-03-12 Sergius Nyah New
[GSOC,v2,2/3] t4034-diff-words: add javascript language driver [GSOC,v2,1/3] t4018-diff-funcname: use test_grep instead of test_i18ngrep - - - --- 2024-03-12 Sergius Nyah New
[GSOC,v2,1/3] t4018-diff-funcname: use test_grep instead of test_i18ngrep [GSOC,v2,1/3] t4018-diff-funcname: use test_grep instead of test_i18ngrep - - - --- 2024-03-12 Sergius Nyah New
[v2,13/16] sequencer: handle multi-byte comment characters when writing todo list allow multi-byte core.commentChar - - - --- 2024-03-12 Jeff King New
[v2,10/16] prefer comment_line_str to comment_line_char for printing allow multi-byte core.commentChar - - - --- 2024-03-12 Jeff King New
[v2,09/16] strbuf: accept a comment string for strbuf_add_commented_lines() allow multi-byte core.commentChar - - - --- 2024-03-12 Jeff King New
[v2] diff: add diff.srcprefix and diff.dstprefix configuration variables [v2] diff: add diff.srcprefix and diff.dstprefix configuration variables - - - --- 2024-03-12 Peter Hutterer New
[v3,2/2] diff: whitespace cleanup diff: copies-harder support - - - --- 2024-03-11 Sam James New
[v3,1/2] diff: implement config.diff.renames=copies-harder diff: copies-harder support - - - --- 2024-03-11 Sam James New
[3/3] cat-file: avoid verifying submodules' OIDs cat-file: add %(objectmode) avoid verifying submodules' OIDs - - - --- 2024-03-11 Johannes Schindelin New
[2/3] cat-file: add %(objectmode) atom cat-file: add %(objectmode) avoid verifying submodules' OIDs - - - --- 2024-03-11 Victoria Dye New
[1/3] t1006: update 'run_tests' to test generic object specifiers cat-file: add %(objectmode) avoid verifying submodules' OIDs - - - --- 2024-03-11 Victoria Dye New
Fix early wrapping when using bash with git-prompt.sh Fix early wrapping when using bash with git-prompt.sh - - - --- 2024-03-11 Richard Quadling New
Using git-prompt.sh is wrapping text to early in Bash. Using git-prompt.sh is wrapping text to early in Bash. - - - --- 2024-03-11 Richard Quadling New
diff: add diff.srcprefix and diff.dstprefix option support diff: add diff.srcprefix and diff.dstprefix option support - - - --- 2024-03-11 Peter Hutterer New
[v2,0/2] Allow disabling advice shown after merge conflicts - - - --- 2024-03-10 Linus Arver via GitGitGadget New
[v3,7/7] cherry-pick: add `--empty` for more robust redundant commit handling Untitled series #834148 - - - --- 2024-03-10 Brian Lyles New
[v3,6/7] cherry-pick: enforce `--keep-redundant-commits` incompatibility Untitled series #834147 - - - --- 2024-03-10 Brian Lyles New
[v3,4/7] sequencer: treat error reading HEAD as unborn branch Untitled series #834145 - - - --- 2024-03-10 Brian Lyles New
[GSoC,1/1] add zero count optimization in ewah_bitmap.c add zero count optimization in ewah_bitmap.c - - - --- 2024-03-10 Aryan Gupta New
[Outreachy] Port helper/test-strcmp-offset.c to unit-tests/t-strcmp-offset.c [Outreachy] Port helper/test-strcmp-offset.c to unit-tests/t-strcmp-offset.c - - - --- 2024-03-10 Achu Luma New
[2/2] setup: make bareRepository=explicit work in GIT_DIR of a secondary worktree Loosening safe.bareRepository=explicit even further - - - --- 2024-03-08 Junio C Hamano New
[1/2] setup: detect to be in $GIT_DIR with a new helper Loosening safe.bareRepository=explicit even further - - - --- 2024-03-08 Junio C Hamano New
wt-status: Don't find scissors line beyond buf len wt-status: Don't find scissors line beyond buf len - 2 - --- 2024-03-07 Florian Schmidt New
[messy] multi-byte core.commentChar [messy] multi-byte core.commentChar - - - --- 2024-03-06 Jeff King New
[2/2] fuzz: link fuzz programs with `make all` on Linux fuzz: build fuzzers by default on Linux - - - --- 2024-03-05 Josh Steadmon New
[1/2] ci: also define CXX environment variable fuzz: build fuzzers by default on Linux - - - --- 2024-03-05 Josh Steadmon New
[v3] gitk: new option to hide prefetch refs [v3] gitk: new option to hide prefetch refs - - - --- 2024-03-05 Tal Kelrich New
gpg-interface: Look up signing keys with only email address gpg-interface: Look up signing keys with only email address - - - --- 2024-03-05 Marco Sirabella New
[RFC,3/3] Preload submodule state in refresh_index Parallel submodule status - - - --- 2024-03-05 Atneya Nair New
[RFC,2/3] Make ce_compare_gitlink thread-safe Parallel submodule status - - - --- 2024-03-05 Atneya Nair New
[RFC,1/3] Make read_gitfile and resolve_gitfile thread safe Parallel submodule status - - - --- 2024-03-05 Atneya Nair New
show-ref: add --unresolved option show-ref: add --unresolved option - - - --- 2024-03-04 John Cai New
[4/4] trace2: remove unneeded calls to generate 'def_param' set trace2: move 'def_param' events into 'cmd_name' and 'cmd_alias' - 1 - --- 2024-03-04 Jeff Hostetler New
[3/4] trace2: emit 'def_param' set with 'cmd_name' event trace2: move 'def_param' events into 'cmd_name' and 'cmd_alias' - - - --- 2024-03-04 Jeff Hostetler New
[v3,13/13] refs/reftable: precompute prefix length reftable: improve ref iteration performance (pt.2) - - - --- 2024-03-04 Patrick Steinhardt New
SoC 2024: clarify `test_path_is_*` conversion microproject SoC 2024: clarify `test_path_is_*` conversion microproject - - - --- 2024-03-04 Patrick Steinhardt New
Fix git-p4 decode() missing an assignment Fix git-p4 decode() missing an assignment - - - --- 2024-03-04 SaNeOr New
Allow git-config to append a comment Allow git-config to append a comment - - - --- 2024-03-04 Ralph Seichter New
[1/1] clean: further clean-up of implementation around "--force" [1/1] clean: further clean-up of implementation around "--force" - - - --- 2024-03-03 Junio C Hamano New
[1/1] rebase: teach `--exec` about `GIT_REBASE_BRANCH` rebase: teach `--exec` about `GIT_REBASE_BRANCH` - - - --- 2024-03-03 Kristoffer Haugsbakk New
[v2,6/6] parse-options: rearrange long_name matching code parse-options: long option parsing fixes and cleanup - - - --- 2024-03-03 René Scharfe New
[v2,5/6] parse-options: normalize arg and long_name before comparison parse-options: long option parsing fixes and cleanup - - - --- 2024-03-03 René Scharfe New
[v2,4/6] parse-options: detect ambiguous self-negation parse-options: long option parsing fixes and cleanup - - - --- 2024-03-03 René Scharfe New
[v2,3/6] parse-options: factor out register_abbrev() and struct parsed_option parse-options: long option parsing fixes and cleanup - - - --- 2024-03-03 René Scharfe New
[v2,1/6] parse-options: recognize abbreviated negated option with arg parse-options: long option parsing fixes and cleanup - - - --- 2024-03-03 René Scharfe New
[v2,4/4] t-ctype: avoid duplicating class names t-ctype: simplify unit test definitions - - - --- 2024-03-03 René Scharfe New
[v2,2/4] t-ctype: simplify EOF check t-ctype: simplify unit test definitions - - - --- 2024-03-03 René Scharfe New
[v2,1/4] t-ctype: allow NUL anywhere in the specification string t-ctype: simplify unit test definitions - - - --- 2024-03-03 René Scharfe New
[2/2] diff: add 'diff.wordDiff' config option Support diff.wordDiff config - - - --- 2024-03-02 Karthik Nayak New
[1/2] t4034: extract out `diff_with_opts` Support diff.wordDiff config - - - --- 2024-03-02 Karthik Nayak New
test-lib-functions: simplify `test_file_not_empty` failure message test-lib-functions: simplify `test_file_not_empty` failure message - - - --- 2024-03-01 Eric Sunshine New
branch: advise about ref syntax rules branch: advise about ref syntax rules - - - --- 2024-03-01 Kristoffer Haugsbakk New
[GSOC] userdiff: Add JavaScript function patterns [GSOC] userdiff: Add JavaScript function patterns - - - --- 2024-03-01 Sergius Nyah New
[1/1,GSoC] t3070: refactor test -e command microproject: Use test_path_is_* functions in test scripts - - - --- 2024-02-29 shejialuo New
setup: clarify TODO comment about ignoring core.bare setup: clarify TODO comment about ignoring core.bare - - - --- 2024-02-29 Ghanshyam Thakkar New
[GSOC] userdiff: add builtin patterns for JavaScript. [GSOC] userdiff: add builtin patterns for JavaScript. - - - --- 2024-02-29 Sergius Nyah New
[Outreachy,v2,2/2] Port helper/test-sha256.c and helper/test-sha1.c to unit-tests/t-hash.c [Outreachy,v2,1/2] strbuf: introduce strbuf_addstrings() to repeatedly add a string - - - --- 2024-02-29 Achu Luma New
[Outreachy,v2,1/2] strbuf: introduce strbuf_addstrings() to repeatedly add a string [Outreachy,v2,1/2] strbuf: introduce strbuf_addstrings() to repeatedly add a string - - - --- 2024-02-29 Achu Luma New
[4/4] upload-pack: only accept packfile-uris if we advertised it some v2 capability advertisement cleanups - - - --- 2024-02-28 Jeff King New
[3/4] upload-pack: use existing config mechanism for advertisement some v2 capability advertisement cleanups - - - --- 2024-02-28 Jeff King New
[3/9] upload-pack: use oidset for deepen_not list bound upload-pack memory allocations - - - --- 2024-02-28 Jeff King New
[2/9] upload-pack: switch deepen-not list to an oid_array bound upload-pack memory allocations - - - --- 2024-02-28 Jeff King New
« 1 2 ... 3 4 5242 243 »