Show patches with: none      |   43199 patches
« 1 2 ... 365 366 367431 432 »
Patch Series A/R/T S/W/F Date Submitter Delegate State
[GSoC,v2,1/2] sequencer: add NULL checks under read_author_script rebase -i: support --committer-date-is-author-date - - - --- 2019-07-18 Rohit Ashiwal New
[GSoC,v2,1/1] rebase -i: add --ignore-whitespace flag rebase -i: support --ignore-whitespace - - - --- 2019-07-18 Rohit Ashiwal New
[24/24] git: avoid calling aliased builtins via their dashed form Reinstate support for Visual Studio - - - --- 2019-07-18 Linus Arver via GitGitGadget New
[23/24] t5505,t5516: create .git/branches/ when needed Reinstate support for Visual Studio - - - --- 2019-07-18 Linus Arver via GitGitGadget New
[22/24] bin-wrappers: append `.exe` to target paths if necessary Reinstate support for Visual Studio - - - --- 2019-07-18 Linus Arver via GitGitGadget New
[20/24] .gitignore: touch up the entries regarding Visual Studio Reinstate support for Visual Studio - - - --- 2019-07-18 Linus Arver via GitGitGadget New
[21/24] .gitignore: ignore Visual Studio's temporary/generated files Reinstate support for Visual Studio - - - --- 2019-07-18 Linus Arver via GitGitGadget New
[19/24] vcxproj: also link-or-copy builtins Reinstate support for Visual Studio - - - --- 2019-07-18 Linus Arver via GitGitGadget New
[18/24] msvc: add a Makefile target to pre-generate the Visual Studio solution Reinstate support for Visual Studio - - - --- 2019-07-18 Linus Arver via GitGitGadget New
[17/24] contrib/buildsystems: add a backend for modern Visual Studio versions Reinstate support for Visual Studio - - - --- 2019-07-18 Linus Arver via GitGitGadget New
[16/24] contrib/buildsystems: handle options starting with a slash Reinstate support for Visual Studio - - - --- 2019-07-18 Linus Arver via GitGitGadget New
[15/24] contrib/buildsystems: also handle -lexpat Reinstate support for Visual Studio - - - --- 2019-07-18 Linus Arver via GitGitGadget New
[14/24] contrib/buildsystems: handle libiconv, too Reinstate support for Visual Studio - - - --- 2019-07-18 Linus Arver via GitGitGadget New
[13/24] contrib/buildsystems: handle the curl library option Reinstate support for Visual Studio - - - --- 2019-07-18 Linus Arver via GitGitGadget New
[11/24] contrib/buildsystems: optionally capture the dry-run in a file Reinstate support for Visual Studio - - - --- 2019-07-18 Linus Arver via GitGitGadget New
[12/24] contrib/buildsystems: error out on unknown option Reinstate support for Visual Studio - - - --- 2019-07-18 Linus Arver via GitGitGadget New
[10/24] contrib/buildsystems: redirect errors of the dry run into a log file Reinstate support for Visual Studio - - - --- 2019-07-18 Linus Arver via GitGitGadget New
[09/24] contrib/buildsystems: ignore gettext stuff Reinstate support for Visual Studio - - - --- 2019-07-18 Linus Arver via GitGitGadget New
[08/24] contrib/buildsystems: handle quoted spaces in filenames Reinstate support for Visual Studio - - - --- 2019-07-18 Linus Arver via GitGitGadget New
[07/24] contrib/buildsystems: fix misleading error message Reinstate support for Visual Studio - - - --- 2019-07-18 Linus Arver via GitGitGadget New
[06/24] contrib/buildsystems: ignore irrelevant files in Generators/ Reinstate support for Visual Studio - - - --- 2019-07-18 Linus Arver via GitGitGadget New
[05/24] contrib/buildsystems: ignore invalidcontinue.obj Reinstate support for Visual Studio - - - --- 2019-07-18 Linus Arver via GitGitGadget New
[04/24] Vcproj.pm: urlencode '<' and '>' when generating VC projects Reinstate support for Visual Studio - - - --- 2019-07-18 Linus Arver via GitGitGadget New
[03/24] Vcproj.pm: do not configure VCWebServiceProxyGeneratorTool Reinstate support for Visual Studio - - - --- 2019-07-18 Linus Arver via GitGitGadget New
[02/24] Vcproj.pm: list git.exe first to be startup project Reinstate support for Visual Studio - - - --- 2019-07-18 Linus Arver via GitGitGadget New
[01/24] Vcproj.pm: auto-generate GUIDs Reinstate support for Visual Studio - - - --- 2019-07-18 Linus Arver via GitGitGadget New
[v2,1/1] clean: show an error message when the path is too long Show an error if too-long paths are seen by git clean -dfx - - - --- 2019-07-18 Linus Arver via GitGitGadget New
rm: resolving by removal is not a warning-worthy event rm: resolving by removal is not a warning-worthy event - - - --- 2019-07-17 Junio C Hamano New
[RFC,9/9] sequencer: have read_populate_todo() check for dropped commits rebase -i: extend rebase.missingCommitsCheck to `--edit-todo' and co. - - - --- 2019-07-17 Alban Gruin New
[RFC,8/9] rebase-interactive: warn if commit is dropped with --edit-todo rebase -i: extend rebase.missingCommitsCheck to `--edit-todo' and co. - - - --- 2019-07-17 Alban Gruin New
[RFC,7/9] rebase-interactive: todo_list_check() also uses the done list rebase -i: extend rebase.missingCommitsCheck to `--edit-todo' and co. - - - --- 2019-07-17 Alban Gruin New
[RFC,6/9] sequencer: add a parameter to sequencer_continue() to accept a todo list rebase -i: extend rebase.missingCommitsCheck to `--edit-todo' and co. - - - --- 2019-07-17 Alban Gruin New
[RFC,5/9] sequencer: move the code writing total_nr on the disk to a new function rebase -i: extend rebase.missingCommitsCheck to `--edit-todo' and co. - - - --- 2019-07-17 Alban Gruin New
[RFC,4/9] sequencer: update `done_nr' when skipping commands in a todo list rebase -i: extend rebase.missingCommitsCheck to `--edit-todo' and co. - - - --- 2019-07-17 Alban Gruin New
[RFC,3/9] sequencer: update `total_nr' when adding an item to a todo list rebase -i: extend rebase.missingCommitsCheck to `--edit-todo' and co. - - - --- 2019-07-17 Alban Gruin New
[RFC,2/9] t3429: demonstrate that rebase exec does not check for dropped commits rebase -i: extend rebase.missingCommitsCheck to `--edit-todo' and co. - - - --- 2019-07-17 Alban Gruin New
[RFC,1/9] t3404: demonstrate that --edit-todo does not check for dropped commits rebase -i: extend rebase.missingCommitsCheck to `--edit-todo' and co. - - - --- 2019-07-17 Alban Gruin New
[1/1] Adding git ignore command Adding git-ignore command, tests, and documentation. - - - --- 2019-07-17 Linus Arver via GitGitGadget New
fetch: add "--parallel", which fetches all remotes in parallel fetch: add "--parallel", which fetches all remotes in parallel - - - --- 2019-07-17 Palmer Dabbelt New
submodule: plumb --filter to cloned submodules submodule: plumb --filter to cloned submodules - - - --- 2019-07-17 Josh Steadmon New
transport-helper: avoid var decl in for () loop control transport-helper: avoid var decl in for () loop control - 1 - --- 2019-07-16 Junio C Hamano New
[RFC/PATCH] CodingGuidelines: spell out post-C89 rules [RFC/PATCH] CodingGuidelines: spell out post-C89 rules - 2 - --- 2019-07-16 Junio C Hamano New
[v3,11/11] built-in add -i: implement the `help` command git add -i: add a rudimentary version in C (supporting only status and help so far) - - - --- 2019-07-16 Linus Arver via GitGitGadget New
[v3,10/11] built-in add -i: use color in the main loop git add -i: add a rudimentary version in C (supporting only status and help so far) - - - --- 2019-07-16 Linus Arver via GitGitGadget New
[v3,09/11] built-in add -i: support `?` (prompt help) git add -i: add a rudimentary version in C (supporting only status and help so far) - - - --- 2019-07-16 Linus Arver via GitGitGadget New
[v3,08/11] built-in add -i: show unique prefixes of the commands git add -i: add a rudimentary version in C (supporting only status and help so far) - - - --- 2019-07-16 Linus Arver via GitGitGadget New
[v3,07/11] Add a function to determine unique prefixes for a list of strings git add -i: add a rudimentary version in C (supporting only status and help so far) - - - --- 2019-07-16 Linus Arver via GitGitGadget New
[v3,06/11] built-in add -i: implement the main loop git add -i: add a rudimentary version in C (supporting only status and help so far) - - - --- 2019-07-16 Linus Arver via GitGitGadget New
[v3,05/11] built-in add -i: color the header in the `status` command git add -i: add a rudimentary version in C (supporting only status and help so far) - - - --- 2019-07-16 Linus Arver via GitGitGadget New
[v3,04/11] built-in add -i: refresh the index before running `status` git add -i: add a rudimentary version in C (supporting only status and help so far) - - - --- 2019-07-16 Linus Arver via GitGitGadget New
[v3,02/11] diff: export diffstat interface git add -i: add a rudimentary version in C (supporting only status and help so far) - - - --- 2019-07-16 Linus Arver via GitGitGadget New
[v3,03/11] built-in add -i: implement the `status` command git add -i: add a rudimentary version in C (supporting only status and help so far) - - - --- 2019-07-16 Linus Arver via GitGitGadget New
[v3,01/11] Start to implement a built-in version of `git add --interactive` git add -i: add a rudimentary version in C (supporting only status and help so far) - - - --- 2019-07-16 Linus Arver via GitGitGadget New
[v2] stash: fix handling removed files with --keep-index [v2] stash: fix handling removed files with --keep-index - - - --- 2019-07-16 Thomas Gummerer New
[1/1] clean: show an error message when the path is too long Show an error if too-long paths are seen by git clean -dfx - - - --- 2019-07-16 Linus Arver via GitGitGadget New
[1/1] mingw: support spawning programs containing spaces in their names mingw: support spawning programs with paths containing spacesnames - - - --- 2019-07-16 Linus Arver via GitGitGadget New
[v3,3/3] tests: defang pager tests by explicitly disabling the log.mailmap warning document deprecation of log.mailmap=false default - - - --- 2019-07-15 Ariadne Conill New
[v3,2/3] documentation: mention --no-use-mailmap and log.mailmap false setting document deprecation of log.mailmap=false default - - - --- 2019-07-15 Ariadne Conill New
[v3,1/3] log: add warning for unspecified log.mailmap setting document deprecation of log.mailmap=false default - - - --- 2019-07-15 Ariadne Conill New
read-cache.c: do not die if mmap fails read-cache.c: do not die if mmap fails - - - --- 2019-07-14 Varun Naik New
[v2] builtin/merge: allow --squash to commit if there are no conflicts [v2] builtin/merge: allow --squash to commit if there are no conflicts - - - --- 2019-07-13 Edmundo Carmona Antoranz New
[v2,3/3] tests: defang pager tests by explicitly disabling the log.mailmap warning document deprecation of log.mailmap=false default - - - --- 2019-07-12 Ariadne Conill New
[v2,2/3] documentation: mention --no-use-mailmap and log.mailmap false setting document deprecation of log.mailmap=false default - - - --- 2019-07-12 Ariadne Conill New
[v2,1/3] log: add warning for unspecified log.mailmap setting document deprecation of log.mailmap=false default - - - --- 2019-07-12 Ariadne Conill New
[GSoC,2/2] rebase -i: support --committer-date-is-author-date rebase -i: support --ignore-whitespace - - - --- 2019-07-12 Rohit Ashiwal New
[GSoC,1/2] sequencer: add NULL checks under read_author_script [GSoC,1/2] sequencer: add NULL checks under read_author_script - - - --- 2019-07-12 Rohit Ashiwal New
[GSoC,1/1] rebase -i: add --ignore-whitespace flag rebase -i: support --ignore-whitespace - - - --- 2019-07-12 Rohit Ashiwal New
[v1,2/2] documentation: mention --no-use-mailmap and log.mailmap false setting document deprecation of log.mailmap=false default - - - --- 2019-07-12 Ariadne Conill New
[v1,1/2] log: add warning for unspecified log.mailmap setting document deprecation of log.mailmap=false default - - - --- 2019-07-12 Ariadne Conill New
[1/1] gpg(docs): use correct --verify syntax Update gpg.txt to correct gpg --verify syntax - - - --- 2019-07-12 Linus Arver via GitGitGadget New
reset: unstage empty deleted ita files reset: unstage empty deleted ita files - - - --- 2019-07-12 Varun Naik New
range-diff: fix some 'hdr-check' and sparse warnings range-diff: fix some 'hdr-check' and sparse warnings - - - --- 2019-07-11 Ramsay Jones New
[v3] transport-helper: enforce atomic in push_refs_with_push [v3] transport-helper: enforce atomic in push_refs_with_push - - - --- 2019-07-11 Emily Shaffer New
[v4,3/3] tests: rework mailmap tests for git log use mailmap by default in git log - - - --- 2019-07-11 Ariadne Conill New
[v4,2/3] log: document --no-use-mailmap option use mailmap by default in git log - - - --- 2019-07-11 Ariadne Conill New
[v4,1/3] log: use mailmap by default use mailmap by default in git log - - - --- 2019-07-11 Ariadne Conill New
[v3,3/3] tests: rework mailmap tests for git log use mailmap by default in git log - - - --- 2019-07-11 Ariadne Conill New
[v3,2/3] log: add --no-use-mailmap option to complement --use-mailmap option use mailmap by default in git log - - - --- 2019-07-11 Ariadne Conill New
[v3,1/3] log: use mailmap by default use mailmap by default in git log - - - --- 2019-07-11 Ariadne Conill New
stash: fix handling removed files with --keep-index stash: fix handling removed files with --keep-index - - - --- 2019-07-11 Thomas Gummerer New
[v2,3/3] tests: add test for git log --no-use-mailmap use mailmap by default in git log - - - --- 2019-07-11 Ariadne Conill New
[v2,2/3] log: add --no-use-mailmap option to complement --use-mailmap option use mailmap by default in git log - - - --- 2019-07-11 Ariadne Conill New
[v2,1/3] log: use mailmap by default use mailmap by default in git log - - - --- 2019-07-11 Ariadne Conill New
env--helper: mark a file-local symbol as static env--helper: mark a file-local symbol as static - - - --- 2019-07-11 Ramsay Jones New
[v4,14/14] range-diff: add headers to the outer hunk header output improvements for git range-diff - - - --- 2019-07-11 Thomas Gummerer New
[v4,13/14] range-diff: add filename to inner diff output improvements for git range-diff - - - --- 2019-07-11 Thomas Gummerer New
[v4,12/14] range-diff: add section header instead of diff header output improvements for git range-diff - - - --- 2019-07-11 Thomas Gummerer New
[v4,11/14] range-diff: suppress line count in outer diff output improvements for git range-diff - - - --- 2019-07-11 Thomas Gummerer New
[v4,10/14] range-diff: don't remove funcname from inner diff output improvements for git range-diff - - - --- 2019-07-11 Thomas Gummerer New
[v4,09/14] range-diff: split lines manually output improvements for git range-diff - - - --- 2019-07-11 Thomas Gummerer New
[v4,08/14] range-diff: fix function parameter indentation output improvements for git range-diff - - - --- 2019-07-11 Thomas Gummerer New
[v4,07/14] apply: make parse_git_diff_header public output improvements for git range-diff - - - --- 2019-07-11 Thomas Gummerer New
[v4,06/14] apply: only pass required data to gitdiff_* functions output improvements for git range-diff - - - --- 2019-07-11 Thomas Gummerer New
[v4,05/14] apply: only pass required data to find_name_* output improvements for git range-diff - - - --- 2019-07-11 Thomas Gummerer New
[v4,04/14] apply: only pass required data to check_header_line output improvements for git range-diff - - - --- 2019-07-11 Thomas Gummerer New
[v4,03/14] apply: only pass required data to git_header_name output improvements for git range-diff - - - --- 2019-07-11 Thomas Gummerer New
[v4,02/14] apply: only pass required data to skip_tree_prefix output improvements for git range-diff - - - --- 2019-07-11 Thomas Gummerer New
[v4,01/14] apply: replace marc.info link with public-inbox output improvements for git range-diff - - - --- 2019-07-11 Thomas Gummerer New
[v2,1/1] diff: munmap() file contents before running external diff diff: release all handles before running external diff - - - --- 2019-07-11 Linus Arver via GitGitGadget New
log: use mailmap by default log: use mailmap by default - - - --- 2019-07-11 Ariadne Conill New
« 1 2 ... 365 366 367431 432 »