Show patches with: none      |   43827 patches
« 1 2 ... 323 324 325438 439 »
Patch Series A/R/T S/W/F Date Submitter Delegate State
[v4,07/15] commit-graph: examine changed-path objects in pack order Changed Paths Bloom Filters - - - --- 2020-04-06 Johannes Schindelin via GitGitGadget New
[v4,06/15] commit-graph: compute Bloom filters for changed paths Changed Paths Bloom Filters - - - --- 2020-04-06 Johannes Schindelin via GitGitGadget New
[v4,05/15] diff: halt tree-diff early after max_changes Changed Paths Bloom Filters - - - --- 2020-04-06 Johannes Schindelin via GitGitGadget New
[v4,04/15] bloom.c: core Bloom filter implementation for changed paths. Changed Paths Bloom Filters - 1 - --- 2020-04-06 Johannes Schindelin via GitGitGadget New
[v4,03/15] bloom.c: introduce core Bloom filter constructs Changed Paths Bloom Filters - 1 - --- 2020-04-06 Johannes Schindelin via GitGitGadget New
[v4,02/15] bloom.c: add the murmur3 hash implementation Changed Paths Bloom Filters - 1 - --- 2020-04-06 Johannes Schindelin via GitGitGadget New
[v4,01/15] commit-graph: define and use MAX_NUM_CHUNKS Changed Paths Bloom Filters - 1 - --- 2020-04-06 Johannes Schindelin via GitGitGadget New
[v6,5/5] doc: --recurse-submodules mostly applies to active submodules doc: --recurse-submodules - - - --- 2020-04-06 Damien Robert New
[v6,4/5] doc: be more precise on (fetch|push).recurseSubmodules doc: --recurse-submodules - - - --- 2020-04-06 Damien Robert New
[v6,3/5] doc: explain how to deactivate submodule.recurse completely doc: --recurse-submodules - - - --- 2020-04-06 Damien Robert New
[v6,2/5] doc: document --recurse-submodules for reset and restore doc: --recurse-submodules - - - --- 2020-04-06 Damien Robert New
[v6,1/5] doc: list all commands affected by submodule.recurse doc: --recurse-submodules - - - --- 2020-04-06 Damien Robert New
format-patch: teach --no-encode-headers format-patch: teach --no-encode-headers - - - --- 2020-04-05 Emma Brooks New
[v5,5/5] doc: --recurse-submodules mostly applies to active submodules doc: --recurse-submodules - - - --- 2020-04-05 Damien Robert New
[v5,4/5] doc: be more precise on (fetch|push).recurseSubmodules doc: --recurse-submodules - - - --- 2020-04-05 Damien Robert New
[v5,3/5] doc: explain how to deactivate submodule.recurse completely doc: --recurse-submodules - - - --- 2020-04-05 Damien Robert New
[v5,2/5] doc: document --recurse-submodules for reset and restore doc: --recurse-submodules - - - --- 2020-04-05 Damien Robert New
[v5,1/5] doc: list all commands affected by submodule.recurse doc: --recurse-submodules - - - --- 2020-04-05 Damien Robert New
[2/2] pull doc: correct outdated description of an example git-pull.txt: correct outdated example + link to specific 'git fetch' section - - - --- 2020-04-05 Johannes Schindelin via GitGitGadget New
[1/2] pull doc: refer to a specific section in 'fetch' doc git-pull.txt: correct outdated example + link to specific 'git fetch' section - - - --- 2020-04-05 Johannes Schindelin via GitGitGadget New
[v3] git-rebase.txt: add another hook to the hooks section, and explain more [v3] git-rebase.txt: add another hook to the hooks section, and explain more - - - --- 2020-04-05 Johannes Schindelin via GitGitGadget New
Makefile: avoid running curl-config unnecessarily Makefile: avoid running curl-config unnecessarily - - - --- 2020-04-04 Jeff King New
t0007: fix a typo t0007: fix a typo - - - --- 2020-04-04 Johannes Schindelin via GitGitGadget New
[v8,7/7] doc: add documentation for the proc-receive hook New proc-receive hook for centralized workflow - - - --- 2020-04-04 Jiang Xin New
[v8,6/7] t5412: test the proc-receive hook on HTTP protocol New proc-receive hook for centralized workflow - - - --- 2020-04-04 Jiang Xin New
[v8,5/7] receive-pack: refactor report for proc-receive New proc-receive hook for centralized workflow - - - --- 2020-04-04 Jiang Xin New
[v8,4/7] receive-pack: new config receive.procReceiveRefs New proc-receive hook for centralized workflow - - - --- 2020-04-04 Jiang Xin New
[v8,3/7] refs.c: refactor to reuse ref_is_hidden() New proc-receive hook for centralized workflow - - - --- 2020-04-04 Jiang Xin New
[v8,2/7] receive-pack: add new proc-receive hook New proc-receive hook for centralized workflow - - - --- 2020-04-04 Jiang Xin New
[v8,1/7] transport: not report a non-head push as a branch New proc-receive hook for centralized workflow - - - --- 2020-04-04 Jiang Xin New
[v2] git-rebase.txt: add another hook to the hooks section, and explain more [v2] git-rebase.txt: add another hook to the hooks section, and explain more - - - --- 2020-04-04 Johannes Schindelin via GitGitGadget New
[v4,23/23] pull: pass --autostash to merge merge: learn --autostash - - - --- 2020-04-04 Denton Liu New
[v4,22/23] t5520: make test_pull_autostash() accept expect_parent_num merge: learn --autostash - - - --- 2020-04-04 Denton Liu New
[v4,21/23] merge: teach --autostash option merge: learn --autostash - - - --- 2020-04-04 Denton Liu New
[v4,20/23] sequencer: implement apply_autostash_oid() merge: learn --autostash - - - --- 2020-04-04 Denton Liu New
[v4,19/23] sequencer: implement save_autostash() merge: learn --autostash - - - --- 2020-04-04 Denton Liu New
[v4,18/23] sequencer: unlink autostash in apply_autostash() merge: learn --autostash - - - --- 2020-04-04 Denton Liu New
[v4,17/23] sequencer: extract perform_autostash() from rebase merge: learn --autostash - - - --- 2020-04-04 Denton Liu New
[v4,16/23] rebase: generify create_autostash() merge: learn --autostash - - - --- 2020-04-04 Denton Liu New
[v4,15/23] rebase: extract create_autostash() merge: learn --autostash - - - --- 2020-04-04 Denton Liu New
[v4,14/23] reset: extract reset_head() from rebase merge: learn --autostash - - - --- 2020-04-04 Denton Liu New
[v4,13/23] rebase: generify reset_head() merge: learn --autostash - - - --- 2020-04-04 Denton Liu New
[v4,12/23] rebase: use apply_autostash() from sequencer.c merge: learn --autostash - - - --- 2020-04-04 Denton Liu New
[v4,11/23] sequencer: rename stash_sha1 to stash_oid merge: learn --autostash - - - --- 2020-04-04 Denton Liu New
[v4,10/23] sequencer: make apply_rebase() accept a path merge: learn --autostash - - - --- 2020-04-04 Denton Liu New
[v4,09/23] rebase: use read_oneliner() merge: learn --autostash - - - --- 2020-04-04 Denton Liu New
[v4,08/23] sequencer: make read_oneliner() extern merge: learn --autostash - - - --- 2020-04-04 Denton Liu New
[v4,07/23] sequencer: configurably warn on non-existent files merge: learn --autostash - - - --- 2020-04-04 Denton Liu New
[v4,06/23] sequencer: make read_oneliner() accept flags merge: learn --autostash - - - --- 2020-04-04 Denton Liu New
[v4,05/23] sequencer: make file exists check more efficient merge: learn --autostash - - - --- 2020-04-04 Denton Liu New
[v4,04/23] sequencer: reuse strbuf_trim() in read_oneliner() merge: learn --autostash - - - --- 2020-04-04 Denton Liu New
[v4,03/23] sequencer: stop leaking buf merge: learn --autostash - - - --- 2020-04-04 Denton Liu New
[v4,02/23] t7600: use test_write_lines() merge: learn --autostash - - - --- 2020-04-04 Denton Liu New
[v4,01/23] Makefile: ASCII-sort += lists merge: learn --autostash - - - --- 2020-04-04 Denton Liu New
[v4,6/6] travis: build and test on Linux with musl libc and busybox Travis jobs for linux with musl libc - - - --- 2020-04-04 Đoàn Trần Công Danh New
[v4,5/6] ci/linux32: libify install-dependencies step Travis jobs for linux with musl libc - - - --- 2020-04-04 Đoàn Trần Công Danh New
[v4,4/6] ci: refactor docker runner script Travis jobs for linux with musl libc - - - --- 2020-04-04 Đoàn Trần Công Danh New
[v4,3/6] ci/linux32: parameterise command to switch arch Travis jobs for linux with musl libc - - - --- 2020-04-04 Đoàn Trần Công Danh New
[v4,2/6] ci/lib-docker: preserve required environment variables Travis jobs for linux with musl libc - - - --- 2020-04-04 Đoàn Trần Công Danh New
[v4,1/6] ci: make MAKEFLAGS available inside the Docker container in the Linux32 job Travis jobs for linux with musl libc - - - --- 2020-04-04 Đoàn Trần Công Danh New
[15/15] runjob: customize the loose-objects batch size Maintenance jobs and job runner - - - --- 2020-04-03 Johannes Schindelin via GitGitGadget New
[14/15] job-runner: add --daemonize option Maintenance jobs and job runner - - - --- 2020-04-03 Johannes Schindelin via GitGitGadget New
[13/15] job-runner: skip a job if job.<job-name>.enabled is false Maintenance jobs and job runner - - - --- 2020-04-03 Johannes Schindelin via GitGitGadget New
[12/15] job-runner: add --interval=<span> option Maintenance jobs and job runner - - - --- 2020-04-03 Johannes Schindelin via GitGitGadget New
[11/15] job-runner: use config for loop interval Maintenance jobs and job runner - - - --- 2020-04-03 Johannes Schindelin via GitGitGadget New
[10/15] job-runner: use config to limit job frequency Maintenance jobs and job runner - - - --- 2020-04-03 Johannes Schindelin via GitGitGadget New
[09/15] job-runner: load repos from config by default Maintenance jobs and job runner - - - --- 2020-04-03 Johannes Schindelin via GitGitGadget New
[08/15] job-runner: create builtin for job loop Maintenance jobs and job runner - - - --- 2020-04-03 Johannes Schindelin via GitGitGadget New
[07/15] config: add job.pack-files.batchSize option Maintenance jobs and job runner - - - --- 2020-04-03 Johannes Schindelin via GitGitGadget New
[06/15] run-job: auto-size or use custom pack-files batch Maintenance jobs and job runner - - - --- 2020-04-03 Johannes Schindelin via GitGitGadget New
[05/15] run-job: implement pack-files job Maintenance jobs and job runner - - - --- 2020-04-03 Johannes Schindelin via GitGitGadget New
[04/15] run-job: implement loose-objects job Maintenance jobs and job runner - - - --- 2020-04-03 Johannes Schindelin via GitGitGadget New
[03/15] run-job: implement fetch job Maintenance jobs and job runner - - - --- 2020-04-03 Johannes Schindelin via GitGitGadget New
[02/15] run-job: implement commit-graph job Maintenance jobs and job runner - - - --- 2020-04-03 Johannes Schindelin via GitGitGadget New
[01/15] run-job: create barebones builtin [01/15] run-job: create barebones builtin - - - --- 2020-04-03 Johannes Schindelin via GitGitGadget New
[v7,7/7] doc: add documentation for the proc-receive hook [v7,1/7] transport: not report a non-head push as a branch - - - --- 2020-04-03 Jiang Xin New
[v7,6/7] t5412: test proc-receive hook on HTTP protocol [v7,1/7] transport: not report a non-head push as a branch - - - --- 2020-04-03 Jiang Xin New
[v7,5/7] receive-pack: refactor report for proc-receive [v7,1/7] transport: not report a non-head push as a branch - - - --- 2020-04-03 Jiang Xin New
[v7,4/7] receive-pack: new config receive.procReceiveRefs [v7,1/7] transport: not report a non-head push as a branch - - - --- 2020-04-03 Jiang Xin New
[v7,3/7] refs.c: refactor to reuse ref_is_hidden() [v7,1/7] transport: not report a non-head push as a branch - - - --- 2020-04-03 Jiang Xin New
[v7,2/7] receive-pack: add new proc-receive hook [v7,1/7] transport: not report a non-head push as a branch - - - --- 2020-04-03 Jiang Xin New
[v7,1/7] transport: not report a non-head push as a branch [v7,1/7] transport: not report a non-head push as a branch - - - --- 2020-04-03 Jiang Xin New
fast-import: replace custom hash with hashmap.c fast-import: replace custom hash with hashmap.c - - - --- 2020-04-03 Jeff King New
[v3,6/6] Documentation: document merge option --no-gpg-sign Honour and Document --no-gpg-sign - - - --- 2020-04-03 Đoàn Trần Công Danh New
[v3,5/6] Documentation: merge commit-tree --[no-]gpg-sign Honour and Document --no-gpg-sign - - - --- 2020-04-03 Đoàn Trần Công Danh New
[v3,4/6] Documentation: reword commit --no-gpg-sign Honour and Document --no-gpg-sign - - - --- 2020-04-03 Đoàn Trần Công Danh New
[v3,3/6] Documentation: document am --no-gpg-sign Honour and Document --no-gpg-sign - - - --- 2020-04-03 Đoàn Trần Công Danh New
[v3,2/6] cherry-pick/revert: honour --no-gpg-sign in all case Honour and Document --no-gpg-sign - - - --- 2020-04-03 Đoàn Trần Công Danh New
[v3,1/6] rebase.c: honour --no-gpg-sign Honour and Document --no-gpg-sign - - - --- 2020-04-03 Đoàn Trần Công Danh New
git-rebase.txt: add another hook to the hooks section, and explain more git-rebase.txt: add another hook to the hooks section, and explain more - - - --- 2020-04-03 Johannes Schindelin via GitGitGadget New
[1/1] submodule--helper.c: Rename 'cb_foreach' to 'foreach_cb' submodule--helper.c: Rename 'cb_foreach' to 'foreach_cb' - - - --- 2020-04-02 Shourya Shukla New
[v2,2/2] diff: restrict when prefetching occurs Restrict when prefetcing occurs - - - --- 2020-04-02 Jonathan Tan New
[v2,1/2] promisor-remote: accept 0 as oid_nr in function Restrict when prefetcing occurs - - - --- 2020-04-02 Jonathan Tan New
[v6,7/7] doc: add documentation for the proc-receive hook Untitled series #265471 - - - --- 2020-04-02 Jiang Xin New
[v6,6/7] t5412: test proc-receive hook on HTTP protocol Untitled series #265473 - - - --- 2020-04-02 Jiang Xin New
[v6,5/7] receive-pack: refactor report for proc-receive Untitled series #265469 - - - --- 2020-04-02 Jiang Xin New
[v6,4/7] receive-pack: new config receive.procReceiveRefs Untitled series #265467 - - - --- 2020-04-02 Jiang Xin New
[v6,3/7] refs.c: refactor to reuse ref_is_hidden() Untitled series #265463 - - - --- 2020-04-02 Jiang Xin New
[v6,2/7] receive-pack: add new proc-receive hook Untitled series #265465 - - - --- 2020-04-02 Jiang Xin New
[v6,1/7] transport: not report a non-head push as a branch [v6,1/7] transport: not report a non-head push as a branch - - - --- 2020-04-02 Jiang Xin New
« 1 2 ... 323 324 325438 439 »