Show patches with: none      |   43165 patches
« 1 2 3 4431 432 »
Patch Series A/R/T S/W/F Date Submitter Delegate State
zlib.c: use size_t for size zlib.c: use size_t for size - - - --- 2018-10-12 Junio C Hamano New
xsize_t: avoid implementation defined behavior when len < 0 xsize_t: avoid implementation defined behavior when len < 0 - - - --- 2021-05-18 Jonathan Nieder Superseded
xrealloc: do not reuse pointer freed by zero-length realloc() xrealloc: do not reuse pointer freed by zero-length realloc() - - - --- 2020-09-01 Jeff King New
xdiff: use BUG(...), not xdl_bug(...) xdiff: use BUG(...), not xdl_bug(...) - - - --- 2021-06-07 Ævar Arnfjörð Bjarmason Accepted
xdiff: unignore changes in function context xdiff: unignore changes in function context - - - --- 2019-12-05 René Scharfe New
xdiff: implement a zealous diff3 xdiff: implement a zealous diff3 - - - --- 2021-06-13 Felipe Contreras New
xdiff: clamp function context indices in post-image xdiff: clamp function context indices in post-image - - - --- 2019-07-23 Jeff King New
xdiff: avoid accidental redefinition of LFS feature in OpenIndiana xdiff: avoid accidental redefinition of LFS feature in OpenIndiana - - - --- 2019-06-18 Carlo Marcelo Arenas Belón New
xcalloc: use CALLOC_ARRAY() when applicable xcalloc: use CALLOC_ARRAY() when applicable - - - --- 2021-03-16 Junio C Hamano Accepted
wt-status: quote paths identically whether tracked or untracked wt-status: quote paths identically whether tracked or untracked - - - --- 2020-09-08 brian m. carlson New
wt-status: expand, not dwim, a "detached from" ref wt-status: expand, not dwim, a "detached from" ref - - - --- 2020-05-13 Jonathan Tan 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
write-or-die: make GIT_FLUSH a Boolean environment variable write-or-die: make GIT_FLUSH a Boolean environment variable - - - --- 2023-12-30 Chandra Pratap Superseded
wrapper: remove xunsetenv() wrapper: remove xunsetenv() - - - --- 2021-10-29 Carlo Marcelo Arenas Belón Accepted
wrapper: indent with tabs wrapper: indent with tabs - - - --- 2020-03-28 Denton Liu New
wrapper: avoid UB in macOS wrapper: avoid UB in macOS - - - --- 2019-06-16 Carlo Marcelo Arenas Belón New
wrapper: add workaround for open() returning EINTR wrapper: add workaround for open() returning EINTR - - - --- 2021-02-24 Jeff King New
worktree: update is_bare heuristics worktree: update is_bare heuristics - - - --- 2019-04-17 Jonathan Tan New
worktree: treat "list" as default command worktree: treat "list" as default command - - - --- 2020-06-13 Nicholas Guriev New
worktree: teach find_shared_symref to ignore current worktree worktree: teach find_shared_symref to ignore current worktree - - - --- 2023-01-17 Rubén Justo New
worktree: teach `repair` to fix multi-directional breakage worktree: teach `repair` to fix multi-directional breakage - - - --- 2020-12-08 Eric Sunshine New
worktree: teach `add` to accept --reason <string> with --lock worktree: teach `add` to accept --reason <string> with --lock - - - --- 2021-07-06 Stephen Manz New
worktree: refactor lock_reason_valid and lock_reason to be more sensible worktree: refactor lock_reason_valid and lock_reason to be more sensible - - - --- 2018-10-25 Nickolai Belakovski New
worktree: populate lock_reason in get_worktrees and light refactor/cleanup in worktree files worktree: populate lock_reason in get_worktrees and light refactor/cleanup in worktree files - - - --- 2018-10-24 Nickolai Belakovski New
worktree: include repair cmd in usage worktree: include repair cmd in usage - - - --- 2022-03-25 Desmond Preston New
worktree: fix order of arguments in error message worktree: fix order of arguments in error message - 1 - --- 2020-11-20 Matheus Tavares Accepted
worktree: fix leak in check_clean_worktree() worktree: fix leak in check_clean_worktree() - 1 - --- 2020-08-27 Jeff King Accepted
worktree: drop unused code from get_main_worktree() worktree: drop unused code from get_main_worktree() - - - --- 2020-02-24 Eric Sunshine New
worktree: avoid dead-code in conditional worktree: avoid dead-code in conditional - - - --- 2020-06-24 Eric Sunshine New
worktree: allow to (re)move worktrees with uninitialized submodules worktree: allow to (re)move worktrees with uninitialized submodules - - - --- 2018-12-16 Duy Nguyen New
worktree: add shorthand '-d' for detach worktree: add shorthand '-d' for detach - - - --- 2020-01-25 Pratyush Yadav New
worktree: add per-worktree config files worktree: add per-worktree config files - - - --- 2018-09-23 Duy Nguyen New
worktree: add -z option for list subcommand worktree: add -z option for list subcommand - - - --- 2021-01-05 Phillip Wood New
worktree: add -z option for list subcommand worktree: add -z option for list subcommand - - - --- 2022-02-25 Phillip Wood New
worktree remove: clarify error message on dirty worktree worktree remove: clarify error message on dirty worktree - 1 - --- 2019-08-13 SZEDER Gábor New
worktree add: sanitize worktree names worktree add: sanitize worktree names - - - --- 2019-02-21 Duy Nguyen New
worktree add: introduce basic DWYM for --orphan worktree add: introduce basic DWYM for --orphan - - - --- 2023-01-14 Jacob Abel New
worktree add: be tolerant of corrupt worktrees worktree add: be tolerant of corrupt worktrees - - - --- 2019-05-13 Duy Nguyen New
word diff: handle zero length matches word diff: handle zero length matches - - - --- 2021-05-04 Phillip Wood Accepted
win32: use _endthreadex to terminate threads, not ExitThread win32: use _endthreadex to terminate threads, not ExitThread 1 - - --- 2022-12-22 Seija Kijin Superseded
win32: special-case `ENOSPC` when writing to a pipe win32: special-case `ENOSPC` when writing to a pipe - - - --- 2024-01-30 Johannes Schindelin Accepted
win32: remove return_0 inline function win32: remove return_0 inline function - - - --- 2022-12-31 Seija Kijin New
win32: fix thread usage for win32 win32: fix thread usage for win32 - - - --- 2023-01-21 Seija Kijin Superseded
win32: ensure len does not cause any overreads win32: ensure len does not cause any overreads - - - --- 2022-12-19 Seija Kijin New
Win32: detect unix socket support at runtime Win32: detect unix socket support at runtime - - - --- 2024-04-03 Matthias Aßhauer Accepted
win32: close handles of threads that have been joined win32: close handles of threads that have been joined - - - --- 2022-12-19 Seija Kijin Superseded
win32: check for NULL when creating thread win32: check for NULL when creating thread - - - --- 2023-01-31 Seija Kijin Accepted
wildmatch: change behavior of "foo**bar" in WM_PATHNAME mode wildmatch: change behavior of "foo**bar" in WM_PATHNAME mode - - - --- 2018-10-27 Duy Nguyen New
Why "Updated upstream" block is so small? Why "Updated upstream" block is so small? - - - --- 2019-06-29 Eugen Konkov New
whats-cooking: fix a couple of typos whats-cooking: fix a couple of typos - - - --- 2021-08-24 Johannes Schindelin New
What should happen in credential-cache on recoverable error without SPAWN option? What should happen in credential-cache on recoverable error without SPAWN option? - - - --- 2021-09-14 Junio C Hamano New
Warning message in remote.c when compiling Warning message in remote.c when compiling - - - --- 2024-04-06 prpr 19xx New
vscode: improve tab size and wrapping vscode: improve tab size and wrapping - - - --- 2022-06-27 Derrick Stolee Accepted
vimdiff: make layout engine more robust against user vim settings vimdiff: make layout engine more robust against user vim settings - - - --- 2022-07-08 Fernando Ramos Accepted
vimdiff: fix 'vimdiff3' behavior (colors + no extra key press) vimdiff: fix 'vimdiff3' behavior (colors + no extra key press) - - 1 --- 2022-08-06 Fernando Ramos Superseded
vimdiff: fix 'vimdiff3' behavior (colors + no extra key press) vimdiff: fix 'vimdiff3' behavior (colors + no extra key press) - - - --- 2022-08-06 Fernando Ramos New
version-gen: cleanup version-gen: cleanup - - - --- 2021-06-25 Felipe Contreras New
vcs-svn: remove header files as well vcs-svn: remove header files as well - - - --- 2021-03-14 René Scharfe Accepted
vcbuild: fix library name for expat with make MSVC=1 vcbuild: fix library name for expat with make MSVC=1 - - - --- 2020-09-02 Johannes Schindelin via GitGitGadget Accepted
vcbuild: fix batch file name in README vcbuild: fix batch file name in README - 1 - --- 2020-09-02 Johannes Schindelin via GitGitGadget Accepted
var: avoid a segmentation fault when `HOME` is unset var: avoid a segmentation fault when `HOME` is unset - - - --- 2023-09-04 Johannes Schindelin Accepted
var: add GIT_SEQUENCE_EDITOR variable var: add GIT_SEQUENCE_EDITOR variable - - - --- 2022-11-20 Sean Allred Superseded
v2.25 regression: cherry-pick alters patch and leaves working tree dirty v2.25 regression: cherry-pick alters patch and leaves working tree dirty - - - --- 2021-06-12 Anders Kaseorg New
v2 GitSVN: Multi line support of ignore-path, include-paths and skiping of empty commits v2 GitSVN: Multi line support of ignore-path, include-paths and skiping of empty commits - - - --- 2020-05-02 Lukas Pupka-Lipinski New
utf8: use skip_iprefix() in same_utf_encoding() utf8: use skip_iprefix() in same_utf_encoding() - - - --- 2019-11-08 René Scharfe New
utf8: use ARRAY_SIZE() in git_wcwidth() utf8: use ARRAY_SIZE() in git_wcwidth() - - - --- 2019-10-11 Beat Bolli New
utf8: handle systems that don't write BOM for UTF-16 utf8: handle systems that don't write BOM for UTF-16 - - - --- 2019-02-09 brian m. carlson New
Using public-inbox+lei+Emacs+mu+mu4e (was: Large delays in mailing list delivery?) Using public-inbox+lei+Emacs+mu+mu4e (was: Large delays in mailing list delivery?) - - - --- 2022-02-02 Ævar Arnfjörð Bjarmason 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
Uses of xwrite() in the codebase Uses of xwrite() in the codebase - - - --- 2024-02-27 Junio C Hamano New
userdiff.h: add missing declaration (hdr-check) userdiff.h: add missing declaration (hdr-check) - - - --- 2018-09-19 Ramsay Jones New
userdiff: two simplifications of patterns for rust userdiff: two simplifications of patterns for rust - - - --- 2019-05-30 Johannes Sixt New
userdiff: support Rust macros userdiff: support Rust macros - 1 - --- 2020-10-06 Johannes Schindelin via GitGitGadget New
userdiff: support regexec(3) with multi-byte support userdiff: support regexec(3) with multi-byte support - - - --- 2023-04-06 René Scharfe New
userdiff: support Python async functions userdiff: support Python async functions - - - --- 2019-11-11 Josh Holland New
userdiff: support Markdown userdiff: support Markdown - - - --- 2020-04-21 Ash Holland New
userdiff: support enum keyword in PHP hunk header userdiff: support enum keyword in PHP hunk header - - - --- 2021-08-31 USAMI Kenta Accepted
userdiff: support Clojure userdiff: support Clojure - - - --- 2021-03-13 Nazarii Bardiuk New
userdiff: support Bash userdiff: support Bash - - - --- 2020-10-20 Victor Engmark Superseded
userdiff: skip textconv caching when not in a repository userdiff: skip textconv caching when not in a repository - - - --- 2024-02-26 Jeff King Accepted
userdiff: remove empty subexpression from elixir regex userdiff: remove empty subexpression from elixir regex - - - --- 2019-12-13 Ed Maste New
userdiff: php: Improved tests catching "abstract" and "final" functions userdiff: php: Improved tests catching "abstract" and "final" functions - - - --- 2020-11-14 Javier Spagnoletti New
userdiff: improve java regex for generic return types userdiff: improve java regex for generic return types - - - --- 2021-08-09 Tassilo Horn Superseded
userdiff: Fix some corner cases in dts regex userdiff: Fix some corner cases in dts regex - - - --- 2019-10-04 Stephen Boyd New
userdiff: fix grammar and style issues userdiff: fix grammar and style issues - - - --- 2019-05-29 LI, BO XUAN New
userdiff: expand detected chunk headers for css userdiff: expand detected chunk headers for css - - - --- 2020-10-07 Johannes Schindelin via GitGitGadget Superseded
userdiff: better method/property matching for C# userdiff: better method/property matching for C# - - - --- 2024-02-25 Steven Jeuris Superseded
userdiff: add support for Emacs Lisp userdiff: add support for Emacs Lisp - - - --- 2021-02-13 Adam Spiers New
userdiff: add Julia to supported userdiff languages userdiff: add Julia to supported userdiff languages - - - --- 2020-01-10 Johannes Schindelin via GitGitGadget New
userdiff: Add diff driver for Kotlin lang and tests userdiff: Add diff driver for Kotlin lang and tests - - - --- 2022-03-01 Jaydeep Das New
userdiff: add builtin driver for typescript language userdiff: add builtin driver for typescript language - - - --- 2024-03-24 Utsav Parmar Superseded
userdiff: add builtin driver for kotlin language userdiff: add builtin driver for kotlin language - - - --- 2022-03-02 Jaydeep Das Superseded
userdiff: add builtin driver for kotlin language userdiff: add builtin driver for kotlin language - - - --- 2022-03-02 Jaydeep Das New
userdiff: add builtin diff driver for Kotlin language. userdiff: add builtin diff driver for Kotlin language. - - - --- 2022-03-01 Jaydeep Das Superseded
userdiff: add builtin diff driver for Kotlin language. userdiff: add builtin diff driver for Kotlin language. - - - --- 2022-03-03 Jaydeep Das Superseded
userdiff: Add a builtin pattern for dts files userdiff: Add a builtin pattern for dts files - - - --- 2019-01-11 Stephen Boyd New
use xstrncmpz() use xstrncmpz() - - - --- 2024-02-10 René Scharfe New
Use user supplied origin name for extension.partialcone instead of hardcoded value. Use user supplied origin name for extension.partialcone instead of hardcoded value. - 1 - --- 2019-05-23 Xin Li New
use strpbrk(3) to search for characters from a given set use strpbrk(3) to search for characters from a given set - - - --- 2020-02-22 René Scharfe New
Use sensible titles in t4014 Use sensible titles in t4014 - - - --- 2020-06-10 Konstantin Ryabitsev New
« 1 2 3 4431 432 »