Show patches with: none      |   40012 patches
« 1 2 3 4400 401 »
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 Arenas 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
wrapper: remove xunsetenv() wrapper: remove xunsetenv() - - - --- 2021-10-29 Carlo Arenas 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 Arenas 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: 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: 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
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 Linus Arver via GitGitGadget Accepted
vcbuild: fix batch file name in README vcbuild: fix batch file name in README - 1 - --- 2020-09-02 Linus Arver 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
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 Linus Arver 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: 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 Linus Arver via GitGitGadget 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 Linus Arver 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 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 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
Use reverse_commit_list helper function for in-place list reversal Use reverse_commit_list helper function for in-place list reversal - - - --- 2022-03-15 Jayati Shrivastava Accepted
Use packet_reader instead of packet_read_line Use packet_reader instead of packet_read_line - - - --- 2018-12-27 Masaya Suzuki Superseded
Use OPT_CALLBACK and OPT_CALLBACK_F Use OPT_CALLBACK and OPT_CALLBACK_F - - - --- 2020-04-28 Denton Liu New
Use mingw.h declarations for gmtime_r/localtime_r on msys2 Use mingw.h declarations for gmtime_r/localtime_r on msys2 - - - --- 2021-10-05 Mike Hommey New
Use lowercase includes for some Windows headers Use lowercase includes for some Windows headers - - - --- 2023-06-04 Mike Hommey Accepted
use get_merge_tool_path() also in is_available() to honor settings use get_merge_tool_path() also in is_available() to honor settings - - - --- 2021-06-07 Michael Schindler New
use fspathhash() everywhere use fspathhash() everywhere - - - --- 2021-07-30 René Scharfe New
Use correct default remote for fetching in submodule. Use correct default remote for fetching in submodule. - - - --- 2023-02-13 Mara New
Use an intermediate file between between git blame and sed to avoid git blame's exit code being hid… Use an intermediate file between between git blame and sed to avoid git blame's exit code being hid… - - - --- 2019-06-15 Michael Platings New
Use 'Everything up to date.' instead of 'Everything up-to-date' Use 'Everything up to date.' instead of 'Everything up-to-date' - - - --- 2022-07-27 Jay Berry New
usage.[ch] API users: use report_fn, not hardcoded prototype usage.[ch] API users: use report_fn, not hardcoded prototype - - - --- 2022-02-21 Ævar Arnfjörð Bjarmason New
« 1 2 3 4400 401 »