Show patches with: none      |   43119 patches
« 1 2 3 4431 432 »
Patch Series A/R/T S/W/F Date Submitter Delegate State
http-backend: allow empty CONTENT_LENGTH http-backend: allow empty CONTENT_LENGTH - - - --- 2018-09-06 Max Kirillov Superseded
[1/3] archive: use packet_reader for communications [1/3] archive: use packet_reader for communications - 1 - --- 2018-09-12 Josh Steadmon Superseded
[2/3] archive: implement protocol v2 archive command [1/3] archive: use packet_reader for communications - - - --- 2018-09-12 Josh Steadmon Superseded
[3/3] archive: allow archive over HTTP(S) with proto v2 [1/3] archive: use packet_reader for communications - - - --- 2018-09-12 Josh Steadmon Superseded
[v5,1/9] submodule: add a print_config_from_gitmodules() helper Make submodules work if .gitmodules is not checked out - - - --- 2018-09-17 Antonio Ospite Superseded
[v5,2/9] submodule: factor out a config_set_in_gitmodules_file_gently function Make submodules work if .gitmodules is not checked out - - - --- 2018-09-17 Antonio Ospite Superseded
[v5,3/9] t7411: merge tests 5 and 6 Make submodules work if .gitmodules is not checked out - - - --- 2018-09-17 Antonio Ospite Superseded
[v5,4/9] t7411: be nicer to future tests and really clean things up Make submodules work if .gitmodules is not checked out - - - --- 2018-09-17 Antonio Ospite Superseded
[v5,5/9] submodule--helper: add a new 'config' subcommand Make submodules work if .gitmodules is not checked out - - - --- 2018-09-17 Antonio Ospite Superseded
[v5,6/9] submodule: use the 'submodule--helper config' command Make submodules work if .gitmodules is not checked out - - - --- 2018-09-17 Antonio Ospite Superseded
[v5,7/9] t7506: clean up .gitmodules properly before setting up new scenario Make submodules work if .gitmodules is not checked out - - - --- 2018-09-17 Antonio Ospite Superseded
[v5,8/9] submodule: add a helper to check if it is safe to write to .gitmodules Make submodules work if .gitmodules is not checked out - - - --- 2018-09-17 Antonio Ospite Superseded
[v5,9/9] submodule: support reading .gitmodules when it's not in the working tree Make submodules work if .gitmodules is not checked out - - - --- 2018-09-17 Antonio Ospite Superseded
[1/1] protocol: limit max protocol version per service Limit client version advertisements - - - --- 2018-10-02 Josh Steadmon Superseded
[RFC,1/2] fuzz: Add basic fuzz testing target. add fuzzing targets for use with LLVM libFuzzer - - - --- 2018-10-04 Josh Steadmon Superseded
[RFC,2/2] fuzz: Add fuzz testing for packfile indices. add fuzzing targets for use with LLVM libFuzzer - - - --- 2018-10-04 Josh Steadmon Superseded
[v6,01/10] submodule: add a print_config_from_gitmodules() helper Make submodules work if .gitmodules is not checked out - - - --- 2018-10-05 Antonio Ospite Superseded
[v6,02/10] submodule: factor out a config_set_in_gitmodules_file_gently function Make submodules work if .gitmodules is not checked out - - - --- 2018-10-05 Antonio Ospite Superseded
[v6,03/10] t7411: merge tests 5 and 6 Make submodules work if .gitmodules is not checked out - - - --- 2018-10-05 Antonio Ospite Superseded
[v6,04/10] t7411: be nicer to future tests and really clean things up Make submodules work if .gitmodules is not checked out - - - --- 2018-10-05 Antonio Ospite Superseded
[v6,05/10] submodule--helper: add a new 'config' subcommand Make submodules work if .gitmodules is not checked out - - - --- 2018-10-05 Antonio Ospite Superseded
[v6,06/10] submodule: use the 'submodule--helper config' command Make submodules work if .gitmodules is not checked out - - - --- 2018-10-05 Antonio Ospite Superseded
[v6,07/10] t7506: clean up .gitmodules properly before setting up new scenario Make submodules work if .gitmodules is not checked out - - - --- 2018-10-05 Antonio Ospite Superseded
[v6,08/10] submodule: add a helper to check if it is safe to write to .gitmodules Make submodules work if .gitmodules is not checked out - - - --- 2018-10-05 Antonio Ospite Superseded
[v6,09/10] submodule: support reading .gitmodules when it's not in the working tree Make submodules work if .gitmodules is not checked out - - - --- 2018-10-05 Antonio Ospite Superseded
[v6,10/10] t/helper: add test-submodule-nested-repo-config Make submodules work if .gitmodules is not checked out - - - --- 2018-10-05 Antonio Ospite Superseded
[v2,1/1] protocol: advertise multiple supported versions Advertise multiple supported proto versions - - - --- 2018-10-12 Josh Steadmon Superseded
[1/1] archive: init archivers before determining format Fix format detection when archiving remotely - - - --- 2018-10-19 Josh Steadmon Superseded
[v2] archive: initialize archivers earlier [v2] archive: initialize archivers earlier - - - --- 2018-10-22 Josh Steadmon Superseded
[v3] archive: initialize archivers earlier [v3] archive: initialize archivers earlier - - - --- 2018-10-22 Josh Steadmon Superseded
[v4] archive: initialize archivers earlier [v4] archive: initialize archivers earlier - - - --- 2018-10-23 Josh Steadmon Superseded
pack-protocol.txt: accept error packets in any context pack-protocol.txt: accept error packets in any context - - - --- 2018-11-27 Masaya Suzuki Superseded
Use packet_reader instead of packet_read_line Use packet_reader instead of packet_read_line - - - --- 2018-12-27 Masaya Suzuki Superseded
[1/2] Change how HTTP response body is returned [1/2] Change how HTTP response body is returned - - - --- 2018-12-28 Masaya Suzuki Superseded
[2/2] Unset CURLOPT_FAILONERROR [1/2] Change how HTTP response body is returned - - - --- 2018-12-28 Masaya Suzuki Superseded
[v2,1/2] Change how HTTP response body is returned Show HTTP headers of failed requests with GIT_CURL_VERBOSE - - - --- 2018-12-29 Masaya Suzuki Superseded
[v2,2/2] Unset CURLOPT_FAILONERROR Show HTTP headers of failed requests with GIT_CURL_VERBOSE - - - --- 2018-12-29 Masaya Suzuki Superseded
git-gui: Handle Ctrl+BS & Ctrl+Del in the commit msg git-gui: Handle Ctrl+BS & Ctrl+Del in the commit msg - - - --- 2019-02-11 Ismael Luceno Superseded
git-gui: Implement color configuration git-gui: Implement color configuration - - - --- 2019-02-11 Ismael Luceno Superseded
[v2] git-gui: Handle Ctrl + BS/Del in the commit msg [v2] git-gui: Handle Ctrl + BS/Del in the commit msg - - - --- 2019-02-16 Ismael Luceno Superseded
[v1] t6300: fix issues related to %(contents:size) [v1] t6300: fix issues related to %(contents:size) - - - --- 2020-07-31 Alban Gruin Superseded
[v3,1/4] list_objects_filter_options: introduce 'list_object_filter_config_name' upload-pack: custom allowed object filters - - - --- 2020-07-31 Taylor Blau Superseded
[v3,2/4] upload-pack.c: allow banning certain object filter(s) upload-pack: custom allowed object filters - - - --- 2020-07-31 Taylor Blau Superseded
[v3,3/4] upload-pack.c: pass 'struct list_objects_filter_options *' upload-pack: custom allowed object filters - - - --- 2020-07-31 Taylor Blau Superseded
[v3,4/4] upload-pack.c: introduce 'uploadpackfilter.tree.maxDepth' upload-pack: custom allowed object filters - - - --- 2020-07-31 Taylor Blau Superseded
diff: teach --stat to ignore uninteresting modifications diff: teach --stat to ignore uninteresting modifications - - - --- 2020-08-01 Linus Arver via GitGitGadget Superseded
[1/4] t6038: make tests fail for the right reason Attr fixes - - - --- 2020-08-02 Linus Arver via GitGitGadget Superseded
[2/4] t6038: fix test with obviously incorrect expectations Attr fixes - - - --- 2020-08-02 Linus Arver via GitGitGadget Superseded
[3/4] merge: make merge.renormalize work for all uses of merge machinery Attr fixes - - - --- 2020-08-02 Linus Arver via GitGitGadget Superseded
[4/4] checkout: support renormalization with checkout -m <paths> Attr fixes - - - --- 2020-08-02 Linus Arver via GitGitGadget Superseded
connected: use buffered I/O to talk to rev-list connected: use buffered I/O to talk to rev-list - - - --- 2020-08-02 René Scharfe Superseded
midx: use buffered I/O to talk to pack-objects midx: use buffered I/O to talk to pack-objects - - - --- 2020-08-02 René Scharfe Superseded
upload-pack: use buffered I/O to talk to rev-list upload-pack: use buffered I/O to talk to rev-list - - - --- 2020-08-02 René Scharfe Superseded
[1/3] command-list.txt: add missing 'gitcredentials' and 'gitremote-helpers' List all guides in git(1) - - - --- 2020-08-02 Linus Arver via GitGitGadget Superseded
[2/3] help: drop usage of 'common' and 'useful' for guides List all guides in git(1) - - - --- 2020-08-02 Linus Arver via GitGitGadget Superseded
[3/3] git.txt: add list of guides List all guides in git(1) - - - --- 2020-08-02 Linus Arver via GitGitGadget Superseded
docs: improve the example that illustrates git-notes path names docs: improve the example that illustrates git-notes path names - - - --- 2020-08-03 Linus Arver via GitGitGadget Superseded
[v2] docs: improve the example that illustrates git-notes path names [v2] docs: improve the example that illustrates git-notes path names - - - --- 2020-08-03 Linus Arver via GitGitGadget Superseded
[01/10] commit-graph: introduce 'get_bloom_filter_settings()' more miscellaneous Bloom filter improvements - - - --- 2020-08-03 Taylor Blau Superseded
[02/10] commit-graph: pass a 'struct repository *' in more places more miscellaneous Bloom filter improvements - - - --- 2020-08-03 Taylor Blau Superseded
[03/10] t4216: use an '&&'-chain more miscellaneous Bloom filter improvements - - - --- 2020-08-03 Taylor Blau Superseded
[04/10] t/helper/test-read-graph.c: prepare repo settings more miscellaneous Bloom filter improvements - - - --- 2020-08-03 Taylor Blau Superseded
[05/10] commit-graph: respect 'commitgraph.readChangedPaths' more miscellaneous Bloom filter improvements - - - --- 2020-08-03 Taylor Blau Superseded
[06/10] commit-graph.c: sort index into commits list more miscellaneous Bloom filter improvements - - - --- 2020-08-03 Taylor Blau Superseded
[07/10] commit-graph: add large-filters bitmap chunk more miscellaneous Bloom filter improvements - - - --- 2020-08-03 Taylor Blau Superseded
[08/10] bloom: split 'get_bloom_filter()' in two more miscellaneous Bloom filter improvements - - - --- 2020-08-03 Taylor Blau Superseded
[09/10] commit-graph: rename 'split_commit_graph_opts' more miscellaneous Bloom filter improvements - - - --- 2020-08-03 Taylor Blau Superseded
[10/10] builtin/commit-graph.c: introduce '--max-new-filters=<n>' more miscellaneous Bloom filter improvements - - - --- 2020-08-03 Taylor Blau Superseded
[v2,1/3] command-list.txt: add missing 'gitcredentials' and 'gitremote-helpers' List all guides in git(1) - - - --- 2020-08-04 Linus Arver via GitGitGadget Superseded
[v2,2/3] help: drop usage of 'common' and 'useful' for guides List all guides in git(1) - - - --- 2020-08-04 Linus Arver via GitGitGadget Superseded
[v2,3/3] git.txt: add list of guides List all guides in git(1) - - - --- 2020-08-04 Linus Arver via GitGitGadget Superseded
Update .mailmap Update .mailmap - - - --- 2020-08-04 Martin Ågren Superseded
[v2] apply: allow "new file" patches on i-t-a entries [v2] apply: allow "new file" patches on i-t-a entries - - - --- 2020-08-04 Raymond E. Pasco Superseded
[RESEND] Update .mailmap [RESEND] Update .mailmap 1 - - --- 2020-08-05 Martin Ågren Superseded
[1/3] mergetool-lib: use $XDG_CURRENT_DESKTOP to check GNOME mergetool-lib: Don't use deprecated variable to detect GNOME - - - --- 2020-08-05 Linus Arver via GitGitGadget Superseded
[2/3] mergetool-lib: keep a list of cross desktop merge tools mergetool-lib: Don't use deprecated variable to detect GNOME - - - --- 2020-08-05 Linus Arver via GitGitGadget Superseded
[3/3] mergetool-lib: give kdiff3 prioirty in KDE environments mergetool-lib: Don't use deprecated variable to detect GNOME - - - --- 2020-08-05 Linus Arver via GitGitGadget Superseded
[v2,01/14] commit-graph: introduce 'get_bloom_filter_settings()' more miscellaneous Bloom filter improvements - - - --- 2020-08-05 Taylor Blau Superseded
[v2,02/14] t4216: use an '&&'-chain more miscellaneous Bloom filter improvements - - - --- 2020-08-05 Taylor Blau Superseded
[v2,03/14] commit-graph: pass a 'struct repository *' in more places more miscellaneous Bloom filter improvements - - - --- 2020-08-05 Taylor Blau Superseded
[v2,04/14] t/helper/test-read-graph.c: prepare repo settings more miscellaneous Bloom filter improvements - - - --- 2020-08-05 Taylor Blau Superseded
[v2,05/14] commit-graph: respect 'commitGraph.readChangedPaths' more miscellaneous Bloom filter improvements - - - --- 2020-08-05 Taylor Blau Superseded
[v2,06/14] commit-graph.c: store maximum changed paths more miscellaneous Bloom filter improvements - - - --- 2020-08-05 Taylor Blau Superseded
[v2,07/14] bloom: split 'get_bloom_filter()' in two more miscellaneous Bloom filter improvements - - - --- 2020-08-05 Taylor Blau Superseded
[v2,08/14] bloom: use provided 'struct bloom_filter_settings' more miscellaneous Bloom filter improvements - - - --- 2020-08-05 Taylor Blau Superseded
[v2,09/14] bloom/diff: properly short-circuit on max_changes more miscellaneous Bloom filter improvements - - - --- 2020-08-05 Taylor Blau Superseded
[v2,10/14] commit-graph.c: sort index into commits list more miscellaneous Bloom filter improvements - - - --- 2020-08-05 Taylor Blau Superseded
[v2,11/14] csum-file.h: introduce 'hashwrite_be64()' more miscellaneous Bloom filter improvements - - - --- 2020-08-05 Taylor Blau Superseded
[v2,12/14] commit-graph: add large-filters bitmap chunk more miscellaneous Bloom filter improvements - - - --- 2020-08-05 Taylor Blau Superseded
[v2,13/14] commit-graph: rename 'split_commit_graph_opts' more miscellaneous Bloom filter improvements - - - --- 2020-08-05 Taylor Blau Superseded
[v2,14/14] builtin/commit-graph.c: introduce '--max-new-filters=<n>' more miscellaneous Bloom filter improvements - - - --- 2020-08-05 Taylor Blau Superseded
sequencer: avoid garbled merge machinery messages due to commit labels sequencer: avoid garbled merge machinery messages due to commit labels - - - --- 2020-08-05 Linus Arver via GitGitGadget Superseded
[v2,1/9] ref-filter: support different email formats Improvements to ref-filter - - - --- 2020-08-05 Linus Arver via GitGitGadget Superseded
[v2,2/9] ref-filter: refactor `grab_objectname()` Improvements to ref-filter - - - --- 2020-08-05 Linus Arver via GitGitGadget Superseded
[v2,3/9] ref-filter: modify error messages in `grab_objectname()` Improvements to ref-filter - - - --- 2020-08-05 Linus Arver via GitGitGadget Superseded
[v2,4/9] ref-filter: rename `objectname` related functions and fields Improvements to ref-filter - - - --- 2020-08-05 Linus Arver via GitGitGadget Superseded
[v2,5/9] ref-filter: add `short` modifier to 'tree' atom Improvements to ref-filter - - - --- 2020-08-05 Linus Arver via GitGitGadget Superseded
[v2,6/9] ref-filter: add `short` modifier to 'parent' atom Improvements to ref-filter - - - --- 2020-08-05 Linus Arver via GitGitGadget Superseded
[v2,7/9] pretty: refactor `format_sanitized_subject()` Improvements to ref-filter - - - --- 2020-08-05 Linus Arver via GitGitGadget Superseded
[v2,8/9] format-support: move `format_sanitized_subject()` from pretty Improvements to ref-filter - - - --- 2020-08-05 Linus Arver via GitGitGadget Superseded
« 1 2 3 4431 432 »